]> granicus.if.org Git - clang/commitdiff
Revert this temporarily, it's breaking objc :/
authorNate Begeman <natebegeman@mac.com>
Sun, 17 Feb 2008 21:04:23 +0000 (21:04 +0000)
committerNate Begeman <natebegeman@mac.com>
Sun, 17 Feb 2008 21:04:23 +0000 (21:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@47245 91177308-0d34-0410-b5e6-96231b3b80d8

Sema/SemaDecl.cpp

index 9a19928ce7d171ee9e9522ce1e1b0b19930837b2..797efea7c50b06bf07daa52583d98c6b44c2a082 100644 (file)
@@ -987,8 +987,8 @@ Sema::ActOnParamDeclarator(struct DeclaratorChunk::ParamInfo &PI,
     II->setFETokenInfo(New);
     FnScope->AddDecl(New);
   }
-
-  HandleDeclAttributes(New, PI.AttrList, 0);
+  // FIXME: Handle Attributes
+  //HandleDeclAttributes(New, PI.AttrList, 0);
   return New;
 }