cppcheck/lib
orbitcowboy a585834445 Running astyle [ci skip] 2021-06-03 07:35:50 +02:00
..
CMakeLists.txt lib: Add condition for include externals/tinyxml2 (#2923) 2020-11-27 09:57:12 +01:00
analyzer.h
analyzerinfo.cpp
analyzerinfo.h
astutils.cpp Fix issue 10076: ValueFlow: False positive after address of var is taken 'T t = {{{&var}}};' (#3283) 2021-06-03 07:31:46 +02:00
astutils.h Fix issue 10076: ValueFlow: False positive after address of var is taken 'T t = {{{&var}}};' (#3283) 2021-06-03 07:31:46 +02:00
bughuntingchecks.cpp
bughuntingchecks.h Add 'bughuntingchecks' 2020-06-19 13:16:48 +02:00
check.cpp
check.h
check64bit.cpp cleaned up includes based on include-what-you-use (#3141) 2021-04-03 21:30:50 +02:00
check64bit.h Disable all simplified checks 2019-03-16 09:17:50 +01:00
checkassert.cpp
checkassert.h added missing OVERRIDE usage and removed redundant virtual (#2190) 2019-09-20 21:57:16 +02:00
checkautovariables.cpp
checkautovariables.h Fixed #9918 (False positive: autoVariable pointer is NULLed later) 2020-09-28 22:48:57 +02:00
checkbool.cpp cleaned up includes based on include-what-you-use (#3141) 2021-04-03 21:30:50 +02:00
checkbool.h
checkboost.cpp
checkboost.h
checkbufferoverrun.cpp buffer overrun; Fixed false negative for dynamically allocated float buffer 2021-05-22 15:39:20 +02:00
checkbufferoverrun.h
checkclass.cpp
checkclass.h
checkcondition.cpp
checkcondition.h
checkexceptionsafety.cpp Formatted the code [ci skip] 2021-06-02 16:59:34 +02:00
checkexceptionsafety.h Moving error reporting functions from header to cpp (#3279) 2021-06-02 07:00:10 +02:00
checkfunctions.cpp
checkfunctions.h
checkinternal.cpp
checkinternal.h Update Copyright year 2021-03-21 20:58:32 +01:00
checkio.cpp
checkio.h
checkleakautovar.cpp
checkleakautovar.h
checkmemoryleak.cpp
checkmemoryleak.h made check.h less heavy (#2633) 2020-05-23 07:16:49 +02:00
checknullpointer.cpp
checknullpointer.h Update copyright year 2020-06-13 16:37:12 +02:00
checkother.cpp Redundant pointer op; Fixed false positives when macro is used 2021-05-22 14:18:29 +02:00
checkother.h
checkpostfixoperator.cpp cleaned up includes based on include-what-you-use (#3141) 2021-04-03 21:30:50 +02:00
checkpostfixoperator.h Disable all simplified checks 2019-03-16 09:17:50 +01:00
checksizeof.cpp
checksizeof.h Disable all simplified checks 2019-03-16 09:17:50 +01:00
checkstl.cpp
checkstl.h
checkstring.cpp
checkstring.h Checkstring fixes (#1783) 2019-04-06 06:54:38 +02:00
checktype.cpp
checktype.h
checkuninitvar.cpp Fix another FP with range for macro (#3276) 2021-05-26 04:52:55 +02:00
checkuninitvar.h Uninitialized variables; check RHS expression 2021-05-21 14:31:25 +02:00
checkunusedfunctions.cpp
checkunusedfunctions.h
checkunusedvar.cpp
checkunusedvar.h astyle formatting 2020-11-28 05:52:35 +01:00
checkvaarg.cpp
checkvaarg.h
clangimport.cpp
clangimport.h
config.h
cppcheck.cpp
cppcheck.h
cppcheck.natvis
cppcheck.vcxproj
cppcheck.vcxproj.filters
ctu.cpp
ctu.h Update Copyright year 2021-03-21 20:58:32 +01:00
errorlogger.cpp
errorlogger.h
errortypes.cpp
errortypes.h
exprengine.cpp
exprengine.h
forwardanalyzer.cpp astyle formatting 2021-05-23 14:36:45 +02:00
forwardanalyzer.h
importproject.cpp
importproject.h
lib.pri
library.cpp Fixed make checkcfg 2021-05-01 19:17:07 +02:00
library.h
matchcompiler.h Update copyright year to 2007-2016. 2016-01-01 15:34:45 +02:00
mathlib.cpp
mathlib.h
path.cpp
path.h
pathanalysis.cpp Refactorization: Moved code from header to source 2020-05-19 08:35:12 +02:00
pathanalysis.h made check.h less heavy (#2633) 2020-05-23 07:16:49 +02:00
pathmatch.cpp
pathmatch.h
pcrerules.pri
platform.cpp Update Copyright year 2021-03-21 20:58:32 +01:00
platform.h
precompiled.h
preprocessor.cpp
preprocessor.h
programmemory.cpp Fix UB on right-shift. (#3235) 2021-04-28 11:57:28 +02:00
programmemory.h cleaned up includes based on include-what-you-use (#3141) 2021-04-03 21:30:50 +02:00
reverseanalyzer.cpp
reverseanalyzer.h
settings.cpp
settings.h
standards.h
summaries.cpp
summaries.h
suppressions.cpp
suppressions.h
symboldatabase.cpp fix #10295 (false negatives by inconsistent 'void' in argument list (declaration vs definition)) (#3274) 2021-05-24 19:32:15 +02:00
symboldatabase.h Running astyle [ci skip] 2021-06-03 07:35:50 +02:00
templatesimplifier.cpp Support array types in template simplifier (#3267) 2021-05-23 10:40:09 +02:00
templatesimplifier.h
timer.cpp
timer.h Check for JSON error when parsing addon .json files + fixes (#2374) 2019-11-20 15:37:09 +01:00
token.cpp Running astyle [ci skip] 2021-06-03 07:35:50 +02:00
token.h Fix issue 10076: ValueFlow: False positive after address of var is taken 'T t = {{{&var}}};' (#3283) 2021-06-03 07:31:46 +02:00
tokenize.cpp Improve support for labels in simplifyAddBraces step (#3278) 2021-06-02 07:00:37 +02:00
tokenize.h
tokenlist.cpp
tokenlist.h
utils.cpp
utils.h
valueflow.cpp Fix issue 10306: FP knownConditionTrueFalse with modulo result converted to bool (#3282) 2021-06-03 07:26:36 +02:00
valueflow.h astyle formatting 2021-05-01 07:35:03 +02:00
valueptr.h
version.h
version.rc