This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 0752e75d9b Reverting r321223 and its follow-up commit because of failin [...] new 5c061b7b66 [Driver] Ensure no overlap between trapping & recoverable sa [...] new 817fbca018 [ubsan] Diagnose noreturn functions which return
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: docs/UndefinedBehaviorSanitizer.rst | 4 +- lib/CodeGen/CGBuiltin.cpp | 9 +--- lib/CodeGen/CGCall.cpp | 19 +++++++- lib/CodeGen/CGExpr.cpp | 13 +++++- lib/CodeGen/CGExprCXX.cpp | 5 ++- lib/CodeGen/CodeGenFunction.h | 16 +++++-- lib/Driver/SanitizerArgs.cpp | 3 ++ test/CodeGen/ubsan-noreturn.c | 7 +++ test/CodeGenCXX/ubsan-unreachable.cpp | 81 +++++++++++++++++++++++++++++++++++ test/Driver/fsanitize.c | 1 + 10 files changed, 139 insertions(+), 19 deletions(-) create mode 100644 test/CodeGen/ubsan-noreturn.c create mode 100644 test/CodeGenCXX/ubsan-unreachable.cpp