This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 1e3718c397 [opaque pointer types] Add a FunctionCallee wrapper type, an [...] new 2e4e45ded6 [Sanitizers] UBSan unreachable incompatible with ASan in the [...]
The 1 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/CodeGen/CGCall.cpp | 13 ++++++++++++ lib/CodeGen/CodeGenFunction.h | 4 ++-- test/CodeGen/ubsan-asan-noreturn.c | 21 ++++++++++++++++++ test/CodeGenCXX/ubsan-unreachable.cpp | 40 ++++++++++++++++++----------------- 4 files changed, 57 insertions(+), 21 deletions(-) create mode 100644 test/CodeGen/ubsan-asan-noreturn.c