.. |
CMakeLists.txt
|
…
|
|
analyzerinfo.cpp
|
…
|
|
analyzerinfo.h
|
…
|
|
astutils.cpp
|
Library configuration: function argument direction fixes and enhancements (#1722)
|
2019-03-04 22:57:40 +01:00 |
astutils.h
|
…
|
|
check.cpp
|
…
|
|
check.h
|
…
|
|
check64bit.cpp
|
…
|
|
check64bit.h
|
…
|
|
checkassert.cpp
|
…
|
|
checkassert.h
|
Moved CheckAssert::assertWithSideEffects to normal checking
|
2019-03-09 16:50:50 +01:00 |
checkautovariables.cpp
|
Auto variables: Fix false negatives for normal tokens
|
2019-03-14 13:51:35 +01:00 |
checkautovariables.h
|
Moved CheckAutoVariables::autoVariables to normal checking
|
2019-03-09 16:53:43 +01:00 |
checkbool.cpp
|
Rewrite CheckBool::checkAssignBoolToPointer to use ValueType
|
2019-03-09 19:15:06 +01:00 |
checkbool.h
|
CheckBool: Use normal checking
|
2019-03-09 19:16:07 +01:00 |
checkboost.cpp
|
…
|
|
checkboost.h
|
CheckBoost: Use 'normal' checking
|
2019-03-09 20:00:31 +01:00 |
checkbufferoverrun.cpp
|
CheckBufferOverrun: the bufferNotZeroTerminated did not work well, hide that for now
|
2019-03-13 06:45:01 +01:00 |
checkbufferoverrun.h
|
CheckBufferOverrun: Readd a check for strncpy/memcpy/etc
|
2019-03-12 21:15:26 +01:00 |
checkclass.cpp
|
Changed severities
|
2019-03-06 19:00:58 +01:00 |
checkclass.h
|
CheckClass: Moved checks to 'normal'
|
2019-03-09 21:38:36 +01:00 |
checkcondition.cpp
|
CheckCondition: Moved checks to 'normal'
|
2019-03-09 22:00:59 +01:00 |
checkcondition.h
|
CheckCondition: Moved checks to 'normal'
|
2019-03-09 22:00:59 +01:00 |
checkexceptionsafety.cpp
|
…
|
|
checkexceptionsafety.h
|
…
|
|
checkfunctions.cpp
|
…
|
|
checkfunctions.h
|
…
|
|
checkinternal.cpp
|
…
|
|
checkinternal.h
|
…
|
|
checkio.cpp
|
…
|
|
checkio.h
|
…
|
|
checkleakautovar.cpp
|
…
|
|
checkleakautovar.h
|
…
|
|
checkmemoryleak.cpp
|
…
|
|
checkmemoryleak.h
|
…
|
|
checknullpointer.cpp
|
checknullpointer: Remove duplicated include (#1732)
|
2019-03-08 20:55:09 +01:00 |
checknullpointer.h
|
…
|
|
checkother.cpp
|
CheckOther::checkInvalidFree: Move check to normal checking. And clarify the message.
|
2019-03-07 06:35:44 +01:00 |
checkother.h
|
CheckOther::checkInvalidFree: Move check to normal checking. And clarify the message.
|
2019-03-07 06:35:44 +01:00 |
checkpostfixoperator.cpp
|
…
|
|
checkpostfixoperator.h
|
…
|
|
checksizeof.cpp
|
sizeof: write inconclusive warning if calculation in sizeof is done indirectly by macro
|
2019-02-26 21:06:44 +01:00 |
checksizeof.h
|
…
|
|
checkstl.cpp
|
Move useStlAlgorithm to normal checking (#1741)
|
2019-03-15 06:15:56 +01:00 |
checkstl.h
|
Move useStlAlgorithm to normal checking (#1741)
|
2019-03-15 06:15:56 +01:00 |
checkstring.cpp
|
…
|
|
checkstring.h
|
…
|
|
checktype.cpp
|
…
|
|
checktype.h
|
…
|
|
checkuninitvar.cpp
|
Uninitialized variables: Fixed false positive
|
2019-03-09 11:30:45 +01:00 |
checkuninitvar.h
|
…
|
|
checkunusedfunctions.cpp
|
…
|
|
checkunusedfunctions.h
|
…
|
|
checkunusedvar.cpp
|
Unused struct member: Fix FPs seen in daca@home results for template structs
|
2019-03-06 20:51:48 +01:00 |
checkunusedvar.h
|
…
|
|
checkvaarg.cpp
|
…
|
|
checkvaarg.h
|
…
|
|
config.h
|
…
|
|
cppcheck.cpp
|
…
|
|
cppcheck.h
|
…
|
|
cppcheck.natvis
|
…
|
|
cppcheck.vcxproj
|
…
|
|
cppcheck.vcxproj.filters
|
…
|
|
ctu.cpp
|
…
|
|
ctu.h
|
…
|
|
errorlogger.cpp
|
…
|
|
errorlogger.h
|
…
|
|
importproject.cpp
|
…
|
|
importproject.h
|
…
|
|
lib.pri
|
…
|
|
library.cpp
|
Start a major rewrite of CheckBufferOverrun. For now only the 'array index' and 'buffer overflow' checks are rewritten.
|
2019-03-11 12:34:33 +01:00 |
library.h
|
Start a major rewrite of CheckBufferOverrun. For now only the 'array index' and 'buffer overflow' checks are rewritten.
|
2019-03-11 12:34:33 +01:00 |
matchcompiler.h
|
…
|
|
mathlib.cpp
|
…
|
|
mathlib.h
|
…
|
|
path.cpp
|
…
|
|
path.h
|
…
|
|
pathmatch.cpp
|
…
|
|
pathmatch.h
|
…
|
|
pcrerules.pri
|
…
|
|
platform.cpp
|
…
|
|
platform.h
|
…
|
|
preprocessor.cpp
|
Optimization: Library does not need to store "#define " substring for each define
|
2019-02-28 22:34:26 +01:00 |
preprocessor.h
|
…
|
|
settings.cpp
|
lib: reorders settings to match definition (-Wreorder) (#1727)
|
2019-03-06 06:12:02 +01:00 |
settings.h
|
Add --remove-unused-templates flag to remove all unused templates
|
2019-03-05 14:58:02 +01:00 |
standards.h
|
…
|
|
suppressions.cpp
|
…
|
|
suppressions.h
|
…
|
|
symboldatabase.cpp
|
Refactoring: Use range for
|
2019-03-14 19:57:58 +01:00 |
symboldatabase.h
|
…
|
|
templatesimplifier.cpp
|
template simplifier: fix return type of out of line member function when it is a template parameter (#1723)
|
2019-03-03 19:42:46 +01:00 |
templatesimplifier.h
|
template simplifier: only constant fold template instantiation arguments (#1721)
|
2019-03-03 07:40:55 +01:00 |
timer.cpp
|
…
|
|
timer.h
|
…
|
|
token.cpp
|
Travis: Fix Cppcheck warning
|
2019-03-10 12:24:41 +01:00 |
token.h
|
Refactoring strncpy/strncat checking to use ValueFlow and AST
|
2019-03-06 09:04:04 +01:00 |
tokenize.cpp
|
Handle concatenated string and char literals
|
2019-03-10 10:38:50 +01:00 |
tokenize.h
|
Added '--check-headers=no' option.
|
2019-03-02 19:52:15 +01:00 |
tokenlist.cpp
|
Changed AST for variable declarations with initializations
|
2019-03-09 19:09:15 +01:00 |
tokenlist.h
|
…
|
|
utils.h
|
…
|
|
valueflow.cpp
|
ValueFlow: Fix sizeof for array of library type
|
2019-03-13 18:31:41 +01:00 |
valueflow.h
|
…
|
|
version.h
|
Set version to 1.87.99/1.88 dev
|
2019-02-27 21:30:54 +01:00 |
version.rc
|
…
|
|