cppcheck/src
Daniel Marjamäki ea3094166c code cleanup 2009-01-20 06:20:55 +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 Update errormessage.h and code using it. 2009-01-19 19:50:59 +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 Update errormessage.h and code using it. 2009-01-19 19:50:59 +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 Visual Studio: Fix building resource file with Visual Studio Express. 2009-01-19 06:40:59 +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 Added test case preprocessor_doublesharp, executed ./runastyle for errormessage.h 2009-01-19 21:45:59 +00:00
filelister.cpp FileLister: Fix bug that prevent a file passed by with paths to be checked; Add the possibility to use \ as a directory separator on Windows closing issue #22 2009-01-18 23:51:31 +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 Added a test case and fixed bug. If #include was inside a string, cppcheck hanged in preprocessor. 2009-01-19 19:24:41 +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 code cleanup 2009-01-20 06:20:55 +00:00
token.h code cleanup 2009-01-20 06:20:55 +00:00
tokenize.cpp code cleanup 2009-01-20 06:20:55 +00:00
tokenize.h code cleanup 2009-01-20 06:20:55 +00:00