From: Nate Begeman Date: Sun, 17 Feb 2008 21:04:23 +0000 (+0000) Subject: Revert this temporarily, it's breaking objc :/ X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0e4c62733d96617f02d51f743b985e978a888d58;p=clang Revert this temporarily, it's breaking objc :/ git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@47245 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Sema/SemaDecl.cpp b/Sema/SemaDecl.cpp index 9a19928ce7..797efea7c5 100644 --- a/Sema/SemaDecl.cpp +++ b/Sema/SemaDecl.cpp @@ -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; }