cppcheck/src
Daniel Marjamäki 8a3ec4549b Fixed #425 (False positive: usage of char variable.. c = c & 0x03)
Using char variables in bit operations are ok if:
 * the result is stored in a char
 * the variable is and'ed with a number that is less than 0x100
2009-06-20 19:24:58 +02: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: minor update. The [BR] is not working as I thought 2009-06-12 15:30:29 +02:00
checkbufferoverrun.cpp Fixed #350 (False positive: Array index out of bounds) 2009-06-02 18:56:53 +02:00
checkbufferoverrun.h doc: generating wiki documentation 2009-06-12 15:20:08 +02:00
checkclass.cpp Fix ticket #309 (false positive::is not assigned a value in 'A::operator=') 2009-06-17 00:58:16 +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 CheckMemoryLeakInClass: Only show the memory leak message when --all is used 2009-06-20 14:17:56 +02:00
checkmemoryleak.h Created a new class for detecting leaks (forgetting to free struct members) 2009-06-16 22:01:04 +02: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 astyle fix 2009-06-12 18:24:43 +03:00
cppcheck.h Doxygen fixes. Wrong parameter names etc. 2009-06-20 12:54:49 +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 Preprocessor: Better handling of macros that has parantheses but not parameters such as "#define AAA( ) aaa" 2009-06-19 16:42:47 +02:00
preprocessor.h Fix ticket #325 (Replace developer names in source files with AUTHORS file) 2009-05-30 08:48: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 Fix ticket #325 (Replace developer names in source files with AUTHORS file) 2009-05-30 08:48:12 +03:00
settings.h Fix ticket #325 (Replace developer names in source files with AUTHORS file) 2009-05-30 08:48:12 +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 Fixed ticket #411 (false positive: resource leak in while loop) 2009-06-20 13:58:30 +02:00
tokenize.h Fixed ticket #392 (false positive and wrong allocation and deallocation not detected) 2009-06-12 21:14:01 +07:00