cppcheck/src
Daniel Marjamäki bb154da394 memory leaks: handling std::auto_ptr (#266) 2009-04-28 20:01:35 +02:00
..
check.h Fix ticket #252 (Fix --style warnings in cppcheck) 2009-04-13 12:02:21 +03:00
checkautovariables.cpp astyle fix 2009-03-28 23:11:03 +02:00
checkautovariables.h Merge branch 'master' of git@github.com:danmar/cppcheck 2009-03-22 08:20:41 +01:00
checkbufferoverrun.cpp Fix ticket #243 (boundary checking) 2009-04-04 21:05:48 +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 private functions: don't report false positives when using initialization lists (#254) 2009-04-14 21:46:13 +02:00
checkclass.h operator=: changed error message when variable is not assigned 2009-03-31 19:00:56 +02:00
checkdangerousfunctions.cpp refactoring error messages 2009-03-21 18:31:28 +01:00
checkdangerousfunctions.h refactoring - added 'getErrorMessages' to all check classes 2009-03-22 08:20:15 +01:00
checkfunctionusage.cpp Copyrights updated 2009-03-01 19:52:33 +00:00
checkfunctionusage.h Copyrights updated 2009-03-01 19:52:33 +00:00
checkheaders.cpp Copyrights updated 2009-03-01 19:52:33 +00:00
checkheaders.h Copyrights updated 2009-03-01 19:52:33 +00:00
checkmemoryleak.cpp memory leaks: handling std::auto_ptr (#266) 2009-04-28 20:01:35 +02:00
checkmemoryleak.h refactoring - added 'getErrorMessages' to all check classes 2009-03-22 08:20:15 +01:00
checkother.cpp return pointer to local array: fixed false positive when return value is converted to for instance a std::string (#255) 2009-04-19 16:47:54 +02: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 push_back: updated the checking of push_back (#263) 2009-04-25 17:14:02 +02:00
checkstl.h STL boundries: added new check written by Bill Eggert (#247) 2009-04-13 17:48:13 +02:00
cppcheck.cpp bail out instead of crash when parsing unicode code (#207) 2009-04-27 21:29:03 +02: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 mathlib: Fixed todo 3/2=1 2009-04-16 22:06:17 +02:00
preprocessor.cpp Merge branch 'abc' 2009-04-27 21:29:29 +02:00
preprocessor.h Fix ticket #242 (Preprocessor: Bail out on failure instead of terminating the program) 2009-04-03 22:09:12 +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 Fix ticket #139 (Compilation error on building cppcheck version 1.29 with gcc-4.3.2 on Ubuntu 8.10) 2009-03-06 22:46:32 +02:00
threadexecutor.h Copyrights updated 2009-03-01 19:52:33 +00:00
token.cpp performance enhancement (patch submitted by davidmiller in ticket 231) 2009-03-28 20:33:55 +01:00
token.h performance enhancement (patch submitted by davidmiller in ticket 231) 2009-03-28 20:33:55 +01:00
tokenize.cpp varid: Set variable id for stl containers and iterators 2009-04-25 16:55:00 +02:00
tokenize.h Simplify if conditions more.. simplifyIfAssign + simplifyIfNot 2009-03-24 18:23:21 +01:00