gcc-python-plugin
gcc-python-plugin copied to clipboard
gccutils: get pretty-printing working again
-
Add new function
gcc.is_cplusplusto determine if we are compiling C++ -
Use
gcc.is_cplusplusin gccutils to not iterate over fullname when we are not using C++ (resolves davidmalcolm#72) -
Allow accessing
gcc.Type.sizeofto raise a TypeError while pretty-printing to be silently ignored and not added to attributes -
Use
pp_newline_and_flushinstead ofpp_newlineinPyGccPrettyPrinter_as_stringwhen we are using GCC 5.3 or later (as this provides the historic functionality relied upon)
ping!
Hi, is this project still being mantained? I sent this pull request over two years ago and haven't heard back. Can we merge?