[GCC-XML] 2 newbie questions about "pseudo"
Brad King
brad.king at kitware.com
Fri May 27 16:17:24 EDT 2005
Stefan Strasser wrote:
> GCC artificial flag is not very consistent, but the test (sourceline != 0) is.
> I don't know if or how gccxml exports the source line of a type declaration
> but I assume it does.
Good idea. GCC-XML dumps the line of every declaration. File line
numbering starts at 1, so any declaration on line 0 must have been
generated artificially by GCC.
-Brad
More information about the gccxml
mailing list