cppcheck/lib
Oliver Stöneberg a2a9c90142
added some missing copyright headers (#3758)
2022-01-26 19:02:20 +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 Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
analyzerinfo.h Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
astutils.cpp Fix #9828 False positive: unreadVariable alias (#3744) 2022-01-24 21:52:45 +01:00
astutils.h Typos found by running "codespell" (#3702) 2022-01-13 17:24:26 +01:00
bughuntingchecks.cpp exprengine: better checking for uninit variables 2022-01-03 12:47:13 +01:00
bughuntingchecks.h added some missing copyright headers (#3758) 2022-01-26 19:02:20 +01:00
calculate.h cleaned up includes based on include-what-you-use (#3627) 2021-12-15 19:47:27 +01:00
check.cpp cleaned up includes based on include-what-you-use (#3141) 2021-04-03 21:30:50 +02:00
check.h Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
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 Update Copyright year 2021-03-21 20:58:32 +01:00
checkassert.h Update copyright year 2021-09-26 11:34:56 +02:00
checkautovariables.cpp Fix 10672: crash: CheckAutoVariables (#3657) 2022-01-01 00:14:36 +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 Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
checkboost.h Update copyright year 2021-09-26 11:34:56 +02:00
checkbufferoverrun.cpp Fix 10728: Crash in CheckStl::checkDereferenceInvalidIterator2 (#3721) 2022-01-18 14:48:02 +01:00
checkbufferoverrun.h argumentSize: Clarify error message 2021-08-29 15:38:58 +02:00
checkclass.cpp Fix #10758 Crash in CheckClass::checkConstFunc() (#3740) 2022-01-24 21:50:01 +01:00
checkclass.h Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
checkcondition.cpp Fix #8266 identicalConditionAfterEarlyExit variable modified in if-clause (#3610) 2021-12-18 22:52:54 +01:00
checkcondition.h Fixed #10448 (FN compareValueOutOfTypeRangeError with int32_t) 2021-09-12 15:08:14 +02:00
checkexceptionsafety.cpp Typos found by running "codespell" (#3324) 2021-07-02 17:41:51 +02:00
checkexceptionsafety.h cleaned up includes based on include-what-you-use (#3627) 2021-12-15 19:47:27 +01:00
checkfunctions.cpp Fix #10754 FP invalidFunctionArg with resize() (#3737) 2022-01-25 12:13:49 +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 Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
checkio.cpp Fix #7038 false negative for string argument in the CheckIO (#3649) 2021-12-20 17:22:39 +01:00
checkio.h Fix #10632 (FN charset in format string) (#3590) 2021-12-01 09:51:48 +01:00
checkleakautovar.cpp Fix #9781 FP deallocuse after auto_ptr (#3724) 2022-01-19 21:39:45 +01:00
checkleakautovar.h Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
checkmemoryleak.cpp Fix #10729: Uncaughty exception in CheckMemoryLeak::getReallocationType() (#3717) 2022-01-18 20:50:06 +01:00
checkmemoryleak.h fixed some unusedFunction warnings (#3618) 2022-01-04 15:48:08 +01:00
checknullpointer.cpp Fix 10640: FN nullPointerRedundantCheck (#3607) 2021-12-06 20:06:48 +01:00
checknullpointer.h Update copyright year 2021-09-26 11:34:56 +02:00
checkother.cpp Fix #10143 false positive: redundantInitialization with std::shared_ptr (#3746) 2022-01-24 21:50:50 +01:00
checkother.h Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
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 Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
checksizeof.h Update copyright year 2021-09-26 11:34:56 +02:00
checkstl.cpp Another fix for 10728: Crash in CheckStl::checkDereferenceInvalidIterator2() (#3735) 2022-01-21 09:56:41 +01:00
checkstl.h fixed some unusedFunction warnings (#3618) 2022-01-04 15:48:08 +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 Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
checktype.h Update copyright year 2021-09-26 11:34:56 +02:00
checkuninitvar.cpp Fix #10200 False positive: uninitStructMember (#3741) 2022-01-25 12:14:20 +01:00
checkuninitvar.h cleaned up includes based on include-what-you-use (#3627) 2021-12-15 19:47:27 +01:00
checkunusedfunctions.cpp added unusedFunction self check to CI / cleanups (#3526) 2022-01-18 22:02:25 +01:00
checkunusedfunctions.h Update copyright year 2021-09-26 11:34:56 +02:00
checkunusedvar.cpp Fix #7732 false negative: (style) Unused variable: std::pair (#3695) 2022-01-13 08:05:05 +01: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 clang import: fixed problem with nameless struct 2021-11-29 07:00:18 +01:00
clangimport.h added some missing copyright headers (#3758) 2022-01-26 19:02:20 +01:00
color.cpp added some missing copyright headers (#3758) 2022-01-26 19:02:20 +01:00
color.h Fix MSVC build and some warnings (#3334) 2021-07-16 21:55:12 +02:00
config.h Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
cppcheck.cpp Fix execution of executable addons from GUI 2021-12-15 19:27:02 +01:00
cppcheck.h Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
cppcheck.natvis Fixed Visual Studio Natvis file after recent refactoring (#1299) 2018-07-09 08:27:26 +02:00
cppcheck.vcxproj MSVC: add missing files to project (#3500) 2021-10-11 19:01:49 +02:00
cppcheck.vcxproj.filters Fix MSVC build (#3671) 2022-01-04 15:38:37 +01:00
ctu.cpp Fix #6475 FN uninitialized variable usage not detected (#3700) 2022-01-17 20:35:30 +01:00
ctu.h Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
errorlogger.cpp klocwork; fix uninitialized struct member. FN ticket: #10573 2021-10-28 17:09:33 +02:00
errorlogger.h cleaned up includes based on include-what-you-use (#3627) 2021-12-15 19:47:27 +01:00
errortypes.cpp added some missing copyright headers (#3758) 2022-01-26 19:02:20 +01:00
errortypes.h Update Copyright year 2021-03-21 20:58:32 +01:00
exprengine.cpp exprengine: reduce max buffer size to int_max 2022-01-03 20:55:46 +01:00
exprengine.h exprengine: better checking for uninit variables 2022-01-03 12:47:13 +01:00
forwardanalyzer.cpp added some missing copyright headers (#3758) 2022-01-26 19:02:20 +01:00
forwardanalyzer.h Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
importproject.cpp cert: improved check for int31-c 2022-01-20 21:09:39 +01:00
importproject.h fixed some unusedFunction warnings (#3618) 2022-01-04 15:48:08 +01:00
infer.cpp added some missing copyright headers (#3758) 2022-01-26 19:02:20 +01:00
infer.h Fix MSVC build (#3671) 2022-01-04 15:38:37 +01:00
lib.pri Refactor: Use interval analysis for symbolic values for inferCondtion (#3488) 2021-10-09 16:19:06 +02:00
library.cpp added unusedFunction self check to CI / cleanups (#3526) 2022-01-18 22:02:25 +01:00
library.h removed or annotated some code which is only used in test code (#3656) 2022-01-03 12:40:20 +01:00
matchcompiler.h Update copyright year 2021-09-26 11:34:56 +02:00
mathlib.cpp added unusedFunction self check to CI / cleanups (#3526) 2022-01-18 22:02:25 +01:00
mathlib.h removed or annotated some code which is only used in test code (#3656) 2022-01-03 12:40:20 +01:00
path.cpp feat: add support for .ipp and .ixx extensions (#3383) 2021-08-09 10:46:56 +02:00
path.h Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
pathanalysis.cpp added some missing copyright headers (#3758) 2022-01-26 19:02:20 +01:00
pathanalysis.h added some missing copyright headers (#3758) 2022-01-26 19:02:20 +01:00
pathmatch.cpp added some missing copyright headers (#3758) 2022-01-26 19:02:20 +01:00
pathmatch.h Updated copyright year 2018-10-13 18:20:31 +02:00
pcrerules.pri
platform.cpp Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
platform.h Update copyright year 2021-09-26 11:34:56 +02:00
precompiled.h added some missing copyright headers (#3758) 2022-01-26 19:02:20 +01:00
preprocessor.cpp fixed some unusedFunction warnings (#3618) 2022-01-04 15:48:08 +01:00
preprocessor.h fixed some unusedFunction warnings (#3618) 2022-01-04 15:48:08 +01:00
programmemory.cpp added some missing copyright headers (#3758) 2022-01-26 19:02:20 +01:00
programmemory.h added some missing copyright headers (#3758) 2022-01-26 19:02:20 +01:00
reverseanalyzer.cpp added some missing copyright headers (#3758) 2022-01-26 19:02:20 +01:00
reverseanalyzer.h Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
settings.cpp Fix member shadowing (#3563) 2021-11-15 20:37:08 +01:00
settings.h cleaned up includes based on include-what-you-use (#3627) 2021-12-15 19:47:27 +01:00
standards.h added some missing copyright headers (#3758) 2022-01-26 19:02:20 +01:00
summaries.cpp added some missing copyright headers (#3758) 2022-01-26 19:02:20 +01:00
summaries.h Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
suppressions.cpp cleaned up includes based on include-what-you-use (#3627) 2021-12-15 19:47:27 +01:00
suppressions.h Refactor: fix member shadowing, return by const ref (#3407) 2021-08-21 22:00:45 +02:00
symboldatabase.cpp Fix 10723: Assertion 'tok && tok->exprId() > 0 && "Missing expr id for symbolic value"' in valueFlowSmartPointer() (#3755) 2022-01-26 06:28:13 +01:00
symboldatabase.h fixed some unusedFunction warnings (#3618) 2022-01-04 15:48:08 +01:00
templatesimplifier.cpp Fix 10001: Syntax error on valid C++ code (#3697) 2022-01-12 22:04:28 +01:00
templatesimplifier.h Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
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 Fix 10755: Assertion "!maxValue->isKnown()" from valueFlowInferCondition (#3739) 2022-01-22 12:25:20 +01:00
token.h fixed some unusedFunction warnings (#3618) 2022-01-04 15:48:08 +01:00
tokenize.cpp added unusedFunction self check to CI / cleanups (#3526) 2022-01-18 22:02:25 +01:00
tokenize.h removed or annotated some code which is only used in test code (#3656) 2022-01-03 12:40:20 +01:00
tokenlist.cpp Another fix for 10739: internalAstError with decltype (#3738) 2022-01-22 07:22:57 +01:00
tokenlist.h Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
tokenrange.h Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
utils.cpp Implement support for passing multiple file filters (#3479) 2021-11-23 22:51:45 +01:00
utils.h Implement support for passing multiple file filters (#3479) 2021-11-23 22:51:45 +01:00
valueflow.cpp Fix 10719: Crash in valueFlowIterators() (#3756) 2022-01-26 06:42:41 +01:00
valueflow.h Fix 10728: Crash in CheckStl::checkDereferenceInvalidIterator2 (#3721) 2022-01-18 14:48:02 +01: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