Introduce an AttributedType, but don't actually use it anywhere yet.
authorJohn McCall <rjmccall@apple.com>
Thu, 6 Jan 2011 01:58:22 +0000 (01:58 +0000)
committerJohn McCall <rjmccall@apple.com>
Thu, 6 Jan 2011 01:58:22 +0000 (01:58 +0000)
commit9d156a7b1b2771e191f2f5a45a7b7a694129463b
treeba0cb32820bd4acde7f0cdd7465c909cbffbf281
parentb7ec67a43d0b5408d6a97e92240207b5a2374456
Introduce an AttributedType, but don't actually use it anywhere yet.
The initial TreeTransform is a cop-out, but it's more-or-less equivalent
to what we were doing before, or rather what we're doing now and might
eventually stop doing in favor of using this type.
I am simultaneously intrigued by the possibilities of rebuilding a
dependent Attri

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122942 91177308-0d34-0410-b5e6-96231b3b80d8
14 files changed:
include/clang/AST/ASTContext.h
include/clang/AST/RecursiveASTVisitor.h
include/clang/AST/Type.h
include/clang/AST/TypeLoc.h
include/clang/AST/TypeNodes.def
include/clang/Serialization/ASTBitCodes.h
lib/AST/ASTContext.cpp
lib/AST/ASTImporter.cpp
lib/AST/TypeLoc.cpp
lib/AST/TypePrinter.cpp
lib/CodeGen/CGDebugInfo.cpp
lib/Sema/TreeTransform.h
lib/Serialization/ASTReader.cpp
lib/Serialization/ASTWriter.cpp