.. |
CMakeLists.txt
|
…
|
|
analyzerinfo.cpp
|
…
|
|
analyzerinfo.h
|
…
|
|
astutils.cpp
|
Fixed #8949 (False Positive: Variable 'f' is assigned a value that is never used.)
|
2019-01-22 21:16:27 +01:00 |
astutils.h
|
…
|
|
check.cpp
|
…
|
|
check.h
|
…
|
|
check64bit.cpp
|
…
|
|
check64bit.h
|
Introduce macro OVERRIDE for gcc-4.6 compatibility.
|
2019-01-12 07:37:42 +01:00 |
checkassert.cpp
|
…
|
|
checkassert.h
|
Introduce macro OVERRIDE for gcc-4.6 compatibility.
|
2019-01-12 07:37:42 +01:00 |
checkautovariables.cpp
|
Extend lifetime checking for references
|
2019-01-23 07:29:16 +01:00 |
checkautovariables.h
|
Extend lifetime checking for references
|
2019-01-23 07:29:16 +01:00 |
checkbool.cpp
|
…
|
|
checkbool.h
|
Introduce macro OVERRIDE for gcc-4.6 compatibility.
|
2019-01-12 07:37:42 +01:00 |
checkboost.cpp
|
…
|
|
checkboost.h
|
Introduce macro OVERRIDE for gcc-4.6 compatibility.
|
2019-01-12 07:37:42 +01:00 |
checkbufferoverrun.cpp
|
…
|
|
checkbufferoverrun.h
|
Introduce macro OVERRIDE for gcc-4.6 compatibility.
|
2019-01-12 07:37:42 +01:00 |
checkclass.cpp
|
Replace "virtual method" with "virtual function" in messages.
|
2019-01-15 06:22:14 +01:00 |
checkclass.h
|
Replace "virtual method" with "virtual function" in messages.
|
2019-01-15 06:22:14 +01:00 |
checkcondition.cpp
|
…
|
|
checkcondition.h
|
Introduce macro OVERRIDE for gcc-4.6 compatibility.
|
2019-01-12 07:37:42 +01:00 |
checkexceptionsafety.cpp
|
…
|
|
checkexceptionsafety.h
|
Introduce macro OVERRIDE for gcc-4.6 compatibility.
|
2019-01-12 07:37:42 +01:00 |
checkfunctions.cpp
|
…
|
|
checkfunctions.h
|
Introduce macro OVERRIDE for gcc-4.6 compatibility.
|
2019-01-12 07:37:42 +01:00 |
checkinternal.cpp
|
rephraze internal warning
|
2019-01-13 12:12:07 +01:00 |
checkinternal.h
|
Introduce macro OVERRIDE for gcc-4.6 compatibility.
|
2019-01-12 07:37:42 +01:00 |
checkio.cpp
|
…
|
|
checkio.h
|
Introduce macro OVERRIDE for gcc-4.6 compatibility.
|
2019-01-12 07:37:42 +01:00 |
checkleakautovar.cpp
|
…
|
|
checkleakautovar.h
|
Introduce macro OVERRIDE for gcc-4.6 compatibility.
|
2019-01-12 07:37:42 +01:00 |
checkmemoryleak.cpp
|
…
|
|
checkmemoryleak.h
|
Introduce macro OVERRIDE for gcc-4.6 compatibility.
|
2019-01-12 07:37:42 +01:00 |
checknullpointer.cpp
|
…
|
|
checknullpointer.h
|
Fix Cppcheck missingOverride warnings
|
2019-01-13 13:22:36 +01:00 |
checkother.cpp
|
…
|
|
checkother.h
|
Introduce macro OVERRIDE for gcc-4.6 compatibility.
|
2019-01-12 07:37:42 +01:00 |
checkpostfixoperator.cpp
|
…
|
|
checkpostfixoperator.h
|
Introduce macro OVERRIDE for gcc-4.6 compatibility.
|
2019-01-12 07:37:42 +01:00 |
checksizeof.cpp
|
…
|
|
checksizeof.h
|
Introduce macro OVERRIDE for gcc-4.6 compatibility.
|
2019-01-12 07:37:42 +01:00 |
checkstl.cpp
|
…
|
|
checkstl.h
|
Introduce macro OVERRIDE for gcc-4.6 compatibility.
|
2019-01-12 07:37:42 +01:00 |
checkstring.cpp
|
…
|
|
checkstring.h
|
Introduce macro OVERRIDE for gcc-4.6 compatibility.
|
2019-01-12 07:37:42 +01:00 |
checktype.cpp
|
…
|
|
checktype.h
|
Introduce macro OVERRIDE for gcc-4.6 compatibility.
|
2019-01-12 07:37:42 +01:00 |
checkuninitvar.cpp
|
Fix inline suppression.
|
2019-01-13 12:10:26 +01:00 |
checkuninitvar.h
|
Fix Cppcheck missingOverride warnings
|
2019-01-13 13:22:36 +01:00 |
checkunusedfunctions.cpp
|
…
|
|
checkunusedfunctions.h
|
Introduce macro OVERRIDE for gcc-4.6 compatibility.
|
2019-01-12 07:37:42 +01:00 |
checkunusedvar.cpp
|
…
|
|
checkunusedvar.h
|
Introduce macro OVERRIDE for gcc-4.6 compatibility.
|
2019-01-12 07:37:42 +01:00 |
checkvaarg.cpp
|
…
|
|
checkvaarg.h
|
Introduce macro OVERRIDE for gcc-4.6 compatibility.
|
2019-01-12 07:37:42 +01:00 |
config.h
|
Travis: Enable missingOverride checker
|
2019-01-13 12:21:01 +01:00 |
cppcheck.cpp
|
…
|
|
cppcheck.h
|
Introduce macro OVERRIDE for gcc-4.6 compatibility.
|
2019-01-12 07:37:42 +01:00 |
cppcheck.natvis
|
…
|
|
cppcheck.vcxproj
|
…
|
|
cppcheck.vcxproj.filters
|
…
|
|
ctu.cpp
|
Fix inline suppression.
|
2019-01-13 12:10:26 +01:00 |
ctu.h
|
Introduce macro OVERRIDE for gcc-4.6 compatibility.
|
2019-01-12 07:37:42 +01:00 |
errorlogger.cpp
|
Fix return value from ErrorLogger::reportUnmatchedSuppressions
|
2019-01-22 06:45:22 +01:00 |
errorlogger.h
|
Correct exit code when there are no unmatched suppressions
|
2019-01-21 20:33:22 +01:00 |
importproject.cpp
|
Fixed #8925 (compile_commands.json: False positives in .mm (Objective-C++) files, that file type should maybe just be ignored)
|
2019-01-21 06:36:31 +01:00 |
importproject.h
|
…
|
|
lib.pri
|
…
|
|
library.cpp
|
library.cpp: Let tinyxml2 print a helpful error message when XML is bad (#1609)
|
2019-01-18 17:10:41 +01:00 |
library.h
|
…
|
|
matchcompiler.h
|
…
|
|
mathlib.cpp
|
…
|
|
mathlib.h
|
…
|
|
path.cpp
|
…
|
|
path.h
|
…
|
|
pathmatch.cpp
|
…
|
|
pathmatch.h
|
…
|
|
pcrerules.pri
|
…
|
|
platform.cpp
|
…
|
|
platform.h
|
…
|
|
preprocessor.cpp
|
Remove inline suppression and fix false positive.
|
2019-01-13 07:59:41 +01:00 |
preprocessor.h
|
…
|
|
settings.cpp
|
template simplifier: add cli --debug-template option to print the parsed template information (#1598)
|
2019-01-14 08:29:32 +01:00 |
settings.h
|
template simplifier: add cli --debug-template option to print the parsed template information (#1598)
|
2019-01-14 08:29:32 +01:00 |
standards.h
|
…
|
|
suppressions.cpp
|
Suppressions: Handle comment in file that starts with #
|
2019-01-12 15:21:47 +01:00 |
suppressions.h
|
…
|
|
symboldatabase.cpp
|
Extend lifetime checking for references
|
2019-01-23 07:29:16 +01:00 |
symboldatabase.h
|
Extend lifetime checking for references
|
2019-01-23 07:29:16 +01:00 |
templatesimplifier.cpp
|
template simplifier: fix out of line member function scope and use more full name matching (#1617)
|
2019-01-24 07:21:22 +01:00 |
templatesimplifier.h
|
Fixed #7417 ("syntax error" in valid code containing explicitly specialised variable template) (#1604)
|
2019-01-18 21:12:39 +01:00 |
timer.cpp
|
…
|
|
timer.h
|
Fix Cppcheck missingOverride warnings
|
2019-01-13 13:22:36 +01:00 |
token.cpp
|
Fix Token::findExpressionStartEndTokens() regression
|
2019-01-20 13:23:19 +01:00 |
token.h
|
…
|
|
tokenize.cpp
|
Fixed #7417 ("syntax error" in valid code containing explicitly specialised variable template) (#1604)
|
2019-01-18 21:12:39 +01:00 |
tokenize.h
|
…
|
|
tokenlist.cpp
|
…
|
|
tokenlist.h
|
…
|
|
utils.h
|
…
|
|
valueflow.cpp
|
Extend lifetime checking for references
|
2019-01-23 07:29:16 +01:00 |
valueflow.h
|
Extend lifetime checking for references
|
2019-01-23 07:29:16 +01:00 |
version.h
|
…
|
|
version.rc
|
…
|
|