forked from OSchip/llvm-project
Revert this temporarily, it's breaking objc :/
llvm-svn: 47245
This commit is contained in:
parent
cc22601bc3
commit
d811e74786
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue