cppcheck/src
Reijo Tomperi afe19dd0a2 Added .c++ to help texts also. 2009-01-16 22:42:08 +00:00
..
checkbufferoverrun.cpp buffer overruns: added sprintf checking 2009-01-14 06:29:35 +00:00
checkbufferoverrun.h buffer overruns: added sprintf checking 2009-01-14 06:29:35 +00:00
checkclass.cpp Uninitialized member variables: Checking enum variables 2009-01-14 19:34:10 +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 Memory leak: Fixed false positives about deallocating pointer that has already been deallocated 2009-01-16 16:29:41 +00:00
checkmemoryleak.h Memory leak: Readded some checking to classes 2009-01-14 05:58:20 +00:00
checkother.cpp code style 2009-01-15 17:12:55 +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
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 memory leaks: Added checking of deallocate to see that the pointer isn't deallocated already 2009-01-15 20:34:39 +00:00
filelister.cpp Add support for .c++ files ( Debian Bug#512060: cppcheck: refuses to 2009-01-16 20:46:41 +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 preprocessor: bail out code in expandMacros 2009-01-16 21:30:06 +00:00
preprocessor.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
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 setVarId: Fixed bug (variable id for struct member not correctly set) 2009-01-11 10:03:21 +00:00
tokenize.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