cppcheck/test
chrchr-github d05e43ce15
Fix #9828 False positive: unreadVariable alias (#3744)
2022-01-24 21:52:45 +01:00
..
bug-hunting
cfg Fix #10710 FN passedByValue with QString (#3696) 2022-01-18 20:17:05 +01:00
cli Fix #9162 (Invalid --project files do not give any error) (#3177) 2021-12-19 12:36:11 +01:00
synthetic
testsuites
CMakeLists.txt
options.cpp
options.h
precompiled.h
redirect.h
test.cxx
test64bit.cpp
testassert.cpp
testastutils.cpp
testautovariables.cpp Fix #10469 FP returnTempReference with overloaded operator+= (#3678) 2022-01-12 22:05:30 +01:00
testbool.cpp Add regression for 9917: false positive: bitwiseOnBoolean when lhs is non-boolean (#3664) 2022-01-02 08:08:28 +01:00
testboost.cpp
testbufferoverrun.cpp Use TODO_ASSERT (#3704) 2022-01-18 22:03:52 +01:00
testbughuntingchecks.cpp
testcharvar.cpp
testclangimport.cpp
testclass.cpp Fix #10758 Crash in CheckClass::checkConstFunc() (#3740) 2022-01-24 21:50:01 +01:00
testcmdlineparser.cpp fixed some unusedFunction warnings (#3618) 2022-01-04 15:48:08 +01:00
testcondition.cpp Add test cases for #7899, #7974, #9256 (#3726) 2022-01-20 16:15:38 +01:00
testconstructors.cpp Fix #10237 uninitMemberVar - member initialized via function call (#3745) 2022-01-24 21:52:00 +01:00
testcppcheck.cpp
testerrorlogger.cpp
testexceptionsafety.cpp
testexprengine.cpp exprengine: reduce max buffer size to int_max 2022-01-03 20:55:46 +01:00
testfilelister.cpp
testfunctions.cpp
testgarbage.cpp Add tests for #4647, #5979, #8763, #10101 (#3648) 2021-12-20 13:12:19 +01:00
testimportproject.cpp Use TODO_ASSERT (#3704) 2022-01-18 22:03:52 +01:00
testincompletestatement.cpp
testinternal.cpp
testio.cpp Fix 10726: Crash in CheckExceptionSafety::checkRethrowCopy (#3711) 2022-01-16 12:35:51 +01:00
testleakautovar.cpp Fix #9781 FP deallocuse after auto_ptr (#3724) 2022-01-19 21:39:45 +01:00
testlibrary.cpp added unusedFunction self check to CI / cleanups (#3526) 2022-01-18 22:02:25 +01:00
testmathlib.cpp removed or annotated some code which is only used in test code (#3656) 2022-01-03 12:40:20 +01:00
testmemleak.cpp Fix #10729: Uncaughty exception in CheckMemoryLeak::getReallocationType() (#3717) 2022-01-18 20:50:06 +01:00
testnullpointer.cpp Remove todo assert (#3714) 2022-01-16 12:32:46 +01:00
testoptions.cpp
testother.cpp Fix #10143 false positive: redundantInitialization with std::shared_ptr (#3746) 2022-01-24 21:50:50 +01:00
testpath.cpp
testpathmatch.cpp
testplatform.cpp
testpostfixoperator.cpp
testpreprocessor.cpp
testrunner.cpp cleaned up includes based on include-what-you-use (#3627) 2021-12-15 19:47:27 +01:00
testrunner.vcxproj
testrunner.vcxproj.filters
testsimplifytemplate.cpp cleaned up includes based on include-what-you-use (#3627) 2021-12-15 19:47:27 +01:00
testsimplifytokens.cpp removed or annotated some code which is only used in test code (#3656) 2022-01-03 12:40:20 +01:00
testsimplifytypedef.cpp Fix 10721: Crash in Tokenizer::simplifyTokenList1 (#3712) 2022-01-16 12:46:20 +01:00
testsimplifyusing.cpp cleaned up includes based on include-what-you-use (#3627) 2021-12-15 19:47:27 +01:00
testsizeof.cpp
teststl.cpp Fix 10738: FP knownEmptyContainer with auto reference (#3734) 2022-01-21 09:56:55 +01:00
teststring.cpp
testsuite.cpp
testsuite.h
testsummaries.cpp ASSERT() on calls to Tokenizer::tokenize() in test code (#3501) 2021-11-29 07:34:39 +01:00
testsuppressions.cpp
testsymboldatabase.cpp Fix 10588: crash (#3691) 2022-01-16 12:33:31 +01:00
testthreadexecutor.cpp
testtimer.cpp
testtoken.cpp
testtokenize.cpp Another fix for 10739: internalAstError with decltype (#3738) 2022-01-22 07:22:57 +01:00
testtokenlist.cpp
testtokenrange.cpp cleaned up includes based on include-what-you-use (#3627) 2021-12-15 19:47:27 +01:00
testtype.cpp Ticket #8640: Added regression test 2021-12-19 17:43:32 +01:00
testuninitvar.cpp added unusedFunction self check to CI / cleanups (#3526) 2022-01-18 22:02:25 +01:00
testunusedfunctions.cpp Add test cases for #7899, #7974, #9256 (#3726) 2022-01-20 16:15:38 +01:00
testunusedprivfunc.cpp
testunusedvar.cpp Fix #9828 False positive: unreadVariable alias (#3744) 2022-01-24 21:52:45 +01:00
testutils.cpp
testutils.h
testvaarg.cpp
testvalueflow.cpp Fix 10755: Assertion "!maxValue->isKnown()" from valueFlowInferCondition (#3739) 2022-01-22 12:25:20 +01:00
testvarid.cpp