summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-02-18 23:00:57 +0000
committerChris Lattner <sabre@nondot.org>2009-02-18 23:00:57 +0000
commit1b2cd9aca92ea740a052ec9a08433740e9bfac29 (patch)
tree2909f957e93e2285ec161c180e80bac5094720e7 /clang
parent6692f45829ba5e80a41fe83c17c621c19e20de66 (diff)
downloadbcm5719-llvm-1b2cd9aca92ea740a052ec9a08433740e9bfac29.tar.gz
bcm5719-llvm-1b2cd9aca92ea740a052ec9a08433740e9bfac29.zip
fariborz already fixed this.
llvm-svn: 64975
Diffstat (limited to 'clang')
-rw-r--r--clang/lib/Sema/SemaType.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/Sema/SemaType.cpp b/clang/lib/Sema/SemaType.cpp
index f0e6c81fdc1..02ba807758b 100644
--- a/clang/lib/Sema/SemaType.cpp
+++ b/clang/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;
OpenPOWER on IntegriCloud