.. |
check.h
|
…
|
|
check64bit.cpp
|
Fixed #3073 (False positive: Assigning an integer (int/long/etc) to a pointer is not portable)
|
2011-09-04 13:03:29 +02:00 |
check64bit.h
|
…
|
|
checkassignif.cpp
|
…
|
|
checkassignif.h
|
…
|
|
checkautovariables.cpp
|
fix false positive introduced by previous false negative fix commit
|
2011-09-02 10:39:04 -04:00 |
checkautovariables.h
|
fix #3064 (false negative: returning address of stack variable)
|
2011-08-31 21:36:31 -04:00 |
checkbufferoverrun.cpp
|
fix #3124 (FP: Buffer access out-of-bounds when memset two dimension array (a[5][6]))
|
2011-09-19 20:32:50 -04:00 |
checkbufferoverrun.h
|
use correct checkScope function in CheckBufferOverrun for single dimension member arrays
|
2011-09-11 19:21:13 -04:00 |
checkclass.cpp
|
fix wrong information about constness of function
|
2011-09-16 18:07:25 -04:00 |
checkclass.h
|
…
|
|
checkexceptionsafety.cpp
|
…
|
|
checkexceptionsafety.h
|
…
|
|
checkmemoryleak.cpp
|
Fixed #3096 (false negative: memory leak not found when passing string to strtok)
|
2011-09-09 07:25:47 +02:00 |
checkmemoryleak.h
|
fixed a few doxygen warnings
|
2011-09-08 18:28:05 +02:00 |
checknonreentrantfunctions.cpp
|
enable: break out 'performance' and 'portability' from the 'style' id. Ticket: #3074
|
2011-09-03 15:30:30 +02:00 |
checknonreentrantfunctions.h
|
…
|
|
checknullpointer.cpp
|
Uninitialized vars: handle printf a little better. Ticket: #3050
|
2011-09-05 20:18:58 +02:00 |
checknullpointer.h
|
…
|
|
checkobsoletefunctions.cpp
|
…
|
|
checkobsoletefunctions.h
|
…
|
|
checkother.cpp
|
fix #3110 (false positve: style) Boolean result is used in bitwise operation. Clarify expression with parentheses)
|
2011-09-12 07:32:55 -04:00 |
checkother.h
|
fix #3062 (false negative: Boolean variable is used in bitwise operation)
|
2011-09-02 17:19:06 -04:00 |
checkpostfixoperator.cpp
|
enable: break out 'performance' and 'portability' from the 'style' id. Ticket: #3074
|
2011-09-03 15:30:30 +02:00 |
checkpostfixoperator.h
|
…
|
|
checkstl.cpp
|
enable: break out 'performance' and 'portability' from the 'style' id. Ticket: #3074
|
2011-09-03 15:30:30 +02:00 |
checkstl.h
|
…
|
|
checkuninitvar.cpp
|
uninitstring: fix false negatives when non-zero memset is used. Ticket: #3050
|
2011-09-05 19:42:48 +02:00 |
checkuninitvar.h
|
uninitstring: fix false negatives when non-zero memset is used. Ticket: #3050
|
2011-09-05 19:42:48 +02:00 |
checkunusedfunctions.cpp
|
run astyle
|
2011-09-18 12:58:28 -04:00 |
checkunusedfunctions.h
|
Ticket 3059: Report the correct line number in unused functions warnings
|
2011-09-18 07:13:39 +02:00 |
checkunusedvar.cpp
|
unused var: use 'else if' instead of 'if'
|
2011-09-11 08:18:32 +02:00 |
checkunusedvar.h
|
…
|
|
cppcheck.cpp
|
…
|
|
cppcheck.h
|
…
|
|
errorlogger.cpp
|
…
|
|
errorlogger.h
|
…
|
|
executionpath.cpp
|
…
|
|
executionpath.h
|
…
|
|
lib.pri
|
…
|
|
mathlib.cpp
|
…
|
|
mathlib.h
|
…
|
|
path.cpp
|
…
|
|
path.h
|
fixed a few doxygen warnings
|
2011-09-08 18:28:05 +02:00 |
pcrerules.pri
|
…
|
|
preprocessor.cpp
|
…
|
|
preprocessor.h
|
…
|
|
settings.cpp
|
set windows platform type to type executable was compiled on
|
2011-09-18 13:19:00 -04:00 |
settings.h
|
start adding conversions from common Windows types to standard types
|
2011-09-18 13:06:54 -04:00 |
suppressions.cpp
|
…
|
|
suppressions.h
|
…
|
|
symboldatabase.cpp
|
add multi-dimension array support to second checkScope and use it for member arrays
|
2011-09-11 20:42:57 -04:00 |
symboldatabase.h
|
another partial fix for #3063 (false negative: multi dimensional arrays not well supported)
|
2011-09-02 21:07:29 -04:00 |
timer.cpp
|
…
|
|
timer.h
|
…
|
|
token.cpp
|
…
|
|
token.h
|
…
|
|
tokenize.cpp
|
only simplify Microsoft MFC code when Windows platform is selected
|
2011-09-20 07:20:37 -04:00 |
tokenize.h
|
convert size_t to standard type
|
2011-09-18 10:31:31 -04:00 |