]> granicus.if.org Git - clang/commit
Representation of objc gc's attribute using ExtQualType.
authorFariborz Jahanian <fjahanian@apple.com>
Wed, 18 Feb 2009 05:09:49 +0000 (05:09 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Wed, 18 Feb 2009 05:09:49 +0000 (05:09 +0000)
commitd33d9c0cc0cfdcd0b10f35a6acdfb25da4a64f19
tree62ddec380281fd5d7584b9ad958acdf4df241f5d
parent00dbfde0d7d0ef003a5a6bf7de0116636d0c1278
Representation of objc gc's attribute using ExtQualType.
Note that one test attr-objc-gc.m fails. I will fix this
after removing these attributes from the Decl nodes.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64889 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ASTContext.h
include/clang/AST/Type.h
lib/AST/ASTContext.cpp
lib/AST/Type.cpp
lib/Sema/SemaType.cpp