This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
about preprocessed code
- From: Alberto Lozano Alelu <alelus at gmail dot com>
- To: gcc at gcc dot gnu dot org
- Date: Thu, 8 Nov 2012 09:02:22 +0100
- Subject: about preprocessed code
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