Revert this temporarily, it's breaking objc :/

llvm-svn: 47245
This commit is contained in:
Nate Begeman 2008-02-17 21:04:23 +00:00
parent cc22601bc3
commit d811e74786
1 changed files with 2 additions and 2 deletions

View 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;
}