This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 753d85a17f [NFC] typo new 4ecb1e1c61 [analyzer] SmartPtrModeling: Fix a null dereference. new c208eda5d9 [analyzer] Treat functions without run-time branches as "small".
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 | 6 +++ .../StaticAnalyzer/Core/PathSensitive/ExprEngine.h | 19 +++++++ lib/Analysis/CFG.cpp | 45 +++++++++++++++++ lib/StaticAnalyzer/Checkers/SmartPtrModeling.cpp | 2 +- lib/StaticAnalyzer/Core/BugReporterVisitors.cpp | 7 ++- .../Core/ExprEngineCallAndReturn.cpp | 42 +++++++++------ test/Analysis/inline-if-constexpr.cpp | 18 +++++++ test/Analysis/smart-ptr.cpp | 10 ++++ unittests/Analysis/CFGTest.cpp | 59 +++++++++++++++++----- 9 files changed, 174 insertions(+), 34 deletions(-) create mode 100644 test/Analysis/inline-if-constexpr.cpp