gcc-python-plugin
gcc-python-plugin copied to clipboard
GCC plugin that embeds CPython inside the compiler
Currently the plugin generates an HTML file for each function that has some report. However, there is no really easy way to browse all the reports. It would be nice...
Removed tautological section Still has PNG as default format Other formats now available _FIX IS NOT TESTED!_
Compiling on debian, ``` cc \ -I/usr/lib/gcc/x86_64-linux-gnu/5/plugin/include -I/usr/lib/gcc/x86_64-linux-gnu/5/plugin/include/c-family -I. -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7 -O2 -Werror -g -fPIC -fno-strict-aliasing -Wall \ -shared \ gcc-python.o gcc-python-attribute.o gcc-python-callbacks.o gcc-python-callgraph.o gcc-python-cfg.o gcc-python-closure.o gcc-python-diagnostics.o gcc-python-function.o gcc-python-gimple.o gcc-python-location.o...
Hi, I have been working on developing a plugin for automatic testcase generation and I am using gcc-python-plugin. Here's a few changes I made to support record and enumeral types....
I will do cleanup with low priority and let you know via this pull request when I believe it is at a state acceptable for review. Note, the following changes...
4.9 moves the definitions of some gimple functions to new files that need to be included first.
Not sure if this is due to a an issue in my code, but at least I don't think it should raise an exception in cpychecker: ``` [fedora@fedora pylibacl]$ CC=~/gcc-python-plugin/gcc-with-cpychecker...
minor style updates: show function name in title, highlight 'new flow' commentary.