[cfe-commits] [PATCH] Add declarations nested in a linkage specification to the output of -ast-print-xml

Douglas Gregor dgregor at apple.com
Mon Oct 18 07:37:03 PDT 2010


On Oct 13, 2010, at 6:56 AM, Martin Vejnár wrote:

> Hi, this patch does what the subject says, in particular, for the
> following code
> 
>    extern "C" void foo();
> 
> the declaration of `foo` will be included in the resulting XML.

Thanks, committed as r116702.

	- Doug





More information about the cfe-commits mailing list