]> granicus.if.org Git - clang/commit
Store a TypeArgument on an attribute as a TypeSourceInfo*, rather than as a
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 31 Oct 2013 21:23:20 +0000 (21:23 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 31 Oct 2013 21:23:20 +0000 (21:23 +0000)
commitddc2a53584f91b1fdcc466f1ea1345d97c428802
tree19a4dc67263d07ce65e876299a42458ba1c08476
parentcd9d305fa4f613b89d101246bf58f6cb13247d12
Store a TypeArgument on an attribute as a TypeSourceInfo*, rather than as a
QualType with a SourceLocation stashed alongside.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@193803 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Attr.h
include/clang/Basic/Attr.td
lib/Sema/SemaDecl.cpp
lib/Sema/SemaDeclAttr.cpp
tools/libclang/CIndex.cpp
tools/libclang/IndexingContext.cpp
utils/TableGen/ClangAttrEmitter.cpp