This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from c1e33ad [PS4] Set our default dialect to C++11. NFC for other targets. new 2b6e4a4 [ubsan] Omit superflous overflow checks for promoted arithmet [...] new d9ca335 [ubsan] Detect signed overflow UB in remainder operations
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/CGExprScalar.cpp | 83 ++++++++++++++++++-- test/CodeGen/compound-assign-overflow.c | 4 +- test/CodeGen/ubsan-promoted-arith.cpp | 131 ++++++++++++++++++++++++++++++++ test/CodeGen/unsigned-promotion.c | 113 --------------------------- 4 files changed, 207 insertions(+), 124 deletions(-) create mode 100644 test/CodeGen/ubsan-promoted-arith.cpp