]> granicus.if.org Git - clang/commit
AST, Sema, Serialization: keep track of cudaConfigureCall
authorPeter Collingbourne <peter@pcc.me.uk>
Wed, 9 Feb 2011 21:04:32 +0000 (21:04 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Wed, 9 Feb 2011 21:04:32 +0000 (21:04 +0000)
commit14b6ba77710d6431794d65c7d58c6f29c3dc956e
tree3b7c789d69dd7808da2d135caae3200ebecb639a
parenteb4c45b383b4a8f69d23e4b9cfb6dd3e6f8ff641
AST, Sema, Serialization: keep track of cudaConfigureCall

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125216 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ASTContext.h
include/clang/Basic/DiagnosticSemaKinds.td
include/clang/Serialization/ASTBitCodes.h
include/clang/Serialization/ASTReader.h
lib/AST/ASTContext.cpp
lib/Sema/SemaDecl.cpp
lib/Serialization/ASTReader.cpp
lib/Serialization/ASTWriter.cpp
test/SemaCUDA/config-type.cu [new file with mode: 0644]