[cfe-commits] [PATCH] Add function attributes to the output of -ast-print-xml

Douglas Gregor dgregor at apple.com
Tue Sep 7 13:18:09 PDT 2010


On Sep 7, 2010, at 6:07 AM, Martin Vejnár wrote:

> Hi, I'm attaching a patch that adds some more information to the
> XML-serialized AST. The attributes in question are "main", "externc",
> "global", "pure" and "call_conv"; all of them are added to function
> declarations except for the latter, which is part of the function type.

Committed as r113266, thanks!

	- Doug





More information about the cfe-commits mailing list