This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 249d3d32ca Remove unused CHECK lines leftover from r306928. new a83ee8e3d1 [CFG] [analyzer] Avoid modeling C++17 constructors that aren [...] new fe12415cba [CFG] [analyzer] Work around a disappearing CXXBindTemporaryExpr.
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/ConstructionContext.h | 3 +- lib/Analysis/CFG.cpp | 29 +++--- lib/Analysis/ConstructionContext.cpp | 7 +- lib/StaticAnalyzer/Core/ExprEngineCXX.cpp | 23 +++-- test/Analysis/cfg-rich-constructors.cpp | 7 +- test/Analysis/cxx17-mandatory-elision.cpp | 58 ++++++++++++ test/Analysis/missing-bind-temporary.cpp | 130 +++++++++++++++++++++++++++ test/Analysis/temp-obj-dtors-cfg-output.cpp | 3 + 8 files changed, 239 insertions(+), 21 deletions(-) create mode 100644 test/Analysis/cxx17-mandatory-elision.cpp create mode 100644 test/Analysis/missing-bind-temporary.cpp