Skip to content

0.17

Latest
Compare
Choose a tag to compare
@davidmalcolm davidmalcolm released this 23 Jan 21:00
· 10 commits to master since this release

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