cppcheck/lib
Daniel Marjamäki 10109a5ef7 dumpfile: remove redundant Variable attributes isArgument and isLocal. Add isVolatile. 2021-11-19 17:21:27 +01:00
..
CMakeLists.txt use target-specific configuration instead of global ones in CMake (#3534) 2021-10-30 09:08:07 +02:00
analyzer.h Propagate partially uninit variables in ValueFlow (#3533) 2021-10-30 07:43:37 +02:00
analyzerinfo.cpp
analyzerinfo.h
astutils.cpp Handle for loop conditions in afterCondition (#3561) 2021-11-14 18:30:36 +01:00
astutils.h chmod; Use 644 for source files 2021-11-17 08:25:25 +01: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
check.h
check64bit.cpp
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 chmod; Use 644 for source files 2021-11-17 08:25:25 +01:00
checkautovariables.h Fix 10033: false negative: danglingTemporaryLifetime with usage of reference from nested object not detected (#3542) 2021-11-01 19:23:15 +01: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 chmod; Use 644 for source files 2021-11-17 08:25:25 +01:00
checkbufferoverrun.h
checkclass.cpp fix false positive of virtual function call (#3553) 2021-11-11 07:53:30 +01:00
checkclass.h
checkcondition.cpp prevent uncaught exception in ThreadExecutor::handleRead() (#3514) 2021-10-20 20:41:42 +02:00
checkcondition.h Fixed #10448 (FN compareValueOutOfTypeRangeError with int32_t) 2021-09-12 15:08:14 +02:00
checkexceptionsafety.cpp
checkexceptionsafety.h
checkfunctions.cpp Fixed #10523 (FP: missingReturn with nested switch statements) 2021-10-31 14:48:29 +01: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
checkio.cpp Fix 10578: Value not impossible after check (#3549) 2021-11-07 18:19:56 +01: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
checknullpointer.h Update copyright year 2021-09-26 11:34:56 +02:00
checkother.cpp Fixed #10547 (False positive: constVariable, buffer written by stream read) 2021-10-18 19:38:53 +02:00
checkother.h
checkpostfixoperator.cpp
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 Fix 10590: container access out of bounds not found (#3560) 2021-11-13 07:45:29 +01:00
checkstl.h chmod; Use 644 for source files 2021-11-17 08:25:25 +01: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 Propagate partially uninit variables in ValueFlow (#3533) 2021-10-30 07:43:37 +02:00
checkuninitvar.h Propagate partially uninit variables in ValueFlow (#3533) 2021-10-30 07:43:37 +02:00
checkunusedfunctions.cpp Fixed #9220 (False positive: Unused function check for template parameter) 2021-09-12 20:27:49 +02:00
checkunusedfunctions.h Update copyright year 2021-09-26 11:34:56 +02:00
checkunusedvar.cpp Fixed #10485 (FP unusedStructMember for array size) 2021-10-30 19:34:46 +02:00
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 fixed some compiler warnings (#3502) 2021-10-13 12:10:26 +02:00
clangimport.h
color.cpp
color.h
config.h
cppcheck.cpp use -Weverything for clang in CMake / fixed some warnings (#3519) 2021-10-24 11:06:48 +02:00
cppcheck.h
cppcheck.natvis
cppcheck.vcxproj MSVC: add missing files to project (#3500) 2021-10-11 19:01:49 +02:00
cppcheck.vcxproj.filters
ctu.cpp
ctu.h
errorlogger.cpp klocwork; fix uninitialized struct member. FN ticket: #10573 2021-10-28 17:09:33 +02:00
errorlogger.h Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
errortypes.cpp use -Weverything for clang in CMake / fixed some warnings (#3519) 2021-10-24 11:06:48 +02:00
errortypes.h
exprengine.cpp fix klocwork warning; pointer is checked and then dereferenced. FN ticket: #10570 2021-10-29 19:23:01 +02:00
exprengine.h
forwardanalyzer.cpp Handle for loop conditions in afterCondition (#3561) 2021-11-14 18:30:36 +01:00
forwardanalyzer.h
importproject.cpp Minor: add endsWith() template, empy() check (#3472) 2021-09-28 20:34:21 +02:00
importproject.h
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
path.cpp
path.h
pathanalysis.cpp
pathanalysis.h
pathmatch.cpp
pathmatch.h
pcrerules.pri
platform.cpp
platform.h Update copyright year 2021-09-26 11:34:56 +02:00
precompiled.h Visual Studio: Use new files precompiled.h with several common includes for core and testrunner. 2020-05-29 12:16:04 +02:00
preprocessor.cpp Shadow variables, const, rename function (#3456) 2021-09-15 20:28:58 +02:00
preprocessor.h Update copyright year 2021-09-26 11:34:56 +02:00
programmemory.cpp Handle for loop conditions in afterCondition (#3561) 2021-11-14 18:30:36 +01:00
programmemory.h Refactor: Use ValueFlow::Value for ProgramMemory execute instead of integers (#3477) 2021-10-04 07:53:58 +02:00
reverseanalyzer.cpp Fix 10574: ValueFlow: conditional values in constructor initializer list (#3556) 2021-11-11 08:01:10 +01:00
reverseanalyzer.h
settings.cpp Fix member shadowing (#3563) 2021-11-15 20:37:08 +01:00
settings.h Fix member shadowing (#3563) 2021-11-15 20:37:08 +01:00
standards.h
summaries.cpp
summaries.h
suppressions.cpp Update copyright year 2021-09-26 11:34:56 +02:00
suppressions.h
symboldatabase.cpp dumpfile: remove redundant Variable attributes isArgument and isLocal. Add isVolatile. 2021-11-19 17:21:27 +01:00
symboldatabase.h Fix 10555: FP knownConditionTrueFalse with non-const function in base class (#3559) 2021-11-12 20:05:43 +01:00
templatesimplifier.cpp Fixed #10432 (Only the first default argument was copied from the forward declaration;) (#3530) 2021-11-15 20:37:46 +01:00
templatesimplifier.h
timer.cpp
timer.h Update copyright year 2021-09-26 11:34:56 +02:00
token.cpp token.cpp: optimized Token::multiCompare() a bit - reduces average Ir from 71 to 63 when scanning test folder (#3525) 2021-10-26 08:57:54 +02:00
token.h
tokenize.cpp Don't simplify template for class names in declarations (#3505) 2021-11-06 19:07:45 +01:00
tokenize.h
tokenlist.cpp Validate asserts in the AST to fix crash in 10442 (#3428) 2021-08-29 20:45:31 +02:00
tokenlist.h
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 Handle for loop conditions in afterCondition (#3561) 2021-11-14 18:30:36 +01:00
valueflow.h Fix for 6597: false negative: uninitialized variable usage not detected (ValueFlow , multi variables) (#3535) 2021-10-30 22:13:58 +02:00
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