Brad King <[email protected]> writes:

[snip]

>>     `inline' is reported, but not `static'.
>> 
>>     Is this a limitation of gcc-xml or a bug?
>
> It was never intended to work.  It may be possible to implement but
> I do not know where GCC's parser keeps this information.  Take a look
> at GCC/gcc/tree.h, GCC/gcc/cp/cp-tree.h, and GCC/gcc/cp/xml.c if you
> want to try it.

This is something that I need because the functions are used as template
arguments on the files generated from gcc-xml output. As you know,
objects with static linkage are not admisible as template arguments, so
I must filter out those functions.

I'll try to add the feature. Thanks for the pointers, Brad.

_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://www.gccxml.org/mailman/listinfo/gccxml

Reply via email to