This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 0fd5745a9a [OPENMP]Change the mapping type for lambda captures. new 73bb3f29cb [analyzer][NFC] Fix some incorrect uses of -analyzer-config options new f0d9f1d0c7 [analyzer][NFC] Collect all -analyzer-config options in a .def file
The 2 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: .../clang/StaticAnalyzer/Core/AnalyzerOptions.def | 467 ++++++++++++++++++++ .../clang/StaticAnalyzer/Core/AnalyzerOptions.h | 469 ++------------------- .../Checkers/AllocationDiagnostics.cpp | 24 -- .../Checkers/AllocationDiagnostics.h | 31 -- lib/StaticAnalyzer/Checkers/CMakeLists.txt | 1 - .../Checkers/LocalizationChecker.cpp | 3 +- .../RetainCountChecker/RetainCountChecker.cpp | 9 +- .../RetainCountChecker/RetainCountChecker.h | 18 +- lib/StaticAnalyzer/Core/AnalyzerOptions.cpp | 410 ++++-------------- lib/StaticAnalyzer/Core/CoreEngine.cpp | 12 +- lib/StaticAnalyzer/Core/RegionStore.cpp | 2 +- lib/StaticAnalyzer/Frontend/ModelInjector.cpp | 2 +- test/Analysis/analyzer-config.c | 3 +- test/Analysis/analyzer-config.cpp | 3 +- test/Analysis/cstring-plist.c | 5 +- test/Analysis/localization-aggressive.m | 6 +- 16 files changed, 629 insertions(+), 836 deletions(-) create mode 100644 include/clang/StaticAnalyzer/Core/AnalyzerOptions.def delete mode 100644 lib/StaticAnalyzer/Checkers/AllocationDiagnostics.cpp delete mode 100644 lib/StaticAnalyzer/Checkers/AllocationDiagnostics.h