This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 15cf6cba4b [WebAssembly] Add exception handling option new acf1c1bc6c [analyzer] [NFC] [tests] Make test more resilient to changes [...] new 297f9200b2 [StaticAnalyzer] Fix some Clang-tidy modernize and Include W [...] new 5d3eb81ee5 [analyzer] Prevent crashing in NonNullParamChecker
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: .../StaticAnalyzer/Core/PathSensitive/ExprEngine.h | 89 +++-- lib/StaticAnalyzer/Core/ExprEngine.cpp | 405 ++++++++++----------- lib/StaticAnalyzer/Core/RegionStore.cpp | 2 + test/Analysis/MisusedMovedObject.cpp | 9 +- test/Analysis/nonnullparamchecker-crash.cpp | 11 + 5 files changed, 284 insertions(+), 232 deletions(-) create mode 100644 test/Analysis/nonnullparamchecker-crash.cpp