This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 9f96dfc [PPC] support for arithmetic builtins in the FE new c480c8c Remove C++ default arg side table for MS ABI ctor closures new 9fca84a [PPC] Reverting r287772 new 017ae22 [Sema][Atomics] Treat expected pointer in compare exchange at [...]
The 3 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/AST/ASTContext.h | 6 -- include/clang/Sema/Sema.h | 6 ++ lib/AST/ASTContext.cpp | 12 --- lib/AST/CXXABI.h | 6 -- lib/AST/ItaniumCXXABI.cpp | 8 -- lib/AST/MicrosoftCXXABI.cpp | 12 --- lib/CodeGen/MicrosoftCXXABI.cpp | 10 +- lib/Headers/altivec.h | 176 +--------------------------------- lib/Sema/SemaChecking.cpp | 3 + lib/Sema/SemaDeclCXX.cpp | 15 +-- lib/Sema/SemaExpr.cpp | 27 +++--- lib/Sema/SemaExprCXX.cpp | 9 +- test/CodeGen/builtins-ppc-altivec.c | 79 --------------- test/CodeGen/builtins-ppc-p8vector.c | 86 ++--------------- test/CodeGen/builtins-ppc-quadword.c | 33 +------ test/CodeGen/builtins-ppc-vsx.c | 20 ---- test/Sema/atomic-ops.c | 19 ++-- test/SemaCXX/default-arg-closures.cpp | 45 +++++++++ 18 files changed, 103 insertions(+), 469 deletions(-) create mode 100644 test/SemaCXX/default-arg-closures.cpp