cppcheck/src
Reijo Tomperi f676deb208 Test case improvement, unused function removed from tokenizer. 2009-07-05 22:37:53 +03:00
..
check.h doc: generating wiki documentation 2009-06-12 15:20:08 +02:00
checkautovariables.cpp Refactoring: Moved CheckOther::returnPointerToLocalVariable to CheckAutoVariables 2009-06-09 19:45:58 +02:00
checkautovariables.h doc: simplified the documentation for autovariables a bit 2009-06-21 21:03:21 +02:00
checkbufferoverrun.cpp Fix ticket #445 (simple to avoid false positive for buffer overflow) 2009-06-30 00:42:46 +03:00
checkbufferoverrun.h doc: generating wiki documentation 2009-06-12 15:20:08 +02:00
checkclass.cpp Fix ticket #452 (Failure to detect "member var not initialized in constructor" if class inherits) 2009-07-03 21:22:14 +03:00
checkclass.h doc: generating wiki documentation 2009-06-12 15:20:08 +02:00
checkdangerousfunctions.cpp Fix ticket #325 (Replace developer names in source files with AUTHORS file) 2009-05-30 08:48:12 +03:00
checkdangerousfunctions.h doc: generating wiki documentation 2009-06-12 15:20:08 +02:00
checkheaders.cpp Fix ticket #325 (Replace developer names in source files with AUTHORS file) 2009-05-30 08:48:12 +03:00
checkheaders.h doc: generating wiki documentation 2009-06-12 15:20:08 +02:00
checkmemoryleak.cpp minor fix of test case 2009-06-23 20:40:27 +02:00
checkmemoryleak.h Fixed ticket #399 (Add detection for resource leaks after open() usage) 2009-06-21 22:01:43 +07:00
checkother.cpp Fixed #425 (False positive: usage of char variable.. c = c & 0x03) 2009-06-20 19:24:58 +02:00
checkother.h Fixed #420 (WarningOldStylePointerCast() needs a test case) 2009-06-19 12:01:27 +02:00
checksecurity.cpp Fix ticket #325 (Replace developer names in source files with AUTHORS file) 2009-05-30 08:48:12 +03:00
checksecurity.h doc: generating wiki documentation 2009-06-12 15:20:08 +02:00
checkstl.cpp Fix ticket #325 (Replace developer names in source files with AUTHORS file) 2009-05-30 08:48:12 +03:00
checkstl.h doc: generating wiki documentation 2009-06-12 15:20:08 +02:00
checkunusedfunctions.cpp Fixed ticket #373 (False unused functions) 2009-06-14 07:58:36 +02:00
checkunusedfunctions.h src/checkunusedfunctions.h: assign default values in initializer list. 2009-06-10 03:12:57 +07:00
cppcheck.cpp Move include paths list to Settings class so we can set include paths from GUI. 2009-07-04 01:23:37 +03:00
cppcheck.h Move include paths list to Settings class so we can set include paths from GUI. 2009-07-04 01:23:37 +03:00
cppcheck.rc Fix the copyright text in Windows executable. 2009-06-14 00:24:35 +03:00
cppcheckexecutor.cpp getXMLFooter() and getXMLHeader() functions added and taken into use 2009-06-15 21:36:39 +03:00
cppcheckexecutor.h Doxygen fixes. Wrong parameter names etc. 2009-06-20 12:54:49 +03:00
errorlogger.cpp getXMLFooter() and getXMLHeader() functions added and taken into use 2009-06-15 21:36:39 +03:00
errorlogger.h Doxygen fixes. Wrong parameter names etc. 2009-06-20 12:54:49 +03:00
filelister.cpp GUI: Fix building with MinGW. 2009-05-30 20:45:51 +03:00
filelister.h Fix ticket #325 (Replace developer names in source files with AUTHORS file) 2009-05-30 08:48:12 +03:00
main.cpp Fix ticket #325 (Replace developer names in source files with AUTHORS file) 2009-05-30 08:48:12 +03:00
mathlib.cpp Changed EOL character to LF in a few files. 2009-06-02 23:32:58 +03:00
mathlib.h Changed EOL character to LF in a few files. 2009-06-02 23:32:58 +03:00
preprocessor.cpp Fix ticket #267 (Glued define and define name in output text) 2009-06-26 13:19:55 +02:00
preprocessor.h Fix ticket #267 (Glued define and define name in output text) 2009-06-26 13:19:55 +02:00
resource.h Fix VS build broken due to tripled version resource info. 2009-01-18 09:38:42 +00:00
settings.cpp GUI: Add support for project files. 2009-06-22 11:57:17 +03:00
settings.h Move include paths list to Settings class so we can set include paths from GUI. 2009-07-04 01:23:37 +03:00
threadexecutor.cpp Fix ticket #325 (Replace developer names in source files with AUTHORS file) 2009-05-30 08:48:12 +03:00
threadexecutor.h Fix ticket #325 (Replace developer names in source files with AUTHORS file) 2009-05-30 08:48:12 +03:00
token.cpp Fixed #387 (Templates: template functions that return a pointer are not simplified correctly) 2009-06-14 14:57:47 +02:00
token.h Doxygen fixes. Wrong parameter names etc. 2009-06-20 12:54:49 +03:00
tokenize.cpp Fix ticket #457 (False positive: Member variable not assigned a value in copy constructor) 2009-07-05 21:29:09 +03:00
tokenize.h Test case improvement, unused function removed from tokenizer. 2009-07-05 22:37:53 +03:00