This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/41757] New: Add PLUGIN_FINISH_DECL
- From: "tglek at mozilla dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 Oct 2009 20:20:28 -0000
- Subject: [Bug other/41757] New: Add PLUGIN_FINISH_DECL
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
The GCC plugin API has a PLUGIN_FINISH_TYPE callback which provides an easy way
for plugins to enumerate instantiated types in GCC. Unfortunately no such
equivalent exists for decls.
Would be great to get a way to get notified when global variable, struct member
and static method DECLs are completed in the parser.
--
Summary: Add PLUGIN_FINISH_DECL
Product: gcc
Version: 4.5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: other
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: tglek at mozilla dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41757