[cfe-commits] [PATCH] Fix parsing of local pointers to function having MS calling convention

Chris Lattner clattner at apple.com
Tue Sep 28 16:36:33 PDT 2010


On Sep 23, 2010, at 9:51 AM, Martin Vejnár wrote:

> Hi, this patch adds a fix that allows the following declaration
> 
>      bool (__stdcall *p)(int);
> 
> to be parsed correctly even in function scope.
> -- 

Looks great, applied in r115004! 

-Chris



More information about the cfe-commits mailing list