This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 6a96fd6 [CUDA] Added support for CUDA-8 new 7da28ae Re-commit r282556, reverted in r282564, with a fix to CallArg [...]
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/AST/ExprCXX.h | 10 ++ lib/CodeGen/CGCall.cpp | 8 +- lib/CodeGen/CGCall.h | 14 ++- lib/CodeGen/CGExpr.cpp | 11 +- lib/CodeGen/CGExprCXX.cpp | 44 +++++-- lib/CodeGen/CodeGenFunction.h | 12 +- lib/CodeGen/ItaniumCXXABI.cpp | 5 +- test/CodeGenCXX/cxx1z-eval-order.cpp | 140 ++++++++++++++++------ test/CodeGenObjCXX/property-object-reference-2.mm | 2 +- www/cxx_status.html | 11 +- 10 files changed, 193 insertions(+), 64 deletions(-)