cppcheck/lib
Paul Fultz II a1e0ef9b38
Refactor: Use interval analysis for symbolic values for inferCondtion (#3488)
2021-10-09 16:19:06 +02:00
..
CMakeLists.txt
analyzer.h Fix FP when calling a function in a condition (#3412) 2021-08-21 18:52:11 +02:00
analyzerinfo.cpp
analyzerinfo.h Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
astutils.cpp Fix 9873: False negative: null pointer when checking raw pointer (#3485) 2021-10-06 08:39:58 +02:00
astutils.h Add support for string_view (#3480) 2021-10-05 08:28:19 +02:00
bughuntingchecks.cpp
bughuntingchecks.h
calculate.h Refactor: Use ValueFlow::Value for ProgramMemory execute instead of integers (#3477) 2021-10-04 07:53:58 +02:00
check.cpp cleaned up includes based on include-what-you-use (#3141) 2021-04-03 21:30:50 +02:00
check.h
check64bit.cpp cleaned up includes based on include-what-you-use (#3141) 2021-04-03 21:30:50 +02:00
check64bit.h Update copyright year 2021-09-26 11:34:56 +02:00
checkassert.cpp
checkassert.h Update copyright year 2021-09-26 11:34:56 +02:00
checkautovariables.cpp Add support for string_view (#3480) 2021-10-05 08:28:19 +02:00
checkautovariables.h Update copyright year 2021-09-26 11:34:56 +02:00
checkbool.cpp Fix FPs in bitwiseOnBoolean (#3455) 2021-09-19 15:20:57 +02:00
checkbool.h Update copyright year 2021-09-26 11:34:56 +02:00
checkboost.cpp
checkboost.h Update copyright year 2021-09-26 11:34:56 +02:00
checkbufferoverrun.cpp
checkbufferoverrun.h
checkclass.cpp Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
checkclass.h
checkcondition.cpp
checkcondition.h
checkexceptionsafety.cpp
checkexceptionsafety.h
checkfunctions.cpp Fixed #10461 (FP missingReturn with empty initializer list) 2021-09-06 21:20:19 +02:00
checkfunctions.h Update copyright year 2021-09-26 11:34:56 +02:00
checkinternal.cpp Update copyright year 2021-09-26 11:34:56 +02:00
checkinternal.h Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
checkio.cpp Fix incorrect warning with `%zi` in format string (#3437) 2021-09-05 07:34:22 +02:00
checkio.h Update copyright year 2021-09-26 11:34:56 +02:00
checkleakautovar.cpp
checkleakautovar.h
checkmemoryleak.cpp
checkmemoryleak.h Update copyright year 2021-09-26 11:34:56 +02:00
checknullpointer.cpp cleaned up includes based on include-what-you-use (#3141) 2021-04-03 21:30:50 +02:00
checknullpointer.h Update copyright year 2021-09-26 11:34:56 +02:00
checkother.cpp Fixed #10483 (FP constParameter with array member and memcpy) 2021-09-15 21:25:16 +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 Update copyright year 2021-09-26 11:34:56 +02:00
checksizeof.cpp
checksizeof.h Update copyright year 2021-09-26 11:34:56 +02:00
checkstl.cpp
checkstl.h Update copyright year 2021-09-26 11:34:56 +02:00
checkstring.cpp Minor: add endsWith() template, empy() check (#3472) 2021-09-28 20:34:21 +02:00
checkstring.h Update copyright year 2021-09-26 11:34:56 +02:00
checktype.cpp
checktype.h Update copyright year 2021-09-26 11:34:56 +02:00
checkuninitvar.cpp Remove duplicate uninit warnings (#3478) 2021-10-04 07:50:23 +02:00
checkuninitvar.h Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
checkunusedfunctions.cpp
checkunusedfunctions.h Update copyright year 2021-09-26 11:34:56 +02:00
checkunusedvar.cpp
checkunusedvar.h Update copyright year 2021-09-26 11:34:56 +02:00
checkvaarg.cpp Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
checkvaarg.h Update copyright year 2021-09-26 11:34:56 +02:00
clangimport.cpp Minor: add endsWith() template, empy() check (#3472) 2021-09-28 20:34:21 +02:00
clangimport.h
color.cpp
color.h
config.h Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
cppcheck.cpp Minor: add endsWith() template, empy() check (#3472) 2021-09-28 20:34:21 +02:00
cppcheck.h Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
cppcheck.natvis
cppcheck.vcxproj
cppcheck.vcxproj.filters
ctu.cpp
ctu.h
errorlogger.cpp Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
errorlogger.h Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
errortypes.cpp astyle formatting 2020-05-23 07:30:22 +02:00
errortypes.h
exprengine.cpp Shadow variables, const, rename function (#3456) 2021-09-15 20:28:58 +02:00
exprengine.h Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
forwardanalyzer.cpp Fix 9870: False negative: null pointer after duplicate conditions (#3481) 2021-10-05 08:29:23 +02:00
forwardanalyzer.h
importproject.cpp Minor: add endsWith() template, empy() check (#3472) 2021-09-28 20:34:21 +02:00
importproject.h ImportProject; Try to use relative paths 2021-06-12 11:10:35 +02:00
infer.cpp Refactor: Use interval analysis for symbolic values for inferCondtion (#3488) 2021-10-09 16:19:06 +02:00
infer.h Refactor: Use interval analysis for symbolic values for inferCondtion (#3488) 2021-10-09 16:19:06 +02:00
lib.pri Refactor: Use interval analysis for symbolic values for inferCondtion (#3488) 2021-10-09 16:19:06 +02:00
library.cpp Add support for string_view (#3480) 2021-10-05 08:28:19 +02:00
library.h Add support for string_view (#3480) 2021-10-05 08:28:19 +02:00
matchcompiler.h Update copyright year 2021-09-26 11:34:56 +02:00
mathlib.cpp
mathlib.h Refactoring; Reuse simplecpp::characterLiteralToLL 2021-05-02 13:44:37 +02:00
path.cpp feat: add support for .ipp and .ixx extensions (#3383) 2021-08-09 10:46:56 +02:00
path.h
pathanalysis.cpp
pathanalysis.h made check.h less heavy (#2633) 2020-05-23 07:16:49 +02:00
pathmatch.cpp Update Copyright year 2020-10-03 09:15:56 +02:00
pathmatch.h
pcrerules.pri
platform.cpp
platform.h Update copyright year 2021-09-26 11:34:56 +02:00
precompiled.h
preprocessor.cpp
preprocessor.h Update copyright year 2021-09-26 11:34:56 +02:00
programmemory.cpp Refactor: Use ValueFlow::Value for ProgramMemory execute instead of integers (#3477) 2021-10-04 07:53:58 +02:00
programmemory.h Refactor: Use ValueFlow::Value for ProgramMemory execute instead of integers (#3477) 2021-10-04 07:53:58 +02:00
reverseanalyzer.cpp
reverseanalyzer.h
settings.cpp
settings.h Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
standards.h
summaries.cpp Summaries: Moved to its own files 2020-12-20 19:53:58 +01:00
summaries.h
suppressions.cpp Update copyright year 2021-09-26 11:34:56 +02:00
suppressions.h Refactor: fix member shadowing, return by const ref (#3407) 2021-08-21 22:00:45 +02:00
symboldatabase.cpp Fix 9873: False negative: null pointer when checking raw pointer (#3485) 2021-10-06 08:39:58 +02:00
symboldatabase.h
templatesimplifier.cpp Fix 10506: Hang: template alias (TemplateSimplfier) (#3466) 2021-09-25 11:56:39 +02:00
templatesimplifier.h
timer.cpp Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
timer.h Update copyright year 2021-09-26 11:34:56 +02:00
token.cpp
token.h Fix 10435: False positive: containerOutOfBounds (#3426) 2021-08-29 15:40:10 +02:00
tokenize.cpp Fix 9766: False positive; suspicious operator is written in declaration (#3476) 2021-10-03 09:59:51 +02:00
tokenize.h
tokenlist.cpp
tokenlist.h Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
tokenrange.h
utils.cpp
utils.h Refactor: Use ValueFlow::Value for ProgramMemory execute instead of integers (#3477) 2021-10-04 07:53:58 +02:00
valueflow.cpp Refactor: Use interval analysis for symbolic values for inferCondtion (#3488) 2021-10-09 16:19:06 +02:00
valueflow.h
valueptr.h Update copyright year 2021-09-26 11:34:56 +02:00
version.h 2.6 dev: set version 2021-10-02 13:15:12 +02:00
version.rc Refactorized resource files: 2012-10-14 10:21:22 +02:00