]> granicus.if.org Git - clang/commit
Delayed template instantiation of late-parsed attributes.
authorDeLesley Hutchins <delesley@google.com>
Fri, 20 Jan 2012 22:50:54 +0000 (22:50 +0000)
committerDeLesley Hutchins <delesley@google.com>
Fri, 20 Jan 2012 22:50:54 +0000 (22:50 +0000)
commit23323e0253716ff03c95a00fb6903019daafe3aa
tree765f6ebb8f08a68f2881021e582472a27fcb1d24
parent7b9ff0c09025dcbe48ec7db71330e2066d1e1863
Delayed template instantiation of late-parsed attributes.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@148595 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Attr.h
include/clang/Sema/Sema.h
include/clang/Sema/Template.h
lib/Parse/ParseDecl.cpp
lib/Sema/SemaTemplateInstantiate.cpp
lib/Sema/SemaTemplateInstantiateDecl.cpp
test/SemaCXX/warn-thread-safety-analysis.cpp
utils/TableGen/ClangAttrEmitter.cpp