This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from e57451a [sanitizer-coverage] make trace-pc-guard and indirect-call wo [...] new 133fae6 Simplify Clang's version number configuration in CMake. new 38edf4b [Sema] Allow shifting a scalar operand by a vector operand.
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: CMakeLists.txt | 19 ++--- include/clang/Basic/Version.h | 20 ----- include/clang/Basic/Version.inc.in | 3 +- lib/Frontend/InitPreprocessor.cpp | 8 +- lib/Sema/SemaExpr.cpp | 25 +++++-- test/CodeGen/vecshift.c | 146 +++++++++++++++++++++++++++++++++++++ test/Sema/vecshift.c | 67 +++++++++++++++++ 7 files changed, 241 insertions(+), 47 deletions(-) create mode 100644 test/CodeGen/vecshift.c create mode 100644 test/Sema/vecshift.c