This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 55b58df36e [CUDA][OPENMP][NVPTX]Improve logic of the debug info support. new fbfddd394f Revert "[OpenCL] Add generic AS to 'this' pointer"
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/CanonicalType.h | 2 +- include/clang/AST/DeclCXX.h | 5 +- include/clang/AST/Type.h | 54 +++----- include/clang/Sema/Sema.h | 4 +- lib/AST/ASTContext.cpp | 5 +- lib/AST/ASTDumper.cpp | 7 +- lib/AST/DeclCXX.cpp | 15 +-- lib/AST/ItaniumMangle.cpp | 5 +- lib/AST/MicrosoftMangle.cpp | 2 +- lib/AST/Type.cpp | 16 +-- lib/AST/TypePrinter.cpp | 6 +- lib/CodeGen/CGCall.cpp | 16 ++- lib/CodeGen/CGClass.cpp | 14 +-- lib/CodeGen/CGDebugInfo.cpp | 6 +- lib/CodeGen/CGDeclCXX.cpp | 5 +- lib/CodeGen/CGExpr.cpp | 2 +- lib/CodeGen/CGValue.h | 5 +- lib/Index/USRGeneration.cpp | 3 +- lib/Parse/ParseCXXInlineMethods.cpp | 2 +- lib/Parse/ParseDecl.cpp | 17 ++- lib/Parse/ParseOpenMP.cpp | 2 +- lib/Sema/SemaCodeComplete.cpp | 12 +- lib/Sema/SemaDecl.cpp | 11 +- lib/Sema/SemaDeclCXX.cpp | 8 +- lib/Sema/SemaExpr.cpp | 4 +- lib/Sema/SemaExprCXX.cpp | 11 +- lib/Sema/SemaLambda.cpp | 10 +- lib/Sema/SemaOverload.cpp | 35 ++---- lib/Sema/SemaTemplate.cpp | 2 +- lib/Sema/SemaTemplateDeduction.cpp | 5 +- lib/Sema/SemaTemplateInstantiate.cpp | 10 +- lib/Sema/SemaTemplateInstantiateDecl.cpp | 10 +- lib/Sema/SemaType.cpp | 30 ++--- lib/Sema/TreeTransform.h | 13 +- lib/Serialization/ASTReader.cpp | 2 +- lib/Serialization/ASTWriter.cpp | 2 +- test/CodeGenOpenCLCXX/addrspace-of-this.cl | 154 ----------------------- test/CodeGenOpenCLCXX/template-address-spaces.cl | 15 +-- test/SemaOpenCLCXX/address-space-templates.cl | 4 +- tools/libclang/CIndex.cpp | 2 +- 40 files changed, 143 insertions(+), 390 deletions(-) delete mode 100644 test/CodeGenOpenCLCXX/addrspace-of-this.cl