This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 3cbd1a48a0 [analyzer] Add clangFrontend to target_link_libraries new f5fb3f3b81 [CFG] [analyzer] Add construction contexts that explain pre- [...]
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: include/clang/Analysis/AnalysisDeclContext.h | 1 + include/clang/Analysis/CFG.h | 1 + include/clang/Analysis/ConstructionContext.h | 80 ++++++++++++++++--- .../clang/StaticAnalyzer/Core/AnalyzerOptions.h | 10 +++ lib/Analysis/AnalysisDeclContext.cpp | 4 +- lib/Analysis/CFG.cpp | 77 ++++++++++++------ lib/Analysis/ConstructionContext.cpp | 56 +++++++++++++- lib/StaticAnalyzer/Core/AnalysisManager.cpp | 1 + lib/StaticAnalyzer/Core/AnalyzerOptions.cpp | 6 ++ lib/StaticAnalyzer/Core/ExprEngineCXX.cpp | 6 +- test/Analysis/analyzer-config.c | 3 +- test/Analysis/analyzer-config.cpp | 3 +- test/Analysis/cfg-rich-constructors.cpp | 90 +++++++++++++++------- test/Analysis/temp-obj-dtors-cfg-output.cpp | 34 ++++---- 14 files changed, 285 insertions(+), 87 deletions(-)