This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 290556e7d3 [clang] Enable clang build with LLVM_BUILD_INSTRUMENTED with [...] new a86f30ef47 [OpenCL] Add LangAS::opencl_private to represent private add [...]
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/Basic/AddressSpaces.h | 9 +- lib/AST/ASTContext.cpp | 1 + lib/AST/Expr.cpp | 28 +++--- lib/AST/ItaniumMangle.cpp | 11 ++- lib/AST/TypePrinter.cpp | 12 ++- lib/Basic/Targets/AMDGPU.cpp | 4 + lib/Basic/Targets/NVPTX.h | 1 + lib/Basic/Targets/SPIR.h | 1 + lib/Basic/Targets/TCE.h | 1 + lib/CodeGen/CGDecl.cpp | 4 +- lib/Sema/SemaChecking.cpp | 7 +- lib/Sema/SemaDecl.cpp | 25 +++-- lib/Sema/SemaType.cpp | 130 +++++++++++++++++++------- test/CodeGenOpenCL/address-spaces-mangling.cl | 22 ++++- test/CodeGenOpenCL/address-spaces.cl | 67 +++++++++++++ test/SemaOpenCL/address-spaces.cl | 23 +++++ test/SemaOpenCL/cl20-device-side-enqueue.cl | 2 +- test/SemaOpenCL/extern.cl | 9 -- test/SemaOpenCL/storageclass-cl20.cl | 34 +++++-- test/SemaOpenCL/storageclass.cl | 31 +++++- test/SemaTemplate/address_space-dependent.cpp | 4 +- 21 files changed, 319 insertions(+), 107 deletions(-) delete mode 100644 test/SemaOpenCL/extern.cl