davidmalcolm / gcc-python-plugin

GCC plugin that embeds CPython inside the compiler
GNU General Public License v3.0
197 stars 58 forks source link

PLUGIN_FINISH_TYPE not documented #103

Closed davidmalcolm closed 7 years ago

davidmalcolm commented 7 years ago

I was reading here:

http://gcc-python-plugin.readthedocs.org/en/latest/callbacks.html

and I noticed that gcc.PLUGIN_FINISHTYPE is not documented. All the other PLUGIN* callbacks describe the arguments and the meaning.

davidmalcolm commented 7 years ago

Imported from trac issue 62. Created by tromey on 2015-05-20T10:45:11, last modified: 2015-11-23T10:47:20

davidmalcolm commented 7 years ago

Trac comment by tromey on 2015-11-23 10:47:20:

Fixed on github.