]> granicus.if.org Git - clang/commit
CUDA: diagnose invalid calls across targets
authorPeter Collingbourne <peter@pcc.me.uk>
Sun, 2 Oct 2011 23:49:40 +0000 (23:49 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Sun, 2 Oct 2011 23:49:40 +0000 (23:49 +0000)
commit78dd67e78c50a7abdc7c358e5eac1770d5fea22a
tree95066468a540e02295d1781171c90f7802878105
parent1f24076313e3c4921134db555194605c9a1ea49e
CUDA: diagnose invalid calls across targets

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@140978 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
include/clang/Sema/Overload.h
include/clang/Sema/Sema.h
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaExpr.cpp
lib/Sema/SemaOverload.cpp
test/SemaCUDA/cuda.h
test/SemaCUDA/function-target.cu [new file with mode: 0644]