r184740 - [Sema] Call CheckParmForFunctionDef on ObjC method parameters

John McCall rjmccall at apple.com
Thu Jun 27 10:52:48 PDT 2013


On Jun 24, 2013, at 7:38 AM, Reid Kleckner <reid at kleckner.net> wrote:
> Author: rnk
> Date: Mon Jun 24 09:38:26 2013
> New Revision: 184740
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=184740&view=rev
> Log:
> [Sema] Call CheckParmForFunctionDef on ObjC method parameters
> 
> CheckParmForFunctionDef performs standard checks for type completeness
> and other things like a destructor check for the MSVC++ ABI.

Thanks, Reid.

John.



More information about the cfe-commits mailing list