cppcheck/src
Daniel Marjamäki 17fbab018c simplify known value: insert known variable value into calculations 2009-02-14 06:11:37 +00:00
..
checkbufferoverrun.cpp buffer overruns: added simple support for initialized array 2009-02-12 19:11:52 +00:00
checkbufferoverrun.h buffer overrun: improved checking of global variables 2009-02-11 16:12:29 +00:00
checkclass.cpp uninitialized variables: added testcases and made a fix 2009-02-09 07:47:41 +00:00
checkclass.h Fixing ticket #35 (Get rid of #ifdefs in our code where possible) 2009-01-23 20:25:13 +00:00
checkdangerousfunctions.cpp Fix ticket #93 (Write xml results into error stream instead of results.xml file.) and also refactor the 2009-02-09 20:51:04 +00:00
checkdangerousfunctions.h Removed some dead code and improved one function to use reference instead of a copy. 2009-01-31 21:12:24 +00:00
checkfunctionusage.cpp Fix ticket #80 (refactoring: classes ErrorMessage and ErrorLogger), note that errormessage and errorlogger were merged, errormessage.* is no more. 2009-02-08 21:20:35 +00:00
checkfunctionusage.h Fixed Ticket #40, Check copyright texts in files, now that we have new developers. 2009-01-21 20:04:20 +00:00
checkheaders.cpp Refactoring: reportErr takes now only one parameter, ErrorLogger::ErrorMessage, which contains all required information and also some help 2009-02-10 21:51:52 +00:00
checkheaders.h Fixed Ticket #40, Check copyright texts in files, now that we have new developers. 2009-01-21 20:04:20 +00:00
checkmemoryleak.cpp memory leak: keep track of --all better 2009-02-09 20:16:00 +00:00
checkmemoryleak.h memory leak: keep track of --all better 2009-02-09 20:16:00 +00:00
checkother.cpp Incomplete statements: removed false positive when setting array of structures or multi-dimensional arrays. 2009-02-12 12:59:43 +00:00
checkother.h Fix ticket #84 (unit testing: use "protected" instead of preprocessor) 2009-02-07 20:06:00 +00:00
checkstl.cpp stl dangerous usage of erase: Added test cases about using return and goto 2009-02-11 16:20:32 +00:00
checkstl.h dangerous usage of erase: added check 2009-02-11 05:08:29 +00:00
cppcheck.cpp simplify known value: insert known variable value into calculations 2009-02-14 06:11:37 +00:00
cppcheck.h Refactoring: reportErr takes now only one parameter, ErrorLogger::ErrorMessage, which contains all required information and also some help 2009-02-10 21:51:52 +00:00
cppcheck.rc changed version to 1.28 2009-02-01 08:17:45 +00:00
cppcheckexecutor.cpp Refactoring: reportErr takes now only one parameter, ErrorLogger::ErrorMessage, which contains all required information and also some help 2009-02-10 21:51:52 +00:00
cppcheckexecutor.h Refactoring: reportErr takes now only one parameter, ErrorLogger::ErrorMessage, which contains all required information and also some help 2009-02-10 21:51:52 +00:00
errorlogger.cpp Refactoring: reportErr takes now only one parameter, ErrorLogger::ErrorMessage, which contains all required information and also some help 2009-02-10 21:51:52 +00:00
errorlogger.h dangerous usage of erase: added check 2009-02-11 05:08:29 +00:00
filelister.cpp FileLister: Added code that I received from Jeffrey Walton to handle directories and files better 2009-02-07 07:38:22 +00:00
filelister.h Fixing ticket #35 (Get rid of #ifdefs in our code where possible) 2009-01-23 20:25:13 +00:00
main.cpp Fixed Ticket #40, Check copyright texts in files, now that we have new developers. 2009-01-21 20:04:20 +00:00
preprocessor.cpp Preprocessor: support for ##-comma-eating in variadic macros; passing now fmt2 test. 2009-02-13 13:34:24 +00:00
preprocessor.h Fix ticket #84 (unit testing: use "protected" instead of preprocessor) 2009-02-07 20:06:00 +00:00
resource.h Fix VS build broken due to tripled version resource info. 2009-01-18 09:38:42 +00:00
settings.cpp xml: generating better xml output 2009-02-01 18:00:47 +00:00
settings.h xml: generating better xml output 2009-02-01 18:00:47 +00:00
token.cpp Token::stringifyList: Added function that stringifies a token list 2009-02-13 06:25:29 +00:00
token.h Token::stringifyList: Added function that stringifies a token list 2009-02-13 06:25:29 +00:00
tokenize.cpp simplify known value: insert known variable value into calculations 2009-02-14 06:11:37 +00:00
tokenize.h Fix ticket #93 (Write xml results into error stream instead of results.xml file.) and also refactor the 2009-02-09 20:51:04 +00:00