cppcheck/cli
Kimmo Varis dcc241a2b4 Don't print "files not found" after showing help.
Fix ticket #2496 (Is error reporting for an unneeded parameter wrong?)

There are several command line options / commands after which we
don't want Cppcheck to even try to open any files. Eg. printing
help or listing errors. So add new attribute for CmdLineParser to
track use of these options and exit before checking files when
the attribute is set.
2011-01-27 10:30:53 +02:00
..
cli.pro Move filelister* to cli. 2011-01-18 19:58:49 +02:00
cmdlineparser.cpp Don't print "files not found" after showing help. 2011-01-27 10:30:53 +02:00
cmdlineparser.h Don't print "files not found" after showing help. 2011-01-27 10:30:53 +02:00
cppcheck.rc 1.46: updated version information 2010-12-12 08:33:05 +01:00
cppcheck.vcproj Update Visual Studio project files. 2011-01-18 20:55:17 +02:00
cppcheck.vcxproj Update Visual Studio project files. 2011-01-18 20:55:17 +02:00
cppcheck.vcxproj.filters Update Visual Studio project files. 2011-01-18 20:55:17 +02:00
cppcheckexecutor.cpp Don't print "files not found" after showing help. 2011-01-27 10:30:53 +02:00
cppcheckexecutor.h cppcheck: output errorlist to stdout 2011-01-16 17:18:09 +01:00
filelister.cpp Move filelister* to cli. 2011-01-18 19:58:49 +02:00
filelister.h Move filelister* to cli. 2011-01-18 19:58:49 +02:00
filelister_unix.cpp Move filelister* to cli. 2011-01-18 19:58:49 +02:00
filelister_unix.h Move filelister* to cli. 2011-01-18 19:58:49 +02:00
filelister_win32.cpp Move filelister* to cli. 2011-01-18 19:58:49 +02:00
filelister_win32.h Move filelister* to cli. 2011-01-18 19:58:49 +02:00
main.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +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 Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
threadexecutor.h Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00