..
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
corrected a comment
2011-08-03 07:30:54 +02:00
checkassignif.cpp
AssignIf: detect more problems for 'if' and 'else if' conditions
2011-08-01 11:33:09 +02:00
checkassignif.h
AssignIf: detect more problems for 'if' and 'else if' conditions
2011-08-01 11:33:09 +02:00
checkautovariables.cpp
Auto Variables: Reverted fix for #1514 because my idea was wrong. See ticket: #2944
2011-07-27 10:43:44 +02:00
checkautovariables.h
Fixed #2856 (--errorlist not printing all auto-variable errors)
2011-07-21 14:50:38 +02:00
checkbufferoverrun.cpp
Array index out of bounds: prevent false positive when a dimension for an array is unknown
2011-08-05 13:08:48 +02:00
checkbufferoverrun.h
Fixed #2956 (False negative: read array and then immediately check the index 'str[i] && i<sizeof(str)')
2011-08-04 11:15:14 +02:00
checkclass.cpp
add support for using global qualified :: memset on class and class member initialization
2011-08-04 20:37:27 -04:00
checkclass.h
…
checkexceptionsafety.cpp
…
checkexceptionsafety.h
…
checkmemoryleak.cpp
Fixed #2900 (found memory leak in kernel p54usb and a false positive reported)
2011-08-02 09:04:13 +02:00
checkmemoryleak.h
removed the unused function CheckMemoryLeakInFunction::matchFunctionsThatReturnArg
2011-07-31 17:36:56 +02:00
checknonreentrantfunctions.cpp
CLI: Rename --posix to --enable=posix.
2011-08-03 10:28:36 +03:00
checknonreentrantfunctions.h
nonreentrant-functions: added more functions to check
2011-07-30 11:15:51 +02:00
checknullpointer.cpp
Null pointer: reduce false negatives in pointerDerefAndCheck
2011-08-02 17:04:07 +02:00
checknullpointer.h
…
checkobsoletefunctions.cpp
astyle formatting
2011-08-03 16:11:09 +02:00
checkobsoletefunctions.h
astyle formatting
2011-08-03 16:11:09 +02:00
checkother.cpp
Fixed #2793 (SIGABRT on filenames without file extension)
2011-07-31 18:35:28 +02:00
checkother.h
Fixed 'possible null pointer dereference' warning messages
2011-07-28 08:12:21 +02:00
checkpostfixoperator.cpp
convert CheckPostfixOperator::postfixOperator() to use the symbol database
2011-07-23 15:14:15 -04:00
checkpostfixoperator.h
…
checkstl.cpp
fix #2967 (segmentation fault of cppcheck ( auto_ptr< x >))
2011-08-05 18:18:30 -04:00
checkstl.h
…
checkuninitvar.cpp
Fixed 'possible null pointer dereference' warning messages
2011-07-28 08:12:21 +02:00
checkuninitvar.h
…
checkunusedfunctions.cpp
…
checkunusedfunctions.h
initialise Check::_name in constructor rather than relying on virtual Check::name()
2011-02-02 22:58:25 +13:00
cppcheck.cpp
No unmatched suppressions list in quiet output.
2011-08-04 12:04:38 +03:00
cppcheck.h
Fixed #2941 (False positive: unused function (individual checking of files))
2011-07-25 13:25:09 +02:00
errorlogger.cpp
…
errorlogger.h
…
executionpath.cpp
Fixed #2796 (uninitialized and leaving scope)
2011-07-25 16:35:30 +02:00
executionpath.h
…
lib.pri
AssignIf: Added new check. Ticket: #2909
2011-07-30 21:43:21 +02:00
mathlib.cpp
mathlib: fixed #2950 : comparison of floating point values
2011-07-29 23:37:40 +02:00
mathlib.h
fix #2827 to use numeric comparisons
2011-07-16 23:05:35 -04:00
path.cpp
CLI: Warn if user tries to exclude header files.
2011-08-06 17:24:10 +03:00
path.h
CLI: Warn if user tries to exclude header files.
2011-08-06 17:24:10 +03:00
preprocessor.cpp
Fixed #2919 (Wrong file name reported with #error in header)
2011-08-03 07:28:37 +02:00
preprocessor.h
Preprocessor: fix handling of (1&&2) condition
2011-07-16 09:24:27 +02:00
settings.cpp
CLI: Rename --posix to --enable=posix.
2011-08-03 10:28:36 +03:00
settings.h
CLI: Rename --posix to --enable=posix.
2011-08-03 10:28:36 +03:00
symboldatabase.cpp
fix #2943 (Symbol database: Wrong parsing of std::vector as base class.)
2011-07-27 11:23:22 -04:00
symboldatabase.h
add array information to symbol database
2011-06-22 22:41:11 -04:00
timer.cpp
…
timer.h
…
token.cpp
fix #2911 (Token::Match(tok, %oror%|&&) doesn't match &&)
2011-07-31 13:26:26 -04: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
Fixed #2870 (Tokenizer: simplify '0 |')
2011-08-06 06:50:29 +02:00
tokenize.h
fix #2864 (--errorlist missing errors: variableHidingTypedef and Extra qualification)
2011-06-28 21:46:54 -04:00