This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ca29d71 [X86] Add xgetbv/x[X86] Add xgetbv xsetbv intrinsics to non-w [...] new d0eb6c1 Left shifts of negative values are defined if -fwrapv is set
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 | 3 ++- lib/Sema/SemaExpr.cpp | 2 +- test/CodeGen/wrapv-lshr-sanitize.c | 12 ++++++++++++ test/Sema/negative-shift-wrapv.c | 9 +++++++++ 4 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 test/CodeGen/wrapv-lshr-sanitize.c create mode 100644 test/Sema/negative-shift-wrapv.c