News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

GCC plugin feature now comes on Windows

Started by ollydbg, October 19, 2011, 07:03:43 AM

Previous topic - Next topic

ollydbg

See:
[Mingw-users] gcc --enable-plugin experimental built on windows

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

Hope we can do more things to support Codecompletion plugin by GCC plugin.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.