Skip to content

v0.3.0

Compare
Choose a tag to compare
@cppinclude cppinclude released this 21 Jan 20:44
· 5 commits to master since this release
  • Added:

    • Support CMake ( JSON Compilation Database, compile_commands.json )
    • Analyze unincluded headers
    • Analyze headers that are included in different ways ( #include "..." and #include <...> )
    • All report arguments in configuration file
  • Fixed:

    • Fixed bug in analyzing raw C++ strings
    • Fixed bug in analyzing comments after #include