This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 044cdb6045 Modules: Document that ReadASTCore exits its final loop via [...] new 862cc4393c [analyzer] Enable subcheckers to possess checker options
The 1 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.h | 62 ++++++++++++++-------- .../Checkers/AnalysisOrderChecker.cpp | 4 +- lib/StaticAnalyzer/Checkers/CloneChecker.cpp | 8 +-- .../Checkers/LocalizationChecker.cpp | 7 +-- lib/StaticAnalyzer/Checkers/MallocChecker.cpp | 2 +- .../Checkers/MmapWriteExecChecker.cpp | 4 +- lib/StaticAnalyzer/Checkers/MoveChecker.cpp | 2 +- lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp | 2 +- .../Checkers/NumberObjectConversionChecker.cpp | 2 +- lib/StaticAnalyzer/Checkers/PaddingChecker.cpp | 13 ++--- .../UninitializedObjectChecker.cpp | 17 +++--- lib/StaticAnalyzer/Checkers/VirtualCallChecker.cpp | 4 +- lib/StaticAnalyzer/Core/AnalyzerOptions.cpp | 57 ++++++++++++++------ unittests/StaticAnalyzer/AnalyzerOptionsTest.cpp | 32 ++++++----- 14 files changed, 134 insertions(+), 82 deletions(-)