On 6/20/07, Miguel Lobo <ml...@gm...> wrote:
> Hi list,
>
> The attached patch against current SVN adds support for the GCCXML attribute called "attributes".
>
> Please see section "C++ Meta-Information" in http://www.gccxml.org/HTML/Running.html for an explanation of the "attributes" functionality.
>
> I have tested this simple patch and it seems to work OK.
>
> Please let me know if you have any questions.
Thanks.
I committed your patch. I also extend it to work on function arguments
and added new unit tests. Revision id is 1066.
GCC-XML attributes looks like a "function invocation". I think you can
use " pygccxml for "easy parsing":
http://language-binding.net/pygccxml/apidocs/pygccxml.declarations.call_invocation-module.html
--
Roman Yakovenko
C++ Python language binding
http://www.language-binding.net/
|