This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from f3d6129 PR31783: Don't request the alignment of an invalid declaration. new b43c9aa [ubsan] Sanity-check shift amounts before truncation (fixes PR27271)
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/CGExprScalar.cpp | 4 ++-- test/CodeGen/ubsan-shift.c | 29 +++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 2 deletions(-) create mode 100644 test/CodeGen/ubsan-shift.c