cppcheck/lib
chrchr-github 617cd29a41
Get type from auto (#4640)
2022-12-18 16:54:58 +01:00
..
CMakeLists.txt some small cleanups and refactorings (#4488) 2022-09-24 11:59:13 +02:00
analyzer.h include all (internal non-generated) headers in clang-tidy checks (#4100) 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 useStlAlgorithm (don't suggest std::accumulate when nothing is accumulated) (#4647) 2022-12-18 16:52:04 +01:00
astutils.h Fix FP useStlAlgorithm (don't suggest std::accumulate when nothing is accumulated) (#4647) 2022-12-18 16:52:04 +01:00
calculate.h
check.cpp Fix #10412 FN useStlAlgorithm with iterators (#4157) 2022-10-16 13:46:26 +02:00
check.h mitigated some clang-tidy warnings in headers (#4472) 2022-09-16 18:59:15 +02:00
check64bit.cpp
check64bit.h
checkassert.cpp Fixed #9926 (False positive assertWithSideEffects, calling method that has no side effects) 2022-10-12 07:51:50 +02:00
checkassert.h
checkautovariables.cpp Fix #11406 FP returnDanglingLifetime, std::unique_ptr and implicit conversion to bool (#4600) 2022-11-27 09:24:19 +01:00
checkautovariables.h Fix #10993 danglingTemporaryLifetime reported in two different locati… (#4462) 2022-09-14 07:28:04 +02: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
checkboost.cpp
checkboost.h
checkbufferoverrun.cpp Fix Misra C++ warning 'Limited dependence should be placed on C++ operator precedence rules in expressions.' 2022-12-17 20:45:58 +01:00
checkbufferoverrun.h
checkclass.cpp Fix crash on nullptr (#4582) 2022-11-13 23:04:51 +01:00
checkclass.h Fix couple issues with missing operatorEqVarError (#4576) 2022-11-05 10:48:34 +01:00
checkcondition.cpp Fix #10412 FN useStlAlgorithm with iterators (#4157) 2022-10-16 13:46:26 +02:00
checkcondition.h Use return instead of condition for alwaysTrueFalse check (#4446) 2022-10-09 21:03:48 +02:00
checkexceptionsafety.cpp Typos fix (#4509) 2022-09-27 06:48:06 +02:00
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 New check: use memcpy/memset instead of loop (#4257) 2022-09-03 23:29:06 +02:00
checkinternal.cpp applied clang-tidy `misc-const-correctness` fixes for POD types, iterators and references (#4529) 2022-10-02 07:12:40 +02:00
checkinternal.h cleaned up includes based on include-what-you-use (#4502) 2022-09-25 09:20:34 +02:00
checkio.cpp Fix #11289 FP wrongPrintfScanfArgNum - snprintf with parameter pack (#4644) 2022-12-15 08:52:13 +01:00
checkio.h
checkleakautovar.cpp Fix #11431 FP resourceLeak with goto (#4645) 2022-12-14 22:47:14 +01:00
checkleakautovar.h Fix #11391 FP doubleFree with goto (#4587) 2022-11-19 16:49:34 +01:00
checkmemoryleak.cpp Fix defaulted and deleted functions (#4540) 2022-10-10 20:17:33 +02:00
checkmemoryleak.h Fix #9653 FP leakReturnValNotUsed although (void) is specified (#4431) 2022-09-27 20:09:04 +02:00
checknullpointer.cpp Fix #11401 nullpointer dereference with alignof (#4601) 2022-11-27 09:20:19 +01:00
checknullpointer.h
checkother.cpp Fix FP useStlAlgorithm (don't suggest std::accumulate when nothing is accumulated) (#4647) 2022-12-18 16:52:04 +01:00
checkother.h Fix #11371 Detect assignment to temporary (#4571) 2022-11-01 11:46:42 +01:00
checkpostfixoperator.cpp
checkpostfixoperator.h
checksizeof.cpp Fix #10412 FN useStlAlgorithm with iterators (#4157) 2022-10-16 13:46:26 +02:00
checksizeof.h
checkstl.cpp Fix FP useStlAlgorithm (don't suggest std::accumulate when nothing is accumulated) (#4647) 2022-12-18 16:52:04 +01:00
checkstl.h
checkstring.cpp
checkstring.h
checktype.cpp iwyu.yml: use `debian:unstable` to always get latest include-what-you-use / cleaned up includes (#4466) 2022-09-16 07:15:49 +02:00
checktype.h
checkuninitvar.cpp applied clang-tidy `misc-const-correctness` fixes for POD types, iterators and references (#4529) 2022-10-02 07:12:40 +02:00
checkuninitvar.h
checkunusedfunctions.cpp various optimizations (#4535) 2022-10-06 20:12:07 +02:00
checkunusedfunctions.h various optimizations (#4535) 2022-10-06 20:12:07 +02:00
checkunusedvar.cpp extracted `FwdAnalysis` from `astutils.{cpp|h}` (#4637) 2022-12-13 22:29:23 +01:00
checkunusedvar.h
checkvaarg.cpp iwyu.yml: use `debian:unstable` to always get latest include-what-you-use / cleaned up includes (#4466) 2022-09-16 07:15:49 +02:00
checkvaarg.h
clangimport.cpp Fix #10412 FN useStlAlgorithm with iterators (#4157) 2022-10-16 13:46:26 +02:00
clangimport.h
color.cpp
color.h
config.h
cppcheck.cpp Refactoring: Remove unused parameter for AnalyzerInfo::reportErr 2022-12-11 21:27:16 +01:00
cppcheck.h cleaned up includes based on include-what-you-use (#4502) 2022-09-25 09:20:34 +02:00
cppcheck.natvis
cppcheck.vcxproj extracted `FwdAnalysis` from `astutils.{cpp|h}` (#4637) 2022-12-13 22:29:23 +01:00
cppcheck.vcxproj.filters extracted `FwdAnalysis` from `astutils.{cpp|h}` (#4637) 2022-12-13 22:29:23 +01:00
ctu.cpp Fix #11361 FP ctuPointerArith with unknown buffer size (#4591) 2022-11-23 19:11:47 +01:00
ctu.h mitigated some clang-tidy warnings in headers (#4472) 2022-09-16 18:59:15 +02:00
errorlogger.cpp optimized deserializing of `ErrorMessage` and related main process code (#4610) 2022-12-09 19:34:51 +01:00
errorlogger.h optimized deserializing of `ErrorMessage` and related main process code (#4610) 2022-12-09 19:34:51 +01:00
errortypes.cpp
errortypes.h runformat 2022-11-12 22:36:26 +01:00
forwardanalyzer.cpp Fix 11412: False positive: uninitvar (#4624) 2022-12-09 07:15:47 +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 let --premium=misra-c-2012 also set --addon=misra. changed addons container to a set 2022-10-31 15:04:16 +01:00
importproject.h fixed and enabled some Clang compiler warnings (#4517) 2022-09-29 21:59:02 +02:00
infer.cpp avoid unnecessary copies with `push_back()` and `push_front()` (#4451) 2022-09-08 09:21:35 +02:00
infer.h
lib.pri extracted `FwdAnalysis` from `astutils.{cpp|h}` (#4637) 2022-12-13 22:29:23 +01:00
library.cpp Fix #10412 FN useStlAlgorithm with iterators (#4157) 2022-10-16 13:46:26 +02:00
library.h various optimizations (#4535) 2022-10-06 20:12:07 +02:00
matchcompiler.h
mathlib.cpp fixed #11428 - improved handling of suffixes in `MathLib::to{Double|ULong|Long}Number()` (#4635) 2022-12-13 07:52:45 +01:00
mathlib.h
path.cpp various optimizations (#4535) 2022-10-06 20:12:07 +02:00
path.h various optimizations (#4535) 2022-10-06 20:12:07 +02:00
pathanalysis.cpp applied clang-tidy `misc-const-correctness` fixes for POD types, iterators and references (#4529) 2022-10-02 07:12:40 +02:00
pathanalysis.h
pathmatch.cpp
pathmatch.h
pcrerules.pri
platform.cpp
platform.h applied clang-tidy `misc-const-correctness` fixes for POD types, iterators and references (#4529) 2022-10-02 07:12:40 +02:00
precompiled.h
preprocessor.cpp optimized deserializing of `ErrorMessage` and related main process code (#4610) 2022-12-09 19:34:51 +01:00
preprocessor.h
programmemory.cpp Fix 11250: FN: bufferAccessOutOfBounds (comma operator: int x = (3,4) ) (#4636) 2022-12-13 07:52:58 +01:00
programmemory.h include all (internal non-generated) headers in clang-tidy checks (#4100) 2022-10-16 13:51:17 +02:00
reverseanalyzer.cpp Fix FP useStlAlgorithm (don't suggest std::accumulate when nothing is accumulated) (#4647) 2022-12-18 16:52:04 +01:00
reverseanalyzer.h
settings.cpp dump: output language to dumpfile 2022-11-20 12:30:09 +01:00
settings.h let --premium=misra-c-2012 also set --addon=misra. changed addons container to a set 2022-10-31 15:04:16 +01:00
smallvector.h include all (internal non-generated) headers in clang-tidy checks (#4100) 2022-10-16 13:51:17 +02:00
sourcelocation.h lib/sourcelocation.h: add missing <cstdint> include (#4474) 2022-09-16 21:36:37 +02:00
standards.h
summaries.cpp applied clang-tidy `misc-const-correctness` fixes for POD types, iterators and references (#4529) 2022-10-02 07:12:40 +02:00
summaries.h
suppressions.cpp optimized deserializing of `ErrorMessage` and related main process code (#4610) 2022-12-09 19:34:51 +01:00
suppressions.h optimized deserializing of `ErrorMessage` and related main process code (#4610) 2022-12-09 19:34:51 +01:00
symboldatabase.cpp Fix syntaxError on lambda inside decltype (#4650) 2022-12-18 16:46:04 +01:00
symboldatabase.h Fix syntaxError on lambda inside decltype (#4650) 2022-12-18 16:46:04 +01:00
templatesimplifier.cpp Fix #11386 debug: CheckClass::checkConst found unlinked template argument list (#4614) 2022-12-07 09:12:46 +01:00
templatesimplifier.h Update Copyrights 2022-08-28 14:22:12 +02:00
timer.cpp Update Copyrights 2022-08-28 14:22:12 +02:00
timer.h
token.cpp Get type from auto (#4640) 2022-12-18 16:54:58 +01:00
token.h Get type from iterator (#4613) 2022-12-07 09:38:36 +01:00
tokenize.cpp Fix #11423 Crash in valueFlowForwardConst() (#4634) 2022-12-12 22:58:48 +01:00
tokenize.h
tokenlist.cpp Partial fix for #11378 internalAstError regressions (iscpp11init) (#4629) 2022-12-16 10:46:15 +01:00
tokenlist.h Fix #11383 FP selfAssignment: lambda capture / #11380 FP operatorEqRetRefThis (#4581) 2022-11-13 21:20:44 +01:00
tokenrange.h cleaned up includes based on include-what-you-use (#4502) 2022-09-25 09:20:34 +02:00
utils.cpp optimized deserializing of `ErrorMessage` and related main process code (#4610) 2022-12-09 19:34:51 +01:00
utils.h Fix 11349: FP negativeIndex for clamped array index (#4627) 2022-12-13 07:50:01 +01:00
valueflow.cpp Fix FP useStlAlgorithm (don't suggest std::accumulate when nothing is accumulated) (#4647) 2022-12-18 16:52:04 +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 include all (internal non-generated) headers in clang-tidy checks (#4100) 2022-10-16 13:51:17 +02:00
version.h added missing version bumps to 2.10 (#4420) 2022-09-09 21:02:04 +02:00
version.rc