This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 0e15f13867 [analyzer] Suppress "this" pointer escape during construction. new 5b43bb5e18 [analyzer] operator new: Add a new ProgramPoint for check::N [...] new fdba1f2ef6 [analyzer] operator new: Fix callback order for CXXNewExpr. new 33080db222 [analyzer] NFC: Use "= default" for default ProgramPoint con [...]
The 3 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/ProgramPoint.h | 67 +++++++++------ .../Checkers/AnalysisOrderChecker.cpp | 41 +++++++++ lib/StaticAnalyzer/Core/CheckerManager.cpp | 7 +- lib/StaticAnalyzer/Core/CoreEngine.cpp | 3 +- lib/StaticAnalyzer/Core/ExprEngine.cpp | 12 ++- .../Core/ExprEngineCallAndReturn.cpp | 4 +- test/Analysis/NewDelete-path-notes.cpp | 97 +++++++++++----------- test/Analysis/cxxnewexpr-callback-inline.cpp | 32 +++++++ test/Analysis/cxxnewexpr-callback-noinline.cpp | 29 +++++++ 9 files changed, 209 insertions(+), 83 deletions(-) create mode 100644 test/Analysis/cxxnewexpr-callback-inline.cpp create mode 100644 test/Analysis/cxxnewexpr-callback-noinline.cpp