[all-commits] [llvm/llvm-project] df64f4: [analyzer] DynamicSize: Store the dynamic size
Charusso via All-commits
all-commits at lists.llvm.org
Mon Apr 5 10:05:45 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: df64f471d1e26fc1e9e2f9cdcfc77c063fe55b56
https://github.com/llvm/llvm-project/commit/df64f471d1e26fc1e9e2f9cdcfc77c063fe55b56
Author: Charusso <dabis.csaba98 at gmail.com>
Date: 2021-04-05 (Mon, 05 Apr 2021)
Changed paths:
M clang/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicSize.h
M clang/lib/StaticAnalyzer/Checkers/BuiltinFunctionChecker.cpp
M clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
M clang/lib/StaticAnalyzer/Checkers/VLASizeChecker.cpp
M clang/lib/StaticAnalyzer/Core/DynamicSize.cpp
M clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
M clang/lib/StaticAnalyzer/Core/MemRegion.cpp
M clang/test/Analysis/explain-svals.cpp
Log Message:
-----------
[analyzer] DynamicSize: Store the dynamic size
This patch introduces a way to store the size.
Reviewed By: NoQ
Differential Revision: https://reviews.llvm.org/D69726
More information about the All-commits
mailing list