This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 3f227f45a8 [StaticAnalyzer] Fix some Clang-tidy modernize and Include W [...] new cbea211dd5 [Driver] Add SafeStack to a map of incompatible sanitizers new c8a12737a4 Revert "Revert "[analyzer] Quickfix: do not overflow in calc [...]
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: lib/Driver/SanitizerArgs.cpp | 4 ++- lib/StaticAnalyzer/Core/MemRegion.cpp | 47 +++++++++++++++++++++++++++++++++++ test/Analysis/region-store.cpp | 2 +- test/Analysis/region_store_overflow.c | 13 ++++++++++ test/Driver/fsanitize.c | 7 ++---- 5 files changed, 66 insertions(+), 7 deletions(-) create mode 100644 test/Analysis/region_store_overflow.c