This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_39 in repository clang.
from 0046e3c Merging r287999: new 1fff61c Merging r281975: new 8b07a7c Merging r284620:
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: include/clang/Basic/DiagnosticSemaKinds.td | 2 + include/clang/Sema/Sema.h | 2 + lib/Headers/CMakeLists.txt | 1 + lib/Headers/msa.h | 583 ++++++++++++ lib/Sema/SemaChecking.cpp | 198 +++- test/CodeGen/builtins-mips-msa-error.c | 421 +++++++++ test/CodeGen/builtins-mips-msa.c | 1409 ++++++++++++++-------------- 7 files changed, 1904 insertions(+), 712 deletions(-) create mode 100644 lib/Headers/msa.h create mode 100644 test/CodeGen/builtins-mips-msa-error.c