cppcheck/cli
Kimmo Varis 68c52ddd69 Refactoring information messages.
Currently the information severity messages are outputted as error
messages with Severity::Information. This causes constant confusion
as people think it as mildest error severity (and rightfully so).
When it was meant to be for printing messages about the checking
procedure itself (like missing header files etc).

So I'm adding a new function for the ErrorLogger for printing these
informative messages. This makes clear the distinction of errors
found from the code and messages related to the checking itself.
It also makes it easier for clients to handle these separately.
2012-06-19 00:16:20 +03:00
..
cli.pro Add general PRO file for console builds. 2012-06-18 09:28:32 +03:00
cli.vcxproj Disabled C4512 in VS10 (#3882) 2012-06-14 09:39:31 -07:00
cli.vcxproj.filters Implemented support for building cppcheck lib into a dll 2012-06-10 05:19:09 -07:00
cmdlineparser.cpp Fixed #3883: 80-char overflow in help text. 2012-06-11 02:05:18 -07:00
cmdlineparser.h Changed the order of some structures in order to improve, even if for a bit, their padding. 2012-05-14 20:49:03 +02:00
cppcheck.rc Set version to "1.55 dev" 2012-04-15 11:40:14 +02:00
cppcheck.vcproj VS: Generated new VS project files 2012-05-26 10:48:04 +02:00
cppcheckexecutor.cpp Refactoring information messages. 2012-06-19 00:16:20 +03:00
cppcheckexecutor.h Refactoring information messages. 2012-06-19 00:16:20 +03:00
filelister.cpp Improvements to filelister under Windows: 2012-04-08 11:50:54 +02:00
filelister.h Refactored STL container usage in CLI. 2012-02-19 17:22:59 +01:00
main.cpp 1.54: updated version numbers 2012-04-15 07:23:26 +02:00
pathmatch.cpp Refactored STL container usage in CLI. 2012-02-19 17:22:59 +01:00
pathmatch.h Removed code that became unnecessary after 7be01da8e9. 2012-04-13 11:08:46 +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 Refactoring information messages. 2012-06-19 00:16:20 +03:00
threadexecutor.h Refactoring information messages. 2012-06-19 00:16:20 +03:00