]> granicus.if.org Git - clang/commit
Make AttributedTypes for GC-qualified types and fix some miscellaneous
authorJohn McCall <rjmccall@apple.com>
Fri, 4 Mar 2011 04:00:19 +0000 (04:00 +0000)
committerJohn McCall <rjmccall@apple.com>
Fri, 4 Mar 2011 04:00:19 +0000 (04:00 +0000)
commit14aa2175416f79ef17811282afbf425f87d54ebf
treeacbbf7f9240a5d923fc6b0ce209671d2ad5dbf63
parent0498247f87ea0d716e0c2931fea812280649e33d
Make AttributedTypes for GC-qualified types and fix some miscellaneous
bugs with such types.  Not sure this is quite how I want the desugaring
and a.k.a. logic to go, but it suffices.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@126986 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ASTDiagnostic.cpp
lib/AST/TypePrinter.cpp
lib/CodeGen/CGDebugInfo.cpp
lib/Sema/SemaType.cpp