This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 8af2f11 test: attempt to repair SCEI buildbots new 45b902e [CUDA] Emit deferred diagnostics during Sema rather than duri [...] new eb0ae14 Add and use isDiscardableGVALinkage function. new bc3970e Add required targets to tests to (hopefully) appease bots
The 3 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/ASTContext.h | 11 -- include/clang/AST/Decl.h | 8 -- include/clang/Basic/Linkage.h | 4 + include/clang/Sema/Sema.h | 43 ++++-- lib/AST/ASTContext.cpp | 11 +- lib/AST/Decl.cpp | 14 -- lib/CodeGen/CodeGenModule.cpp | 44 ------- lib/CodeGen/CodeGenModule.h | 4 - lib/Sema/SemaCUDA.cpp | 211 ++++++++++++++++++++++++------ test/CodeGen/64bit-swiftcall.c | 2 + test/Parser/lambda-attr.cu | 2 +- test/SemaCUDA/call-host-fn-from-device.cu | 3 +- test/SemaCUDA/function-overload.cu | 44 ++++++- test/SemaCUDA/method-target.cu | 6 +- test/SemaCUDA/reference-to-kernel-fn.cu | 5 +- 15 files changed, 262 insertions(+), 150 deletions(-)