This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 6d25f92413 [NFC] Refactor PasteTokens so that it can be passed the Toke [...] new 1d05c89b9e Remove an assertion I added from the refactoring of pasteTok [...] new 5cf80880ea [ubsan] Save a ptrtoint when emitting alignment checks new ce333a53b1 [ubsan] Add helpers to decide when null/vptr checks are requ [...] new 9ce2dd4d7e [ubsan] Save the result of getLLVMContext. NFC. new 3f7b4f37be [ubsan] Skip alignment checks which are folded away
The 5 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 | 57 +++++++++++++++++++------------ lib/CodeGen/CodeGenFunction.h | 6 ++++ lib/Lex/TokenLexer.cpp | 4 --- test/CodeGen/catch-undef-behavior.c | 3 +- test/CodeGenCXX/ubsan-suppress-checks.cpp | 12 +++++++ 5 files changed, 54 insertions(+), 28 deletions(-)