Skip to content

Releases: davidmalcolm/gcc-python-plugin

0.17

23 Jan 21:00
Compare
Choose a tag to compare

This releases adds support for gcc 9 (along with continued support for
gcc 4.6, 4.7, 4.8, 4.9, 5, 6, 7, and 8).

Unfortunately, the reference-count checker no longer works for gcc 7
onwards, so it is disabled when embedded in those builds of gcc.

Additionally, this release contains the following improvements:

  • the plugin can now be built in a separate build directory from the
    source directory (thanks to Tom de Vries)

  • gcc-with-cpychecker gained a --cpychecker-verbose option

0.16

04 May 18:37
Compare
Choose a tag to compare

This releases adds support for gcc 7 and gcc 8 (along with continued support for gcc 4.6, 4.7, 4.8, 4.9, 5 and 6).

The upstream location for the plugin has moved from fedorahosted.org to https://github.com/davidmalcolm/gcc-python-plugin

Additionally, this release contains the following improvements:

  • add gcc.RichLocation for GCC 6 onwards
  • gcc.Location
    • add caret, start, finish attributes for GCC 7 onwards
    • add gcc.Location.offset_column() method