This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from d006280585 [CodeGenObjC] Handle exceptions when calling objc_alloc or o [...] new 2cb7edf5a0 [Sanitizers] UBSan unreachable incompatible with ASan in the [...] new b8120e9866 [analyzer] Make NullReturnedFromNonnullChecker depend on Nul [...]
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/StaticAnalyzer/Checkers/Checkers.td | 1 + lib/CodeGen/CGCall.cpp | 13 ++++++++ lib/CodeGen/CodeGenFunction.h | 4 +-- test/Analysis/checker-dependencies.c | 3 ++ test/CodeGen/ubsan-asan-noreturn.c | 21 ++++++++++++ test/CodeGenCXX/ubsan-unreachable.cpp | 40 ++++++++++++----------- 6 files changed, 61 insertions(+), 21 deletions(-) create mode 100644 test/Analysis/checker-dependencies.c create mode 100644 test/CodeGen/ubsan-asan-noreturn.c