This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 71e8b54df4 [analyzer] Remove an assertion that doesn't hold in C++17. new 59b2b9fc2d [CFG] [analyzer] Add C++17-specific ctor-initializer constru [...] new df9f4af626 [analyzer] Enable temporary object destructor inlining by default.
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: include/clang/Analysis/CFG.h | 4 +- include/clang/Analysis/ConstructionContext.h | 69 ++++++++++++++++++++++++---- lib/Analysis/CFG.cpp | 14 ++++-- lib/Analysis/ConstructionContext.cpp | 22 ++++++--- lib/StaticAnalyzer/Core/AnalyzerOptions.cpp | 2 +- lib/StaticAnalyzer/Core/ExprEngineCXX.cpp | 3 +- test/Analysis/analyzer-config.cpp | 2 +- test/Analysis/cfg-rich-constructors.cpp | 28 +++++++++++ 8 files changed, 122 insertions(+), 22 deletions(-)