..
CMakeLists.txt
…
analyzerinfo.cpp
Update Copyright
2019-06-29 07:49:14 +02:00
analyzerinfo.h
…
astutils.cpp
Typos found by running "codespell" ( #2072 )
2019-08-08 21:05:28 +02:00
astutils.h
Fix issue 9207: Not detected 'always true' and unreachable code
2019-08-08 07:46:47 +02:00
check.cpp
Safe checks: Clarify a warning message
2019-07-25 17:19:51 +02:00
check.h
Safe checks: Clarify a warning message
2019-07-25 17:19:51 +02:00
check64bit.cpp
…
check64bit.h
…
checkassert.cpp
…
checkassert.h
…
checkautovariables.cpp
Fix issue 9275: False positive: Non-local object uses local variable ( #2084 )
2019-08-14 20:09:33 +02:00
checkautovariables.h
…
checkbool.cpp
…
checkbool.h
Disable all simplified checks
2019-03-16 09:17:50 +01:00
checkboost.cpp
…
checkboost.h
…
checkbufferoverrun.cpp
…
checkbufferoverrun.h
…
checkclass.cpp
Renamed safeClassRefMember => unsafeClassRefMember
2019-08-13 20:58:31 +02:00
checkclass.h
Renamed safeClassRefMember => unsafeClassRefMember
2019-08-13 20:58:31 +02:00
checkcondition.cpp
…
checkcondition.h
…
checkexceptionsafety.cpp
…
checkexceptionsafety.h
…
checkfunctions.cpp
…
checkfunctions.h
…
checkinternal.cpp
…
checkinternal.h
…
checkio.cpp
…
checkio.h
…
checkleakautovar.cpp
8706 ( #2066 )
2019-08-07 08:04:10 +02:00
checkleakautovar.h
…
checkmemoryleak.cpp
Memleak: Refactor check to separate function ( #2079 )
2019-08-13 13:00:59 +02:00
checkmemoryleak.h
Memleak: Refactor check to separate function ( #2079 )
2019-08-13 13:00:59 +02:00
checknullpointer.cpp
…
checknullpointer.h
…
checkother.cpp
…
checkother.h
…
checkpostfixoperator.cpp
…
checkpostfixoperator.h
…
checksizeof.cpp
…
checksizeof.h
…
checkstl.cpp
Fix issue 8313 and 7326: Track values of pointer aliases in valueflow
2019-08-12 12:58:53 +02:00
checkstl.h
…
checkstring.cpp
Overlapping sprintf, improve handling of casts ( #1945 )
2019-07-05 12:27:39 +02:00
checkstring.h
…
checktype.cpp
Clarify signConversion warning message
2019-08-05 12:41:08 +02:00
checktype.h
Clarify signConversion warning message
2019-08-05 12:41:08 +02:00
checkuninitvar.cpp
Refactoring: Convert enums to enum classes
2019-08-02 21:14:29 +02:00
checkuninitvar.h
…
checkunusedfunctions.cpp
…
checkunusedfunctions.h
…
checkunusedvar.cpp
Fixed #9234 (FP unreadVariable - assignment via iterator)
2019-08-04 10:21:16 +02:00
checkunusedvar.h
…
checkvaarg.cpp
…
checkvaarg.h
…
config.h
…
cppcheck.cpp
CLI: error id from addon is <addon>-<id>
2019-08-10 07:43:47 +02:00
cppcheck.h
…
cppcheck.natvis
…
cppcheck.vcxproj
…
cppcheck.vcxproj.filters
…
ctu.cpp
…
ctu.h
Convert InvalidValueType to enum class
2019-07-31 22:56:16 +02:00
errorlogger.cpp
fix crash in daca gcc-avr from intentional bad instantiation test ( #1994 )
2019-07-15 12:41:06 +02:00
errorlogger.h
…
importproject.cpp
Refactor load/write of cppcheck project. Reuse same string constants in cli and gui.
2019-08-09 21:15:02 +02:00
importproject.h
astyle formatting
2019-08-12 12:54:25 +02:00
lib.pri
Dmake cleanups ( #2077 )
2019-08-14 20:53:51 +02:00
library.cpp
…
library.h
Refactoring: Convert enum Direction to enum class
2019-08-01 20:56:02 +02:00
matchcompiler.h
…
mathlib.cpp
…
mathlib.h
…
path.cpp
…
path.h
…
pathmatch.cpp
…
pathmatch.h
…
pcrerules.pri
…
platform.cpp
…
platform.h
…
preprocessor.cpp
…
preprocessor.h
…
settings.cpp
Convert SHOWTIME_MODES to enum class
2019-07-31 22:35:51 +02:00
settings.h
…
standards.h
…
suppressions.cpp
…
suppressions.h
…
symboldatabase.cpp
Fix issue 9207: Not detected 'always true' and unreachable code
2019-08-08 07:46:47 +02:00
symboldatabase.h
Fix issue 9207: Not detected 'always true' and unreachable code
2019-08-08 07:46:47 +02:00
templatesimplifier.cpp
template simplifier: refactor TemplateSimplifier::TokenAndName into a… ( #2073 )
2019-08-10 08:42:12 +02:00
templatesimplifier.h
template simplifier: refactor TemplateSimplifier::TokenAndName into a… ( #2073 )
2019-08-10 08:42:12 +02:00
timer.cpp
Convert SHOWTIME_MODES to enum class
2019-07-31 22:35:51 +02:00
timer.h
Convert SHOWTIME_MODES to enum class
2019-07-31 22:35:51 +02:00
token.cpp
template simplifier: refactor TemplateSimplifier::TokenAndName into a… ( #2073 )
2019-08-10 08:42:12 +02:00
token.h
Use std::any_of in token.h ( #2065 )
2019-08-07 08:02:07 +02:00
tokenize.cpp
Fix #9250 (Regression: crash in gcc testsuite) ( #2067 )
2019-08-07 08:05:02 +02:00
tokenize.h
Calculate token scopes in advance rather than as the tokenlist is iterated ( #2038 )
2019-07-31 09:19:27 +02:00
tokenlist.cpp
…
tokenlist.h
…
utils.h
…
valueflow.cpp
Fix issue 9268: false negative: (style) Condition '...' is always true ( #2080 )
2019-08-14 06:34:27 +02:00
valueflow.h
Safe checks: Clarify a warning message
2019-07-25 17:19:51 +02:00
version.h
…
version.rc
…