cppcheck/lib
Daniel Marjamäki 0dd5472642 Tokenizer::simplifyFunctionPointer: don't simplify function call. Ticket: #2873 2011-07-22 07:58:53 +02:00
..
check.h
check64bit.cpp Fixed #2912 (false positive: (portability) Assigning an integer (int/long/etc) to a pointer is not portable) 2011-07-16 17:08:03 +02:00
check64bit.h 64-bit portability: fixed two of the TODO test cases. Ticket: #2791 2011-07-06 17:57:39 +02:00
checkautovariables.cpp fix #1514 (Improve CheckAutoVariables: assign autovariable address to effective parameter) 2011-07-21 22:37:36 -04:00
checkautovariables.h Fixed #2856 (--errorlist not printing all auto-variable errors) 2011-07-21 14:50:38 +02:00
checkbufferoverrun.cpp Fixed #2920 (False positive: Array 'arr[0]' index 0 out of bounds (array size and index are unknown)) 2011-07-20 07:57:42 +02:00
checkbufferoverrun.h start using symbol database array info for buffer overrun checks 2011-06-22 22:44:11 -04:00
checkclass.cpp fix #2807 (Wrong handling of function references when prefixed with &) 2011-06-29 07:19:34 -04:00
checkclass.h
checkexceptionsafety.cpp
checkexceptionsafety.h
checkmemoryleak.cpp Fixed #2848 (False positive: Memory leak when assigning and freeing from another struct) 2011-07-21 13:33:20 +02:00
checkmemoryleak.h fix some more false negatives for #2904 (Memory leak not detected when creating a new class instance) 2011-07-14 20:45:27 -04:00
checknullpointer.cpp Fix #2840, False positive: Null pointer dereference 2011-06-26 22:46:33 +03:00
checknullpointer.h
checkobsoletefunctions.cpp
checkobsoletefunctions.h
checkother.cpp fix #2929 (Additional Unused variable check) 2011-07-21 18:37:37 -04:00
checkother.h fix #2827 condition always false or true) 2011-07-16 22:06:23 -04:00
checkpostfixoperator.cpp Fix #2847, cppcheck hangs with 100% cpu load 2011-06-22 14:09:42 +03:00
checkpostfixoperator.h
checkstl.cpp Fix tested auto_ptr false positive. 2011-07-20 19:17:59 +02:00
checkstl.h fix #747 and #748 (incorrect use of auto_ptr - new check) 2011-06-16 20:26:00 +02:00
checkuninitvar.cpp Fixed #2775 (Uninitialized variable: Not detected when uninitialized struct pointer is dereferenced in sub function) 2011-07-04 21:04:32 +02:00
checkuninitvar.h
checkunusedfunctions.cpp
checkunusedfunctions.h
cppcheck.cpp Fixed #2924 (Unable to turn on unused function detection from command line) 2011-07-20 11:12:08 +02:00
cppcheck.h
errorlogger.cpp
errorlogger.h
executionpath.cpp
executionpath.h
lib.pri 64-bit checking: Added simple check for assigning pointer address to int/long. Ticket: #2791 2011-07-06 08:55:17 +02:00
mathlib.cpp fix #2827 to use numeric comparisons 2011-07-16 23:05:35 -04:00
mathlib.h fix #2827 to use numeric comparisons 2011-07-16 23:05:35 -04:00
path.cpp
path.h Document that Path::simplifyPath() needs / as separators. 2011-06-29 21:44:53 +03:00
preprocessor.cpp Fixed #2917 (Problem with || in #if) 2011-07-18 21:44:23 +02:00
preprocessor.h Preprocessor: fix handling of (1&&2) condition 2011-07-16 09:24:27 +02:00
settings.cpp Fixed #2797 (Inline suppressions do not handle filenames correctly) 2011-06-29 20:23:39 +02:00
settings.h
symboldatabase.cpp fix #2884 (Integer overflow warning in 64-bit build) 2011-07-01 16:59:17 -04:00
symboldatabase.h add array information to symbol database 2011-06-22 22:41:11 -04:00
timer.cpp
timer.h
token.cpp astyle formatting 2011-07-15 19:02:16 +02:00
token.h Fixed #2892 (false positive: (portability) Assigning an address value to the integer (int/long/etc) type is not portable) 2011-07-07 15:14:33 +02:00
tokenize.cpp Tokenizer::simplifyFunctionPointer: don't simplify function call. Ticket: #2873 2011-07-22 07:58:53 +02:00
tokenize.h fix #2864 (--errorlist missing errors: variableHidingTypedef and Extra qualification) 2011-06-28 21:46:54 -04:00