Refactor Objective-C @catch parameter checking by detangling it from
function-parameter checking and splitting it into the normal ActOn*/Build* pair in Sema. We now use VarDecl to represent the @catch parameter rather than the ill-fitting ParmVarDecl. llvm-svn: 102347
Loading
Please register or sign in to comment