Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => CodeCompletion redesign => Topic started by: ollydbg on October 19, 2011, 07:03:43 am

Title: GCC plugin feature now comes on Windows
Post by: ollydbg on October 19, 2011, 07:03:43 am
See:
[Mingw-users] gcc --enable-plugin experimental built on windows (http://sourceforge.net/mailarchive/message.php?msg_id=28248366)

This is quite useful to analyze the source code, and it is easy to generate an AST representation.

See what I have done to plot the top level declaration of a file.
Re: [Mingw-users] gcc --enable-plugin experimental built on windows (http://sourceforge.net/mailarchive/message.php?msg_id=28248411)

Hope we can do more things to support Codecompletion plugin by GCC plugin.