cppcheck/src
Slava Semushin bfd49e21e7 Added 17 functions which work with FILE structure to white list.
Inspired by previous commit.
2009-05-23 18:01:18 +07:00
..
check.h Fix ticket #252 (Fix --style warnings in cppcheck) 2009-04-13 12:02:21 +03:00
checkautovariables.cpp Propagate static and const modifiers. 2009-05-22 21:20:32 +07:00
checkautovariables.h Updated wrong comments (looks like after copy&paste). 2009-05-22 21:13:01 +07:00
checkbufferoverrun.cpp Fix #279 (Refactoring: replace and remove Token::aaaa , Token::aaaa0 and Token::aaaa1) 2009-05-03 21:10:59 +03:00
checkbufferoverrun.h Buffer overrun: Added check to detect when size argument to memset is a char constant (#213) 2009-03-25 07:25:10 +01:00
checkclass.cpp Applied patch 0001-Use-Token-simpleMatch-instead-of-Token-Match-w 2009-05-21 17:55:52 +02:00
checkclass.h class checking: Checking that vectors/lists/strings etc are modified in the assignment function 2009-05-01 07:28:58 +02:00
checkdangerousfunctions.cpp Removed unused or superfluous headers. 2009-05-22 21:17:59 +07:00
checkdangerousfunctions.h Fixed ticket #300 (wrong level given) 2009-05-22 21:35:00 +07:00
checkfunctionusage.cpp Replaced two Token::simpleMatch() calls to one Token::Match(). 2009-05-22 22:03:42 +07:00
checkfunctionusage.h Copyrights updated 2009-03-01 19:52:33 +00:00
checkheaders.cpp Applied patch 0001-Use-Token-simpleMatch-instead-of-Token-Match-w 2009-05-21 17:55:52 +02:00
checkheaders.h Copyrights updated 2009-03-01 19:52:33 +00:00
checkmemoryleak.cpp Added 17 functions which work with FILE structure to white list. 2009-05-23 18:01:18 +07:00
checkmemoryleak.h Applied patch 0002-CheckMemoryLeak-renamed-enum-members.patch 2009-05-21 12:16:42 +02:00
checkother.cpp Propagate static and const modifiers. 2009-05-22 21:20:32 +07:00
checkother.h zero division: it's an error 2009-03-29 18:47:05 +02:00
checksecurity.cpp Fix some potential null pointer crashes 2009-04-03 14:55:36 +03:00
checksecurity.h refactoring - added 'getErrorMessages' to all check classes 2009-03-22 08:20:15 +01:00
checkstl.cpp Applied patch 0001-Use-Token-simpleMatch-instead-of-Token-Match-w 2009-05-21 17:55:52 +02:00
checkstl.h stl: Fixed ticket #277 - dereferencing an iterator that has been erased 2009-05-03 07:37:39 +02:00
cppcheck.cpp Fix ticket #288 (Tokenizer::syntaxError should use error logger instead of std::cout) 2009-05-11 22:52:04 +03:00
cppcheck.h Copyrights updated 2009-03-01 19:52:33 +00:00
cppcheck.rc Windows RC file is ANSI file, storing as UTF-8 messes it up. 2009-02-22 14:55:29 +00:00
cppcheckexecutor.cpp Fix ticket #135 (Add option to control main() exit value) 2009-03-06 02:03:31 +02:00
cppcheckexecutor.h Fix ticket #135 (Add option to control main() exit value) 2009-03-06 02:03:31 +02:00
errorlogger.cpp astyle fix 2009-04-23 23:53:01 +03:00
errorlogger.h refactoring error messages 2009-03-21 21:33:27 +01:00
filelister.cpp Windows Qt compilation fixes. 2009-03-07 18:53:50 +02:00
filelister.h Now adds directory contents to list of files to check. 2009-03-02 19:56:51 +00:00
main.cpp Fix ticket #135 (Add option to control main() exit value) 2009-03-06 02:03:31 +02:00
mathlib.cpp mathlib: Fixed todo 3/2=1 2009-04-16 22:06:17 +02:00
mathlib.h Refactoring: Using MathLib for converting string to number 2009-05-02 10:45:15 +02:00
preprocessor.cpp Fix ticket #304 (#include <file.h> should be searched from paths given with -I parameter.) 2009-05-23 00:18:48 +03:00
preprocessor.h Fix ticket #304 (#include <file.h> should be searched from paths given with -I parameter.) 2009-05-23 00:18:48 +03:00
resource.h Fix VS build broken due to tripled version resource info. 2009-01-18 09:38:42 +00:00
settings.cpp astyle formatting 2009-03-06 18:13:41 +01:00
settings.h astyle formatting 2009-03-06 18:13:41 +01:00
threadexecutor.cpp Apply #296 ([PATCH] cppcheck leak memory when -j option uses) 2009-05-09 22:40:22 +03:00
threadexecutor.h Copyrights updated 2009-03-01 19:52:33 +00:00
token.cpp Fix #279 (Refactoring: replace and remove Token::aaaa , Token::aaaa0 and Token::aaaa1) 2009-05-03 21:10:59 +03:00
token.h Fix #279 (Refactoring: replace and remove Token::aaaa , Token::aaaa0 and Token::aaaa1) 2009-05-03 21:10:59 +03:00
tokenize.cpp Fix ticket #326 (Reported memory leak when pointer returned by assign to function's parameter) 2009-05-22 23:36:03 +03:00
tokenize.h Fix ticket #288 (Tokenizer::syntaxError should use error logger instead of std::cout) 2009-05-11 22:52:04 +03:00