cppcheck/lib
chrchr-github a102ff3c2f
Fix FN unusedFunction / Fix FP unusedFunction ()
2023-01-14 20:16:55 +01:00
..
CMakeLists.txt
analyzer.h include all (internal non-generated) headers in clang-tidy checks () 2022-10-16 13:51:17 +02:00
analyzerinfo.cpp Refactoring: Remove unused parameter for AnalyzerInfo::reportErr 2022-12-11 21:27:16 +01:00
analyzerinfo.h Refactoring: Remove unused parameter for AnalyzerInfo::reportErr 2022-12-11 21:27:16 +01:00
astutils.cpp Fix FP returnDanglingLifetime/returnTempreference with typeid () 2023-01-02 17:46:03 +01:00
astutils.h use `const_iterator` where possible () 2022-12-30 15:13:47 +01:00
calculate.h
check.cpp errortypes.h: use `enum class` instead of wrapping types into classes () 2023-01-08 19:31:54 +01:00
check.h errortypes.h: use `enum class` instead of wrapping types into classes () 2023-01-08 19:31:54 +01:00
check64bit.cpp
check64bit.h
checkassert.cpp Fixed (False positive assertWithSideEffects, calling method that has no side effects) 2022-10-12 07:51:50 +02:00
checkassert.h
checkautovariables.cpp removed unused error messages () 2023-01-07 10:35:39 +01:00
checkautovariables.h removed unused error messages () 2023-01-07 10:35:39 +01:00
checkbool.cpp Fix FP useStlAlgorithm (don't suggest std::accumulate when nothing is accumulated) () 2022-12-18 16:52:04 +01:00
checkbool.h removed unused error messages () 2023-01-07 10:35:39 +01:00
checkboost.cpp
checkboost.h
checkbufferoverrun.cpp errortypes.h: use `enum class` instead of wrapping types into classes () 2023-01-08 19:31:54 +01:00
checkbufferoverrun.h errortypes.h: use `enum class` instead of wrapping types into classes () 2023-01-08 19:31:54 +01:00
checkclass.cpp use `const_iterator` where possible () 2022-12-30 15:13:47 +01:00
checkclass.h Fix couple issues with missing operatorEqVarError () 2022-11-05 10:48:34 +01:00
checkcondition.cpp Fix FP identicalConditionAfterEarlyExit when passing *this () 2023-01-07 22:10:07 +01:00
checkcondition.h Use return instead of condition for alwaysTrueFalse check () 2022-10-09 21:03:48 +02:00
checkexceptionsafety.cpp
checkexceptionsafety.h
checkfunctions.cpp Fix FP useStlAlgorithm (don't suggest std::accumulate when nothing is accumulated) () 2022-12-18 16:52:04 +01:00
checkfunctions.h
checkinternal.cpp use `const_iterator` where possible () 2022-12-30 15:13:47 +01:00
checkinternal.h
checkio.cpp use `const_iterator` where possible () 2022-12-30 15:13:47 +01:00
checkio.h removed unused error messages () 2023-01-07 10:35:39 +01:00
checkleakautovar.cpp use `const_iterator` where possible () 2022-12-30 15:13:47 +01:00
checkleakautovar.h Fix FP doubleFree with goto () 2022-11-19 16:49:34 +01:00
checkmemoryleak.cpp removed unused error messages () 2023-01-07 10:35:39 +01:00
checkmemoryleak.h removed unused error messages () 2023-01-07 10:35:39 +01:00
checknullpointer.cpp use `const_iterator` where possible () 2022-12-30 15:13:47 +01:00
checknullpointer.h
checkother.cpp Fix FP constVariable / FP constParameter / FP danglingTempReference () 2023-01-11 22:04:06 +01:00
checkother.h removed unused error messages () 2023-01-07 10:35:39 +01:00
checkpostfixoperator.cpp
checkpostfixoperator.h
checksizeof.cpp Fix FN useStlAlgorithm with iterators () 2022-10-16 13:46:26 +02:00
checksizeof.h removed unused error messages () 2023-01-07 10:35:39 +01:00
checkstl.cpp removed unused error messages () 2023-01-07 10:35:39 +01:00
checkstl.h removed unused error messages () 2023-01-07 10:35:39 +01:00
checkstring.cpp
checkstring.h removed unused error messages () 2023-01-07 10:35:39 +01:00
checktype.cpp
checktype.h
checkuninitvar.cpp removed unused error messages () 2023-01-07 10:35:39 +01:00
checkuninitvar.h removed unused error messages () 2023-01-07 10:35:39 +01:00
checkunusedfunctions.cpp Fix FN unusedFunction / Fix FP unusedFunction () 2023-01-14 20:16:55 +01:00
checkunusedfunctions.h various optimizations () 2022-10-06 20:12:07 +02:00
checkunusedvar.cpp use `const_iterator` where possible () 2022-12-30 15:13:47 +01:00
checkunusedvar.h removed unused error messages () 2023-01-07 10:35:39 +01:00
checkvaarg.cpp
checkvaarg.h
clangimport.cpp use `const_iterator` where possible () 2022-12-30 15:13:47 +01:00
clangimport.h
color.cpp
color.h
config.h converted (undocumented) define `MAXTIME` into (undocumented) command-line options `--checks-max-time=`, `--template-max-time=` and `--typedef-max-time=` () 2022-12-30 21:21:05 +01:00
cppcheck.cpp converted (undocumented) define `MAXTIME` into (undocumented) command-line options `--checks-max-time=`, `--template-max-time=` and `--typedef-max-time=` () 2022-12-30 21:21:05 +01:00
cppcheck.h
cppcheck.natvis added .gitattributes and normalized files () 2022-12-30 21:33:45 +01:00
cppcheck.vcxproj added .gitattributes and normalized files () 2022-12-30 21:33:45 +01:00
cppcheck.vcxproj.filters added .gitattributes and normalized files () 2022-12-30 21:33:45 +01:00
ctu.cpp Fix FP ctuPointerArith with unknown buffer size () 2022-11-23 19:11:47 +01:00
ctu.h
errorlogger.cpp errortypes.h: use `enum class` instead of wrapping types into classes () 2023-01-08 19:31:54 +01:00
errorlogger.h errortypes.h: use `enum class` instead of wrapping types into classes () 2023-01-08 19:31:54 +01:00
errortypes.cpp
errortypes.h errortypes.h: use `enum class` instead of wrapping types into classes () 2023-01-08 19:31:54 +01:00
forwardanalyzer.cpp Fix FN unusedFunction / Fix FP unusedFunction () 2023-01-14 20:16:55 +01:00
forwardanalyzer.h
fwdanalysis.cpp extracted `FwdAnalysis` from `astutils.{cpp|h}` () 2022-12-13 22:29:23 +01:00
fwdanalysis.h extracted `FwdAnalysis` from `astutils.{cpp|h}` () 2022-12-13 22:29:23 +01:00
importproject.cpp use `const_iterator` where possible () 2022-12-30 15:13:47 +01:00
importproject.h fixed and enabled some Clang compiler warnings () 2022-09-29 21:59:02 +02:00
infer.cpp use `const_iterator` where possible () 2022-12-30 15:13:47 +01:00
infer.h
lib.pri extracted `FwdAnalysis` from `astutils.{cpp|h}` () 2022-12-13 22:29:23 +01:00
library.cpp use `const_iterator` where possible () 2022-12-30 15:13:47 +01:00
library.h various optimizations () 2022-10-06 20:12:07 +02:00
matchcompiler.h
mathlib.cpp use `const_iterator` where possible () 2022-12-30 15:13:47 +01:00
mathlib.h
path.cpp various optimizations () 2022-10-06 20:12:07 +02:00
path.h various optimizations () 2022-10-06 20:12:07 +02:00
pathanalysis.cpp use `const_iterator` where possible () 2022-12-30 15:13:47 +01:00
pathanalysis.h
pathmatch.cpp use `cbegin()` and `cend()` with `const_ierator` loops () 2022-12-20 20:32:16 +01:00
pathmatch.h
pcrerules.pri
platform.cpp
platform.h applied clang-tidy `misc-const-correctness` fixes for POD types, iterators and references () 2022-10-02 07:12:40 +02:00
precompiled.h
preprocessor.cpp use `const_iterator` where possible () 2022-12-30 15:13:47 +01:00
preprocessor.h
programmemory.cpp use `const_iterator` where possible () 2022-12-30 15:13:47 +01:00
programmemory.h include all (internal non-generated) headers in clang-tidy checks () 2022-10-16 13:51:17 +02:00
reverseanalyzer.cpp use `const_iterator` where possible () 2022-12-30 15:13:47 +01:00
reverseanalyzer.h
settings.cpp converted (undocumented) define `MAXTIME` into (undocumented) command-line options `--checks-max-time=`, `--template-max-time=` and `--typedef-max-time=` () 2022-12-30 21:21:05 +01:00
settings.h Typos found by running "codespell" () 2023-01-10 15:15:27 +01:00
smallvector.h include all (internal non-generated) headers in clang-tidy checks () 2022-10-16 13:51:17 +02:00
sourcelocation.h
standards.h
summaries.cpp applied clang-tidy `misc-const-correctness` fixes for POD types, iterators and references () 2022-10-02 07:12:40 +02:00
summaries.h
suppressions.cpp optimized deserializing of `ErrorMessage` and related main process code () 2022-12-09 19:34:51 +01:00
suppressions.h errortypes.h: use `enum class` instead of wrapping types into classes () 2023-01-08 19:31:54 +01:00
symboldatabase.cpp Fix FP constVariable / FP constParameter / FP danglingTempReference () 2023-01-11 22:04:06 +01:00
symboldatabase.h use `const_iterator` where possible () 2022-12-30 15:13:47 +01:00
templatesimplifier.cpp Typos found by running "codespell" () 2023-01-10 15:15:27 +01:00
templatesimplifier.h
timer.cpp use `const_iterator` where possible () 2022-12-30 15:13:47 +01:00
timer.h
token.cpp Fix FN unusedFunction / Fix FP unusedFunction () 2023-01-14 20:16:55 +01:00
token.h Get type from iterator () 2022-12-07 09:38:36 +01:00
tokenize.cpp Typos found by running "codespell" () 2023-01-10 15:15:27 +01:00
tokenize.h converted (undocumented) define `MAXTIME` into (undocumented) command-line options `--checks-max-time=`, `--template-max-time=` and `--typedef-max-time=` () 2022-12-30 21:21:05 +01:00
tokenlist.cpp use `const_iterator` where possible () 2022-12-30 15:13:47 +01:00
tokenlist.h Fix FP selfAssignment: lambda capture / FP operatorEqRetRefThis () 2022-11-13 21:20:44 +01:00
tokenrange.h
utils.cpp use `const_iterator` where possible () 2022-12-30 15:13:47 +01:00
utils.h use `const_iterator` where possible () 2022-12-30 15:13:47 +01:00
valueflow.cpp Typos found by running "codespell" () 2023-01-10 15:15:27 +01:00
valueflow.h Fix 11415: FP containerOutOfBounds for container initialized in virtual method () 2022-12-08 20:10:58 +01:00
valueptr.h include all (internal non-generated) headers in clang-tidy checks () 2022-10-16 13:51:17 +02:00
version.h
version.rc added .gitattributes and normalized files () 2022-12-30 21:33:45 +01:00