This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 1df17a326a Ensure the correct order of evaluation in part 2. of PlistMa [...] new 4a05c5b70a [analyzer] Restrict AnalyzerOptions' interface so that non-c [...]
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 | 144 ++++++++-------- .../Checkers/AnalysisOrderChecker.cpp | 4 +- lib/StaticAnalyzer/Checkers/CloneChecker.cpp | 12 +- .../Checkers/LocalizationChecker.cpp | 4 +- lib/StaticAnalyzer/Checkers/MallocChecker.cpp | 6 +- .../Checkers/MmapWriteExecChecker.cpp | 6 +- lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp | 2 +- .../Checkers/NumberObjectConversionChecker.cpp | 2 +- lib/StaticAnalyzer/Checkers/PaddingChecker.cpp | 3 +- .../RetainCountChecker/RetainCountChecker.cpp | 6 +- .../UninitializedObjectChecker.cpp | 8 +- lib/StaticAnalyzer/Checkers/VirtualCallChecker.cpp | 3 +- lib/StaticAnalyzer/Core/AnalyzerOptions.cpp | 190 +++++++++------------ unittests/StaticAnalyzer/AnalyzerOptionsTest.cpp | 22 +-- 14 files changed, 189 insertions(+), 223 deletions(-)