[cfe-commits] r47245 - /cfe/trunk/Sema/SemaDecl.cpp

Nate Begeman natebegeman at mac.com
Sun Feb 17 13:04:23 PST 2008


Author: sampo
Date: Sun Feb 17 15:04:23 2008
New Revision: 47245

URL: http://llvm.org/viewvc/llvm-project?rev=47245&view=rev
Log:
Revert this temporarily, it's breaking objc :/

Modified:
    cfe/trunk/Sema/SemaDecl.cpp

Modified: cfe/trunk/Sema/SemaDecl.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/Sema/SemaDecl.cpp?rev=47245&r1=47244&r2=47245&view=diff

==============================================================================
--- cfe/trunk/Sema/SemaDecl.cpp (original)
+++ cfe/trunk/Sema/SemaDecl.cpp Sun Feb 17 15:04:23 2008
@@ -987,8 +987,8 @@
     II->setFETokenInfo(New);
     FnScope->AddDecl(New);
   }
-
-  HandleDeclAttributes(New, PI.AttrList, 0);
+  // FIXME: Handle Attributes
+  //HandleDeclAttributes(New, PI.AttrList, 0);
   return New;
 }
 





More information about the cfe-commits mailing list