cppcheck/src
Nicolas Le Cam f6d121443e unreachableCode: Moved warning of a break statement following a return in --style; Added a test case; Minor optimization. 2009-01-18 21:19:02 +00:00
..
checkbufferoverrun.cpp bounds checking: Added error message "snprintf size is out of bounds" 2009-01-17 13:09:02 +00:00
checkbufferoverrun.h buffer overruns: added sprintf checking 2009-01-14 06:29:35 +00:00
checkclass.cpp Fix Ticket #32 False positive with --style: Uninitialized member variable (when stream is used) 2009-01-17 20:17:57 +00:00
checkclass.h Refactoring: Added src/ and test/ folders. Moved source files to those folders, updated makefile and codeblocks project file. 2009-01-06 14:18:36 +00:00
checkfunctionusage.cpp function usage: don't report "main" and "if" as unused 2009-01-16 16:20:35 +00:00
checkfunctionusage.h Refactoring: Added src/ and test/ folders. Moved source files to those folders, updated makefile and codeblocks project file. 2009-01-06 14:18:36 +00:00
checkheaders.cpp Refactoring: Added src/ and test/ folders. Moved source files to those folders, updated makefile and codeblocks project file. 2009-01-06 14:18:36 +00:00
checkheaders.h Refactoring: Added src/ and test/ folders. Moved source files to those folders, updated makefile and codeblocks project file. 2009-01-06 14:18:36 +00:00
checkmemoryleak.cpp errmsg: added varname to the message "deallocating a deallocated pointer" 2009-01-17 11:15:46 +00:00
checkmemoryleak.h Memory leak: Readded some checking to classes 2009-01-14 05:58:20 +00:00
checkother.cpp unreachableCode: Moved warning of a break statement following a return in --style; Added a test case; Minor optimization. 2009-01-18 21:19:02 +00:00
checkother.h str plus char: Added check and error message for str + ch 2009-01-15 16:57:51 +00:00
cppcheck.cpp Added .c++ to help texts also. 2009-01-16 22:42:08 +00:00
cppcheck.h Main returns now EXIT_SUCCESS or EXIT_FAILURE instead of 0. Feature request fixed: [ 2489787 ] Return value of cppcheck is always 0 2009-01-08 21:30:25 +00:00
cppcheck.rc Fix VS build broken due to tripled version resource info. 2009-01-18 09:38:42 +00:00
cppcheckexecutor.cpp Main returns now EXIT_SUCCESS or EXIT_FAILURE instead of 0. Feature request fixed: [ 2489787 ] Return value of cppcheck is always 0 2009-01-08 21:30:25 +00:00
cppcheckexecutor.h Main returns now EXIT_SUCCESS or EXIT_FAILURE instead of 0. Feature request fixed: [ 2489787 ] Return value of cppcheck is always 0 2009-01-08 21:30:25 +00:00
errorlogger.h Refactoring: Added src/ and test/ folders. Moved source files to those folders, updated makefile and codeblocks project file. 2009-01-06 14:18:36 +00:00
errormessage.cpp errormessage: added header 2009-01-09 19:01:25 +00:00
errormessage.h bounds checking: Added error message "snprintf size is out of bounds" 2009-01-17 13:09:02 +00:00
filelister.cpp Does not understand . as current folder (Trac #4) 2009-01-17 19:34:11 +00:00
filelister.h Refactoring: Added src/ and test/ folders. Moved source files to those folders, updated makefile and codeblocks project file. 2009-01-06 14:18:36 +00:00
main.cpp Main returns now EXIT_SUCCESS or EXIT_FAILURE instead of 0. Feature request fixed: [ 2489787 ] Return value of cppcheck is always 0 2009-01-08 21:30:25 +00:00
preprocessor.cpp More work for includes, still commented out. Uncomment from tokenize.cpp and 2009-01-18 18:59:58 +00:00
preprocessor.h More work for includes, still commented out. Tokenizer needs #file handling 2009-01-18 18:01:56 +00:00
resource.h Fix VS build broken due to tripled version resource info. 2009-01-18 09:38:42 +00:00
settings.cpp errmsg: added "unused function" 2009-01-11 06:44:32 +00:00
settings.h errmsg: added "unused function" 2009-01-11 06:44:32 +00:00
token.cpp match: skip initial !! patterns if on first token. 2009-01-10 21:13:10 +00:00
token.h Refactoring: Added src/ and test/ folders. Moved source files to those folders, updated makefile and codeblocks project file. 2009-01-06 14:18:36 +00:00
tokenize.cpp More work for includes, still commented out. Uncomment from tokenize.cpp and 2009-01-18 18:59:58 +00:00
tokenize.h More work for includes, still commented out. Uncomment from tokenize.cpp and 2009-01-18 18:59:58 +00:00