.. |
check.h
|
Inconclusive checking: Report inconclusive errors with reportInconclusiveError. It takes the same parameters as reportError.
|
2011-04-14 18:02:01 +02:00 |
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
|
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
|
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 #2947 (False positive: member variable is not initialized (a[x::y] = 0;))
|
2011-07-27 12:03:44 -04:00 |
checkclass.h
|
change CheckClass::operatorEqToSelf to make better use of the symbol database
|
2011-03-31 19:53:35 -04:00 |
checkexceptionsafety.cpp
|
Ticket #2388. Added more detail to the 'exceptRethrowCopy' error message.
|
2011-02-06 02:01:14 -08:00 |
checkexceptionsafety.h
|
Ticket #2388. Added more detail to the 'exceptRethrowCopy' error message.
|
2011-02-06 02:01:14 -08:00 |
checkmemoryleak.cpp
|
Fixed 'possible null pointer dereference' warning messages
|
2011-07-28 08:12:21 +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 |
checknonreentrantfunctions.cpp
|
Added a new check for finding non-reentrant functions
|
2011-07-28 23:29:16 +02:00 |
checknonreentrantfunctions.h
|
Added a new check for finding non-reentrant functions
|
2011-07-28 23:29:16 +02:00 |
checknullpointer.cpp
|
Null pointer: Added check for 'if (fred); return fred->a;'
|
2011-07-25 21:58:00 +02:00 |
checknullpointer.h
|
initialise Check::_name in constructor rather than relying on virtual Check::name()
|
2011-02-02 22:58:25 +13:00 |
checkobsoletefunctions.cpp
|
Change year 2010 -> 2011 in license texts.
|
2011-01-09 21:33:36 +02:00 |
checkobsoletefunctions.h
|
Obsolete functions: Fix messages for gethostbyaddr, gethostbyname
|
2011-04-07 00:33:54 +02:00 |
checkother.cpp
|
Fixed 'possible null pointer dereference' warning messages
|
2011-07-28 08:12:21 +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
|
initialise Check::_name in constructor rather than relying on virtual Check::name()
|
2011-02-02 22:58:25 +13:00 |
checkstl.cpp
|
Fixed 'possible null pointer dereference' warning messages
|
2011-07-28 08:12:21 +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 'possible null pointer dereference' warning messages
|
2011-07-28 08:12:21 +02:00 |
checkuninitvar.h
|
initialise Check::_name in constructor rather than relying on virtual Check::name()
|
2011-02-02 22:58:25 +13:00 |
checkunusedfunctions.cpp
|
Inconclusive checking: Report inconclusive errors with reportInconclusiveError. It takes the same parameters as reportError.
|
2011-04-14 18:02:01 +02:00 |
checkunusedfunctions.h
|
initialise Check::_name in constructor rather than relying on virtual Check::name()
|
2011-02-02 22:58:25 +13:00 |
cppcheck.cpp
|
Fixed #2941 (False positive: unused function (individual checking of files))
|
2011-07-25 13:25:09 +02:00 |
cppcheck.h
|
Fixed #2941 (False positive: unused function (individual checking of files))
|
2011-07-25 13:25:09 +02:00 |
errorlogger.cpp
|
ErrorLogger: Refactoring/fixing the serializer/deserializer for inconclusive messages
|
2011-04-16 13:42:48 +02:00 |
errorlogger.h
|
Remove ErrorLogger::reportStatus() method.
|
2011-04-27 23:27:02 +03:00 |
executionpath.cpp
|
Fixed #2796 (uninitialized and leaving scope)
|
2011-07-25 16:35:30 +02:00 |
executionpath.h
|
Change year 2010 -> 2011 in license texts.
|
2011-01-09 21:33:36 +02:00 |
lib.pri
|
Added a new check for finding non-reentrant functions
|
2011-07-28 23:29:16 +02:00 |
mathlib.cpp
|
Fix GCC warning about float comparison. Ticket: #2936
|
2011-07-24 21:35:21 +02:00 |
mathlib.h
|
fix #2827 to use numeric comparisons
|
2011-07-16 23:05:35 -04:00 |
path.cpp
|
astyle formatting
|
2011-04-27 18:30:37 +02:00 |
path.h
|
Document that Path::simplifyPath() needs / as separators.
|
2011-06-29 21:44:53 +03:00 |
preprocessor.cpp
|
Preprocessor: Fix #if0 #elif todo test case. Ticket: #2619
|
2011-07-24 08:54:24 +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
|
renamed --check-includes to --check-config
|
2011-05-02 21:28:33 +02: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
|
Change year 2010 -> 2011 in license texts.
|
2011-01-09 21:33:36 +02:00 |
timer.h
|
Change year 2010 -> 2011 in license texts.
|
2011-01-09 21:33:36 +02:00 |
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
|
astyle formatting
|
2011-07-24 14:54:13 +02:00 |
tokenize.h
|
fix #2864 (--errorlist missing errors: variableHidingTypedef and Extra qualification)
|
2011-06-28 21:46:54 -04:00 |