.. |
check.cpp
|
…
|
|
check.h
|
…
|
|
check64bit.cpp
|
Refactorized Variable::isIntegralType() and Variable::isFloatType():
|
2014-08-09 11:45:13 +02:00 |
check64bit.h
|
…
|
|
checkassert.cpp
|
…
|
|
checkassert.h
|
…
|
|
checkautovariables.cpp
|
Move declarations closer to where they're first used
|
2014-09-01 10:05:59 +04:00 |
checkautovariables.h
|
…
|
|
checkbool.cpp
|
Reduce code duplication, cleanup variable names
|
2014-08-25 11:49:17 +04:00 |
checkbool.h
|
…
|
|
checkboost.cpp
|
Fixed false positive #4788 (break; in BOOST_FOREACH)
|
2014-08-31 20:40:52 +02:00 |
checkboost.h
|
…
|
|
checkbufferoverrun.cpp
|
Fixed template bracket linkage in while loop simplification
|
2014-08-23 12:28:54 +02:00 |
checkbufferoverrun.h
|
…
|
|
checkclass.cpp
|
Fixed false positive #5566.
|
2014-08-26 11:29:26 +02:00 |
checkclass.h
|
#6077: Don't warn about memcpy/memmove on class containing floats.
|
2014-08-20 15:12:53 +02:00 |
checkcondition.cpp
|
remove redundant declaration of isSameExpression. fixes gcc compiler warning.
|
2014-08-30 19:23:31 +02:00 |
checkcondition.h
|
Moved several condition checks from checkOther to checkCondition (former checkAssignIf)
|
2014-08-29 17:06:46 +02:00 |
checkexceptionsafety.cpp
|
Fixed crash on invalid code #6080
|
2014-08-23 12:36:42 +02:00 |
checkexceptionsafety.h
|
…
|
|
checkinternal.cpp
|
…
|
|
checkinternal.h
|
…
|
|
checkio.cpp
|
Several fixes to invalidScanfFormatWidthError():
|
2014-09-01 09:33:58 +02:00 |
checkio.h
|
…
|
|
checkleakautovar.cpp
|
…
|
|
checkleakautovar.h
|
…
|
|
checkmemoryleak.cpp
|
Use logical instead of bitwise operators to save cpu
|
2014-08-30 11:35:25 +02:00 |
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
|
Run unreachableCode checking only on executable scopes (#5789)
|
2014-09-01 11:29:39 +02:00 |
checkother.h
|
Moved several condition checks from checkOther to checkCondition (former checkAssignIf)
|
2014-08-29 17:06:46 +02:00 |
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
|
astyle formatting
|
2014-08-27 17:27:14 +02:00 |
checkstl.h
|
…
|
|
checkstring.cpp
|
Refactorization:
|
2014-08-27 09:42:09 +02:00 |
checkstring.h
|
Refactorization:
|
2014-08-27 09:42:09 +02:00 |
checkuninitvar.cpp
|
Fixed false positive #5566.
|
2014-08-26 11:29:26 +02:00 |
checkuninitvar.h
|
…
|
|
checkunusedfunctions.cpp
|
Fixed false positive #4648
|
2014-08-31 20:33:27 +02:00 |
checkunusedfunctions.h
|
…
|
|
checkunusedvar.cpp
|
Fixed false positive #5466
|
2014-08-31 19:46:30 +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
|
…
|
|
config.h
|
…
|
|
cppcheck.cpp
|
Fixed reporting of unmatched suppressions for unusedFunction (#4946)
|
2014-09-01 10:13:03 +02:00 |
cppcheck.h
|
…
|
|
cppcheck.vcxproj
|
Moved several condition checks from checkOther to checkCondition (former checkAssignIf)
|
2014-08-29 17:06:46 +02:00 |
cppcheck.vcxproj.filters
|
Moved several condition checks from checkOther to checkCondition (former checkAssignIf)
|
2014-08-29 17:06: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
|
Makefile: generate new Makefile with dmake
|
2014-08-29 18:32:50 +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
|
…
|
|
settings.cpp
|
…
|
|
settings.h
|
…
|
|
standards.h
|
…
|
|
suppressions.cpp
|
Fixed reporting of unmatched suppressions for unusedFunction (#4946)
|
2014-09-01 10:13:03 +02:00 |
suppressions.h
|
Fixed reporting of unmatched suppressions for unusedFunction (#4946)
|
2014-09-01 10:13:03 +02:00 |
symboldatabase.cpp
|
SymbolDatabase: Several small refactorizations
|
2014-08-31 11:27:32 +02:00 |
symboldatabase.h
|
SymbolDatabase: New scope type eLambda
|
2014-08-31 10:21:27 +02:00 |
templatesimplifier.cpp
|
…
|
|
templatesimplifier.h
|
…
|
|
timer.cpp
|
…
|
|
timer.h
|
…
|
|
token.cpp
|
Fixed more false positives of #6056:
|
2014-08-20 15:02:52 +02:00 |
token.h
|
Fixed more false positives of #6056:
|
2014-08-20 15:02:52 +02:00 |
tokenize.cpp
|
Move declarations closer to where they're first used
|
2014-09-01 10:05:59 +04:00 |
tokenize.h
|
Reimplemented version.h:
|
2014-09-01 08:48:25 +02:00 |
tokenlist.cpp
|
AST: fix hang for code 'MACRO({.x=1,.y=2})'
|
2014-08-25 19:10:16 +02:00 |
tokenlist.h
|
…
|
|
valueflow.cpp
|
Fixed crash on garbage code #6106
|
2014-08-31 12:12:03 +02:00 |
valueflow.h
|
…
|
|
version.h
|
Reimplemented version.h:
|
2014-09-01 08:48:25 +02:00 |
version.rc
|
…
|
|