This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 765aed9554 [AST] RecursiveASTVisitor visits lambda classes when implici [...] new 5c85c8c7fb [OpenCL] Set generic addr space of 'this' in special class members.
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/Sema/Sema.h | 4 + lib/AST/Expr.cpp | 4 +- lib/CodeGen/CGCall.cpp | 2 +- lib/Sema/SemaDecl.cpp | 7 +- lib/Sema/SemaDeclCXX.cpp | 66 +++++++------ lib/Sema/SemaInit.cpp | 11 +++ lib/Sema/SemaType.cpp | 5 +- test/CodeGenOpenCLCXX/addrspace-of-this.cl | 130 ++++++++++++++++---------- test/SemaOpenCLCXX/address-space-templates.cl | 4 +- 9 files changed, 143 insertions(+), 90 deletions(-)