This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 0e0d37e253 [OpenCL] Improve destructor support in C++ for OpenCL new b390688407 Bump the trunk version to 10.0.0svn new 10837c3592 Revert r366422: [OpenCL] Improve destructor support in C++ f [...]
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: docs/ReleaseNotes.rst | 67 +++++++-------------------- docs/conf.py | 4 +- include/clang/AST/DeclCXX.h | 14 ++---- lib/AST/DeclCXX.cpp | 25 ++-------- lib/CodeGen/CGCXXABI.h | 14 ++---- lib/CodeGen/CGCall.cpp | 2 +- lib/CodeGen/CGClass.cpp | 40 ++++++---------- lib/CodeGen/CGDecl.cpp | 21 +++++---- lib/CodeGen/CGExprCXX.cpp | 31 +++---------- lib/CodeGen/CodeGenFunction.h | 13 +++--- lib/CodeGen/ItaniumCXXABI.cpp | 31 ++++--------- lib/CodeGen/MicrosoftCXXABI.cpp | 29 ++++-------- lib/Sema/SemaDeclCXX.cpp | 50 ++++++++++---------- lib/Sema/SemaOverload.cpp | 4 +- test/CodeGenOpenCLCXX/addrspace-ctor.cl | 14 ++++++ test/CodeGenOpenCLCXX/addrspace-with-class.cl | 59 ----------------------- 16 files changed, 131 insertions(+), 287 deletions(-) create mode 100644 test/CodeGenOpenCLCXX/addrspace-ctor.cl delete mode 100644 test/CodeGenOpenCLCXX/addrspace-with-class.cl