This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ac633fb5c4 [analyzer] Add missing pre-post-statement callbacks for Offs [...] new 482c931b74 [analyzer] Serialize statistics to plist when serialize-stat [...] new 20012b6592 [CFG] Add construction context for simple variable declarations.
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.h | 10 ++ lib/Analysis/CFG.cpp | 4 +- lib/StaticAnalyzer/Core/AnalyzerOptions.cpp | 6 + lib/StaticAnalyzer/Core/PlistDiagnostics.cpp | 16 +- lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp | 26 ++-- test/Analysis/analyzer-config.c | 1 + test/Analysis/analyzer-config.cpp | 1 + test/Analysis/auto-obj-dtors-cfg-output.cpp | 165 ++++++++++++++------- test/Analysis/blocks.mm | 18 ++- test/Analysis/cfg-rich-constructors.cpp | 82 ++++++++++ test/Analysis/cfg.cpp | 9 +- test/Analysis/initializers-cfg-output.cpp | 15 +- test/Analysis/lifetime-cfg-output.cpp | 2 +- test/Analysis/plist-stats-output.c | 14 ++ 14 files changed, 293 insertions(+), 76 deletions(-) create mode 100644 test/Analysis/plist-stats-output.c