This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 9f11cb2c3a Fix test failure on Windows caused by different underlying e [...] new 8dec9f5f26 [analyzer] Make symbol_iterator iterate over SVal's symbolic base. new 8f8f301be5 [CFG] [analyzer] Add C++17-specific variable and return cons [...]
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 | 32 +- include/clang/Analysis/ConstructionContext.h | 123 +++++++- .../StaticAnalyzer/Core/PathSensitive/SVals.h | 2 +- lib/Analysis/CFG.cpp | 27 +- lib/Analysis/ConstructionContext.cpp | 40 ++- lib/StaticAnalyzer/Core/ExprEngineCXX.cpp | 6 +- test/Analysis/cfg-rich-constructors.cpp | 322 +++++++++++++-------- test/Analysis/symbol-reaper.c | 56 ++++ 8 files changed, 448 insertions(+), 160 deletions(-)