This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 8495432 Serialization: use range based for loop (NFC) new 5bdec1f PR28739: Check that integer values fit into 64 bits before ex [...] new 1db5d32 Re-apply "[ubsan] Sanity-check shift amounts before truncation"
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/AST/ExprConstant.cpp | 72 +++++++++++++++++------------- lib/CodeGen/CGExprScalar.cpp | 16 ++++--- test/CodeGen/ubsan-shift.c | 47 +++++++++++++++++++ test/Sema/const-eval.c | 16 ++++++- test/SemaCXX/constant-expression-cxx1y.cpp | 5 +++ 5 files changed, 117 insertions(+), 39 deletions(-) create mode 100644 test/CodeGen/ubsan-shift.c