Login  Register

[Moose-dev] retrieve 'Memory class' in CAnalyzer

Posted by cdelaunay on Jan 25, 2010; 9:19am
URL: https://forum.world.st/Moose-dev-retrieve-Memory-class-in-CAnalyzer-tp1310788.html

Hello,

A thing it would be cool to retrieve from C code for a function, is the thing called 'Memory class'. It is the word prefixing a function declaration:
- global
- local
- static
- extern
- register

I have looked at a xml file generated with srcml and a function is declared like that: 
         <function><type><name>static</name> <name>void</name></type> ...

So it seems to be quite simple to retrieve, what do you think ?

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev