This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 3e08ccc [Myriad] Find libc++ headers next to clang binary new 574dea0 [mips][msa] Range check MSA intrinsics with immediates
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: include/clang/Basic/DiagnosticSemaKinds.td | 2 + include/clang/Sema/Sema.h | 2 + lib/Sema/SemaChecking.cpp | 198 +++++++++++++- test/CodeGen/builtins-mips-msa-error.c | 421 +++++++++++++++++++++++++++++ test/CodeGen/builtins-mips-msa.c | 104 +++---- 5 files changed, 671 insertions(+), 56 deletions(-) create mode 100644 test/CodeGen/builtins-mips-msa-error.c