.. |
check.cpp
|
…
|
|
check.h
|
…
|
|
check64bit.cpp
|
Refactorized Variable::isIntegralType() and Variable::isFloatType():
|
2014-08-09 11:45:13 +02:00 |
check64bit.h
|
…
|
|
checkassert.cpp
|
Refactorized CheckAssert::assertWithSideEffects():
|
2014-08-06 10:15:48 +02:00 |
checkassert.h
|
Refactorized CheckAssert::assertWithSideEffects():
|
2014-08-06 10:15:48 +02:00 |
checkassignif.cpp
|
…
|
|
checkassignif.h
|
…
|
|
checkautovariables.cpp
|
Refactorized CheckAutoVariables::assignFunctionArg():
|
2014-08-04 11:45:24 +02:00 |
checkautovariables.h
|
Refactorized CheckAutoVariables::assignFunctionArg():
|
2014-08-04 11:45:24 +02:00 |
checkbool.cpp
|
Refactorized Variable::isIntegralType() and Variable::isFloatType():
|
2014-08-09 11:45:13 +02:00 |
checkbool.h
|
…
|
|
checkboost.cpp
|
…
|
|
checkboost.h
|
…
|
|
checkbufferoverrun.cpp
|
BufferOverrun: Use ValueFlow string values more
|
2014-08-04 08:25:10 +02:00 |
checkbufferoverrun.h
|
…
|
|
checkclass.cpp
|
Refactorized Variable::isIntegralType() and Variable::isFloatType():
|
2014-08-09 11:45:13 +02:00 |
checkclass.h
|
Improved check: portability message when calling memset on a class with floating point numbers (#5421)
|
2014-08-08 09:49:09 +02:00 |
checkexceptionsafety.cpp
|
…
|
|
checkexceptionsafety.h
|
…
|
|
checkinternal.cpp
|
…
|
|
checkinternal.h
|
…
|
|
checkio.cpp
|
Remove duplicate return statements.
|
2014-08-18 16:02:35 +04:00 |
checkio.h
|
Added missing message to --errorlist output, changed Id to avoid duplicate
|
2014-08-02 20:55:59 +02:00 |
checkleakautovar.cpp
|
…
|
|
checkleakautovar.h
|
…
|
|
checkmemoryleak.cpp
|
…
|
|
checkmemoryleak.h
|
…
|
|
checknonreentrantfunctions.cpp
|
…
|
|
checknonreentrantfunctions.h
|
…
|
|
checknullpointer.cpp
|
Removed obsolete function from checkNullPointer
|
2014-08-18 11:42:50 +02:00 |
checknullpointer.h
|
Removed obsolete function from checkNullPointer
|
2014-08-18 11:42:50 +02:00 |
checkobsoletefunctions.cpp
|
…
|
|
checkobsoletefunctions.h
|
…
|
|
checkother.cpp
|
Refactorization: Support :: in some places in checkother.cpp
|
2014-08-18 10:25:30 +02:00 |
checkother.h
|
…
|
|
checkpostfixoperator.cpp
|
…
|
|
checkpostfixoperator.h
|
…
|
|
checksizeof.cpp
|
#6050 arithmetic on void** - fix false positive
|
2014-08-17 19:14:55 +02:00 |
checksizeof.h
|
New check: Division by sizeof() as parameter to memset/memcpy/memmove/etc. as they expect a size in bytes (#5698)
|
2014-08-08 09:49:09 +02:00 |
checkstl.cpp
|
Fixed false negative #4306: Detect loop access of empty STL container
|
2014-08-09 10:06:44 +02:00 |
checkstl.h
|
…
|
|
checkuninitvar.cpp
|
Implemented support for C++11 uniform initialization in several checks.
|
2014-08-05 16:11:42 +02:00 |
checkuninitvar.h
|
Dead pointer: Added checking for dead pointer usage when pointer alias local variable that has gone out of scope.
|
2014-08-05 06:24:23 +02:00 |
checkunusedfunctions.cpp
|
…
|
|
checkunusedfunctions.h
|
…
|
|
checkunusedvar.cpp
|
Some safe coding. Check that pointer is not null.
|
2014-08-14 16:10:12 +02:00 |
checkunusedvar.h
|
…
|
|
checkvaarg.cpp
|
Fixed false positive #6066: va_list may be used after being copied.
|
2014-08-18 10:40:39 +02:00 |
checkvaarg.h
|
Added several new va_arg related checks:
|
2014-08-06 14:20:46 +02:00 |
config.h
|
…
|
|
cppcheck.cpp
|
Changed handling of unhandled characters:
|
2014-08-08 09:49:09 +02:00 |
cppcheck.h
|
…
|
|
cppcheck.vcxproj
|
Added several new va_arg related checks:
|
2014-08-06 14:20:46 +02:00 |
cppcheck.vcxproj.filters
|
Added several new va_arg related checks:
|
2014-08-06 14:20:46 +02:00 |
cxx11emu.h
|
…
|
|
errorlogger.cpp
|
…
|
|
errorlogger.h
|
…
|
|
executionpath.cpp
|
Avoid mutually exclusive checks
|
2014-08-18 14:30:52 +04:00 |
executionpath.h
|
…
|
|
lib.pri
|
dmake: update
|
2014-08-06 14:25:49 +02:00 |
library.cpp
|
Further resolve CID 1222223
|
2014-08-12 11:14:28 +04:00 |
library.h
|
…
|
|
mathlib.cpp
|
…
|
|
mathlib.h
|
…
|
|
path.cpp
|
…
|
|
path.h
|
…
|
|
pcrerules.pri
|
…
|
|
preprocessor.cpp
|
Resolve CID 1132030
|
2014-08-12 13:04:32 +04:00 |
preprocessor.h
|
Changed handling of unhandled characters:
|
2014-08-08 09:49:09 +02:00 |
settings.cpp
|
…
|
|
settings.h
|
…
|
|
standards.h
|
…
|
|
suppressions.cpp
|
…
|
|
suppressions.h
|
…
|
|
symboldatabase.cpp
|
Refactorized Variable::isIntegralType() and Variable::isFloatType():
|
2014-08-09 11:45:13 +02:00 |
symboldatabase.h
|
Refactorized Variable::isIntegralType() and Variable::isFloatType():
|
2014-08-09 11:45:13 +02:00 |
templatesimplifier.cpp
|
…
|
|
templatesimplifier.h
|
…
|
|
timer.cpp
|
…
|
|
timer.h
|
…
|
|
token.cpp
|
Dead pointer: Fixed FP for subfunction pointer argument
|
2014-08-14 06:47:19 +02:00 |
token.h
|
Implement support for __attribute__((used)) (#3408)
|
2014-08-06 11:13:58 +02:00 |
tokenize.cpp
|
Make loop termination more explicit.
|
2014-08-18 14:00:25 +04:00 |
tokenize.h
|
…
|
|
tokenlist.cpp
|
Changed handling of unhandled characters:
|
2014-08-08 09:49:09 +02:00 |
tokenlist.h
|
…
|
|
valueflow.cpp
|
Fixed #6022 (Defect: False positive due to bug in determining bounds of for loop 'for (i = 2; i < 1; ++i)')
|
2014-08-18 16:45:22 +02:00 |
valueflow.h
|
ValueFlow: start adding valueflow handling of strings and pointer aliases
|
2014-08-03 20:11:22 +02:00 |
version.h
|
…
|
|
version.rc
|
…
|
|