This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 276f9e79a3 [clang][AST] ASTNameGenerator: A refactoring of CodegenNameG [...] new 9d03c2af57 [X86] Correct the __min_vector_width__ attribute on a few in [...] new dd80aeb14d [analyzer] RetainCount: Add support for OSRequiredCast(). new b40d45ddf9 [analyzer] DeadStores: Add a crude suppression files generat [...] new 15be616b20 [analyzer] NFC: Change evalCall() to provide a CallEvent. new 7def9e430b [analyzer] Fix JSON dumps for dynamic type information. new 9fbbe6ff5b [analyzer] Fix JSON dumps for location contexts.
The 6 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/clang/StaticAnalyzer/Core/Checker.h | 5 +- include/clang/StaticAnalyzer/Core/CheckerManager.h | 2 +- lib/Analysis/AnalysisDeclContext.cpp | 5 +- lib/Analysis/RetainSummaryManager.cpp | 9 +++- lib/Headers/avx512bwintrin.h | 4 +- lib/Headers/avx512vlintrin.h | 6 +-- .../Checkers/BuiltinFunctionChecker.cpp | 31 +++++++----- lib/StaticAnalyzer/Checkers/CStringChecker.cpp | 7 +-- lib/StaticAnalyzer/Checkers/ChrootChecker.cpp | 57 ++++++++-------------- lib/StaticAnalyzer/Checkers/DeadStoresChecker.cpp | 23 +++++++++ .../Checkers/ExprInspectionChecker.cpp | 9 +++- .../RetainCountChecker/RetainCountChecker.cpp | 11 +++-- .../RetainCountChecker/RetainCountChecker.h | 2 +- lib/StaticAnalyzer/Checkers/SmartPtrModeling.cpp | 24 +++++---- .../Checkers/StdLibraryFunctionsChecker.cpp | 10 ++-- lib/StaticAnalyzer/Checkers/StreamChecker.cpp | 11 +++-- lib/StaticAnalyzer/Core/CheckerManager.cpp | 14 +++--- lib/StaticAnalyzer/Core/DynamicTypeMap.cpp | 4 +- lib/StaticAnalyzer/Core/Environment.cpp | 3 +- lib/StaticAnalyzer/Core/ExprEngine.cpp | 3 -- test/Analysis/deadstores-driverkit.cpp | 24 +++++++++ test/Analysis/dump_egraph.cpp | 9 ++-- test/Analysis/expr-inspection.c | 4 +- test/Analysis/os_object_base.h | 12 +++++ test/Analysis/osobject-retain-release.cpp | 21 +++++++- 25 files changed, 202 insertions(+), 108 deletions(-) create mode 100644 test/Analysis/deadstores-driverkit.cpp