cppcheck/cli
Reijo Tomperi dd666b7c1b Add command line option: --debug-fp ... If used, cppcheck will print out the code generating error into output stream.
This is ment to be used for debugging false positive errors in Cppcheck.
Current implementation tries two alternatives. Without all headers or with all headers and prints out the option with
less code. In future versions this could try with individual headers or group of header files.
2011-08-16 22:58:27 +03:00
..
cli.pro Reverted non-CMake changes in previous 'Added CMake files' commit 2011-03-25 07:59:48 +01:00
cmdlineparser.cpp Add command line option: --debug-fp ... If used, cppcheck will print out the code generating error into output stream. 2011-08-16 22:58:27 +03:00
cmdlineparser.h Add CLI support for ignoring paths. 2011-02-02 14:34:04 +02:00
cppcheck.rc 1.50: Updated version 2011-08-14 08:08:37 +02:00
cppcheck.vcproj Visual Studio: Updated project files 2011-08-02 17:29:02 +02:00
cppcheck.vcxproj Visual Studio: Updated project files 2011-08-02 17:29:02 +02:00
cppcheck.vcxproj.filters Visual Studio: Updated project files 2011-08-02 17:29:02 +02:00
cppcheckexecutor.cpp Add "ExtraVersion" version number information. 2011-08-11 17:34:59 +03:00
cppcheckexecutor.h Remove ErrorLogger::reportStatus() method. 2011-04-27 23:27:02 +03:00
filelister.cpp CLI: Fix problem building in Windows. 2011-08-07 00:11:53 +03:00
filelister.h CLI: Strict check if exclude path is file. 2011-08-06 16:47:57 +03:00
main.cpp 1.50: Updated version 2011-08-14 08:08:37 +02:00
pathmatch.cpp Allow to exclude filenames (with paths). 2011-02-03 14:43:42 +02:00
pathmatch.h Add CLI support for ignoring paths. 2011-02-02 14:34:04 +02:00
resource.h Restructuring: Updated the Visual Studio project files. They are now generated by qmake 2009-10-28 17:37:38 +01:00
threadexecutor.cpp Allow suppression of the 'cppcheckError' error reported by the threaded CLI executor. 2011-05-22 20:47:55 +12:00
threadexecutor.h Remove ErrorLogger::reportStatus() method. 2011-04-27 23:27:02 +03:00