This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from a2bfcbd876 Removing a redundant, but harmless, %s; NFC. new 779dfcce1f [ubsan] Reduce alignment checking of C++ object pointers new e18e320ef2 [ubsan] Don't check alignment if the alignment is 1
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/CodeGen/CGExpr.cpp | 20 ++- lib/CodeGen/CGExprCXX.cpp | 9 +- lib/CodeGen/CodeGenFunction.cpp | 9 +- lib/CodeGen/CodeGenFunction.h | 5 +- test/CodeGenCXX/ubsan-global-alignment.cpp | 29 ++++ test/CodeGenCXX/ubsan-suppress-checks.cpp | 221 +++++++++++++++++++++++++ test/CodeGenCXX/ubsan-suppress-null-checks.cpp | 188 --------------------- test/CodeGenCXX/ubsan-type-checks.cpp | 18 +- 8 files changed, 293 insertions(+), 206 deletions(-) create mode 100644 test/CodeGenCXX/ubsan-global-alignment.cpp create mode 100644 test/CodeGenCXX/ubsan-suppress-checks.cpp delete mode 100644 test/CodeGenCXX/ubsan-suppress-null-checks.cpp