- Perfomance with regex
- New argument show_details
- New argument thousands_separator
- New argument verbose_ignore
- New argument show_only_std_headers
- Fixed detect file name after comments /**/ in include
- Support CMake ( JSON Compilation Database, compile_commands.json )
- Analyze unincluded headers
- Analyze headers that are included in different ways ( #include "..." and #include <...> )
- All arguments in configuration file
- Fixed bug in analyzing raw C++ strings
- Fixed bug in analyzing comments after #include
- Fixed build for:
- CentOS 7
- GCC 7
- Visual Studio 2017
- Apple Clang 12
- New parameter analyze_without_extension
- New argument show_std_files
- Fixed bug in multiline comments
- Fixed bug in multiline string
- Fixed bug in strig with quotation marks