This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ea94870 Revert "[ubsan] Reduce null checking of C++ object pointers ( [...] new 5e121b4 Retry: [ubsan] Reduce null checking of C++ object pointers (PR27581)
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/CGExpr.cpp | 38 ++++- lib/CodeGen/CGExprCXX.cpp | 13 +- lib/CodeGen/CodeGenFunction.cpp | 5 + lib/CodeGen/CodeGenFunction.h | 3 + test/CodeGen/catch-undef-behavior.c | 19 +-- test/CodeGen/sanitize-recover.c | 13 +- test/CodeGenCXX/ubsan-suppress-null-checks.cpp | 188 +++++++++++++++++++++++++ 7 files changed, 249 insertions(+), 30 deletions(-) create mode 100644 test/CodeGenCXX/ubsan-suppress-null-checks.cpp