Hello.
In my plugin to analyze C++ code, I would like to detect elements
(classes, methods, statements,...) that have been generated by
preprocess with expansion of macros
Is it possible?
Can I get this information with TREE api?
Thanks in advance
Hello.
I'am developing an statement detector for c++ and I would like to
detect if an statement is expanded from macro.
Can I detect in ast tree if an statement is expanded code from macro?
Thanks.
have source text
Thanks you very much.
On 19 January 2012 13:12, Richard Guenther wrote:
> On Thu, Jan 19, 2012 at 12:56 PM, Alberto Lozano Alelu
> wrote:
>> Hello.
>>
>> I'm developing a C++ analyzer and I would like to get source text of
>> file when I'm
Hello.
I'm developing a C++ analyzer and I would like to get source text of
file when I'm analyzing C++ code.
When I'm analyzing source code I would like to get source text line
from a location of a type. I have got type location but I don't know a
function to get source line text from source loc
Hello.
First at all. This is my first message in this mailing list.
I'm developing a static source analyzer from c++ frontend (in future
it will be a gcc plugin) and I get problems when I access to type of
typedef.
When I get a typedef, I would like to show the definition. I use:
tree v_next_type