Author Topic: GCC plugin feature now comes on Windows  (Read 6806 times)

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5913
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
GCC plugin feature now comes on Windows
« on: October 19, 2011, 07:03:43 am »
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.