This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 4e7d2c5899 Driver must return non-zero code on errors in command line new 4afc97f714 [PowerPC] Implement vec_xxpermdi builtin. new aa8caaeedb Warn about uses of `@available` that can't suppress the -Wun [...]
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/BuiltinsPPC.def | 2 + include/clang/Basic/DiagnosticSemaKinds.td | 7 ++++ include/clang/Sema/Sema.h | 1 + lib/CodeGen/CGBuiltin.cpp | 33 ++++++++++++++++ lib/Headers/altivec.h | 4 ++ lib/Sema/SemaChecking.cpp | 61 ++++++++++++++++++++++++++++++ lib/Sema/SemaDeclAttr.cpp | 6 +++ lib/Sema/SemaExpr.cpp | 7 ++++ test/CodeGen/builtins-ppc-error.c | 10 ++++- test/CodeGen/builtins-ppc-vsx.c | 56 +++++++++++++++++++++++++++ test/Parser/objc-available.m | 2 +- test/SemaObjC/unguarded-availability.m | 12 +++++- 12 files changed, 198 insertions(+), 3 deletions(-)