cppcheck/lib
Oliver Stöneberg 124668979c
replaced some `std::ostringstream` usage with `std::to_string()` (#4719)
2023-01-16 22:05:33 +01:00
..
CMakeLists.txt
analyzer.h
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 #11465 FP returnDanglingLifetime/returnTempreference with typeid (#4675) 2023-01-02 17:46:03 +01:00
astutils.h use `const_iterator` where possible (#4662) 2022-12-30 15:13:47 +01:00
calculate.h
check.cpp errortypes.h: use `enum class` instead of wrapping types into classes (#4693) 2023-01-08 19:31:54 +01:00
check.h errortypes.h: use `enum class` instead of wrapping types into classes (#4693) 2023-01-08 19:31:54 +01:00
check64bit.cpp
check64bit.h
checkassert.cpp
checkassert.h
checkautovariables.cpp removed unused error messages (#4689) 2023-01-07 10:35:39 +01:00
checkautovariables.h removed unused error messages (#4689) 2023-01-07 10:35:39 +01:00
checkbool.cpp Fix FP useStlAlgorithm (don't suggest std::accumulate when nothing is accumulated) (#4647) 2022-12-18 16:52:04 +01:00
checkbool.h removed unused error messages (#4689) 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 (#4693) 2023-01-08 19:31:54 +01:00
checkbufferoverrun.h errortypes.h: use `enum class` instead of wrapping types into classes (#4693) 2023-01-08 19:31:54 +01:00
checkclass.cpp use `const_iterator` where possible (#4662) 2022-12-30 15:13:47 +01:00
checkclass.h Fix couple issues with missing operatorEqVarError (#4576) 2022-11-05 10:48:34 +01:00
checkcondition.cpp Fix #11478 FP identicalConditionAfterEarlyExit when passing *this (#4684) 2023-01-07 22:10:07 +01:00
checkcondition.h
checkexceptionsafety.cpp
checkexceptionsafety.h
checkfunctions.cpp Fix FP useStlAlgorithm (don't suggest std::accumulate when nothing is accumulated) (#4647) 2022-12-18 16:52:04 +01:00
checkfunctions.h
checkinternal.cpp use `const_iterator` where possible (#4662) 2022-12-30 15:13:47 +01:00
checkinternal.h
checkio.cpp use `const_iterator` where possible (#4662) 2022-12-30 15:13:47 +01:00
checkio.h removed unused error messages (#4689) 2023-01-07 10:35:39 +01:00
checkleakautovar.cpp use `const_iterator` where possible (#4662) 2022-12-30 15:13:47 +01:00
checkleakautovar.h Fix #11391 FP doubleFree with goto (#4587) 2022-11-19 16:49:34 +01:00
checkmemoryleak.cpp removed unused error messages (#4689) 2023-01-07 10:35:39 +01:00
checkmemoryleak.h removed unused error messages (#4689) 2023-01-07 10:35:39 +01:00
checknullpointer.cpp use `const_iterator` where possible (#4662) 2022-12-30 15:13:47 +01:00
checknullpointer.h
checkother.cpp Fix #11473 FP constVariable / #11448 FP constParameter / #11188 FP danglingTempReference (#4680) 2023-01-11 22:04:06 +01:00
checkother.h removed unused error messages (#4689) 2023-01-07 10:35:39 +01:00
checkpostfixoperator.cpp
checkpostfixoperator.h
checksizeof.cpp
checksizeof.h removed unused error messages (#4689) 2023-01-07 10:35:39 +01:00
checkstl.cpp removed unused error messages (#4689) 2023-01-07 10:35:39 +01:00
checkstl.h removed unused error messages (#4689) 2023-01-07 10:35:39 +01:00
checkstring.cpp
checkstring.h removed unused error messages (#4689) 2023-01-07 10:35:39 +01:00
checktype.cpp
checktype.h
checkuninitvar.cpp removed unused error messages (#4689) 2023-01-07 10:35:39 +01:00
checkuninitvar.h removed unused error messages (#4689) 2023-01-07 10:35:39 +01:00
checkunusedfunctions.cpp Fix #11485 FN unusedFunction / Fix #7739 FP unusedFunction (#4707) 2023-01-14 20:16:55 +01:00
checkunusedfunctions.h
checkunusedvar.cpp use `const_iterator` where possible (#4662) 2022-12-30 15:13:47 +01:00
checkunusedvar.h removed unused error messages (#4689) 2023-01-07 10:35:39 +01:00
checkvaarg.cpp
checkvaarg.h
clangimport.cpp use `const_iterator` where possible (#4662) 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=` (#4661) 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=` (#4661) 2022-12-30 21:21:05 +01:00
cppcheck.h
cppcheck.natvis added .gitattributes and normalized files (#4668) 2022-12-30 21:33:45 +01:00
cppcheck.vcxproj added .gitattributes and normalized files (#4668) 2022-12-30 21:33:45 +01:00
cppcheck.vcxproj.filters added .gitattributes and normalized files (#4668) 2022-12-30 21:33:45 +01:00
ctu.cpp Fix #11361 FP ctuPointerArith with unknown buffer size (#4591) 2022-11-23 19:11:47 +01:00
ctu.h
errorlogger.cpp errortypes.h: use `enum class` instead of wrapping types into classes (#4693) 2023-01-08 19:31:54 +01:00
errorlogger.h errortypes.h: use `enum class` instead of wrapping types into classes (#4693) 2023-01-08 19:31:54 +01:00
errortypes.cpp
errortypes.h errortypes.h: use `enum class` instead of wrapping types into classes (#4693) 2023-01-08 19:31:54 +01:00
forwardanalyzer.cpp Fix #11485 FN unusedFunction / Fix #7739 FP unusedFunction (#4707) 2023-01-14 20:16:55 +01:00
forwardanalyzer.h
fwdanalysis.cpp extracted `FwdAnalysis` from `astutils.{cpp|h}` (#4637) 2022-12-13 22:29:23 +01:00
fwdanalysis.h extracted `FwdAnalysis` from `astutils.{cpp|h}` (#4637) 2022-12-13 22:29:23 +01:00
importproject.cpp use `const_iterator` where possible (#4662) 2022-12-30 15:13:47 +01:00
importproject.h
infer.cpp use `const_iterator` where possible (#4662) 2022-12-30 15:13:47 +01:00
infer.h
lib.pri extracted `FwdAnalysis` from `astutils.{cpp|h}` (#4637) 2022-12-13 22:29:23 +01:00
library.cpp use `const_iterator` where possible (#4662) 2022-12-30 15:13:47 +01:00
library.h
matchcompiler.h
mathlib.cpp use `const_iterator` where possible (#4662) 2022-12-30 15:13:47 +01:00
mathlib.h
path.cpp
path.h
pathanalysis.cpp use `const_iterator` where possible (#4662) 2022-12-30 15:13:47 +01:00
pathanalysis.h
pathmatch.cpp use `cbegin()` and `cend()` with `const_ierator` loops (#4658) 2022-12-20 20:32:16 +01:00
pathmatch.h
pcrerules.pri
platform.cpp
platform.h
precompiled.h
preprocessor.cpp use `const_iterator` where possible (#4662) 2022-12-30 15:13:47 +01:00
preprocessor.h
programmemory.cpp use `const_iterator` where possible (#4662) 2022-12-30 15:13:47 +01:00
programmemory.h
reverseanalyzer.cpp use `const_iterator` where possible (#4662) 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=` (#4661) 2022-12-30 21:21:05 +01:00
settings.h Typos found by running "codespell" (#4702) 2023-01-10 15:15:27 +01:00
smallvector.h
sourcelocation.h
standards.h
summaries.cpp
summaries.h
suppressions.cpp optimized deserializing of `ErrorMessage` and related main process code (#4610) 2022-12-09 19:34:51 +01:00
suppressions.h errortypes.h: use `enum class` instead of wrapping types into classes (#4693) 2023-01-08 19:31:54 +01:00
symboldatabase.cpp Fix #11473 FP constVariable / #11448 FP constParameter / #11188 FP danglingTempReference (#4680) 2023-01-11 22:04:06 +01:00
symboldatabase.h use `const_iterator` where possible (#4662) 2022-12-30 15:13:47 +01:00
templatesimplifier.cpp replaced some `std::ostringstream` usage with `std::to_string()` (#4719) 2023-01-16 22:05:33 +01:00
templatesimplifier.h
timer.cpp use `const_iterator` where possible (#4662) 2022-12-30 15:13:47 +01:00
timer.h
token.cpp Fix #11485 FN unusedFunction / Fix #7739 FP unusedFunction (#4707) 2023-01-14 20:16:55 +01:00
token.h Get type from iterator (#4613) 2022-12-07 09:38:36 +01:00
tokenize.cpp Typos found by running "codespell" (#4702) 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=` (#4661) 2022-12-30 21:21:05 +01:00
tokenlist.cpp use `const_iterator` where possible (#4662) 2022-12-30 15:13:47 +01:00
tokenlist.h Fix #11383 FP selfAssignment: lambda capture / #11380 FP operatorEqRetRefThis (#4581) 2022-11-13 21:20:44 +01:00
tokenrange.h
utils.cpp use `const_iterator` where possible (#4662) 2022-12-30 15:13:47 +01:00
utils.h use `const_iterator` where possible (#4662) 2022-12-30 15:13:47 +01:00
valueflow.cpp Typos found by running "codespell" (#4702) 2023-01-10 15:15:27 +01:00
valueflow.h Fix 11415: FP containerOutOfBounds for container initialized in virtual method (#4622) 2022-12-08 20:10:58 +01:00
valueptr.h
version.h
version.rc added .gitattributes and normalized files (#4668) 2022-12-30 21:33:45 +01:00