This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 9f6909a03f Revert "[clang-cl] Make all sanitizer flags available in clang-cl" new 4dcbb11b6e [analyzer] Add numerous assertions to SVal, SymExpr, and Mem [...] new dbf1b8007c [analyzer] Enforce super-region classes for various memory regions.
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: .../Core/PathSensitive/BasicValueFactory.h | 10 +- .../StaticAnalyzer/Core/PathSensitive/MemRegion.h | 283 +++++++++++++-------- .../StaticAnalyzer/Core/PathSensitive/SVals.h | 59 +++-- .../StaticAnalyzer/Core/PathSensitive/Store.h | 7 +- .../StaticAnalyzer/Core/PathSensitive/SymExpr.h | 10 +- .../Core/PathSensitive/SymbolManager.h | 64 ++++- .../Checkers/MPI-Checker/MPIChecker.cpp | 4 +- lib/StaticAnalyzer/Core/ExprEngineCXX.cpp | 3 +- lib/StaticAnalyzer/Core/MemRegion.cpp | 62 ++--- lib/StaticAnalyzer/Core/RegionStore.cpp | 5 +- lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp | 6 +- lib/StaticAnalyzer/Core/Store.cpp | 35 +-- 12 files changed, 345 insertions(+), 203 deletions(-)