diff options
author | Chris Lattner <sabre@nondot.org> | 2009-02-18 23:00:57 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-02-18 23:00:57 +0000 |
commit | 67a6b6bf004661182e1654edd24942c067701f8b (patch) | |
tree | 03e7840817bb4a88fa251798580fc42dccf38cde /lib/Sema/SemaType.cpp | |
parent | 81f14a0be00515c456bb27db3932f6f1a30cb94c (diff) |
fariborz already fixed this.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64975 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/SemaType.cpp')
-rw-r--r-- | lib/Sema/SemaType.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Sema/SemaType.cpp b/lib/Sema/SemaType.cpp index f0e6c81fdc..02ba807758 100644 --- a/lib/Sema/SemaType.cpp +++ b/lib/Sema/SemaType.cpp @@ -779,7 +779,6 @@ static void HandleAddressSpaceTypeAttribute(QualType &Type, /// specified type. The attribute contains 1 argument, weak or strong. static void HandleObjCGCTypeAttribute(QualType &Type, const AttributeList &Attr, Sema &S) { - // FIXME. change error code. if (Type.getObjCGCAttr() != QualType::GCNone) { S.Diag(Attr.getLoc(), diag::err_attribute_multiple_objc_gc); return; |