cppcheck/test
Stefan van Kessel 5770110377
Fixed #10432 (Only the first default argument was copied from the forward declaration;) (#3530)
Co-authored-by: Stefan van Kessel <stefan.vankessel@muehlbauer.de>
2021-11-15 20:37:46 +01:00
..
bug-hunting Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
cfg windows.cfg: Added a regression test for GetPrivateProfileString() as we had a FP in the past 8b6c14aa48 2021-10-17 11:05:19 +02:00
cli streamlined message/error printing of CmdLineParser (#3524) 2021-10-30 13:30:48 +02:00
synthetic Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
testsuites Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
CMakeLists.txt use target-specific configuration instead of global ones in CMake (#3534) 2021-10-30 09:08:07 +02:00
options.cpp Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
options.h Update copyright year 2021-09-26 11:34:56 +02:00
precompiled.h Update Copyright year 2021-03-21 20:58:32 +01:00
redirect.h Update copyright year 2021-09-26 11:34:56 +02:00
test.cxx
test64bit.cpp #8631: Added regression test 2021-08-23 08:51:54 +02:00
testassert.cpp Validate asserts in the AST to fix crash in 10442 (#3428) 2021-08-29 20:45:31 +02:00
testastutils.cpp Partial fix for #10358: set value for int s = int(4); (#3523) 2021-11-08 20:28:55 +01:00
testautovariables.cpp Fix #10393 FP returnDanglingLifetime (#3562) 2021-11-15 20:36:38 +01:00
testbool.cpp Fix FPs in bitwiseOnBoolean (#3455) 2021-09-19 15:20:57 +02:00
testboost.cpp Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
testbufferoverrun.cpp Add test case for #10137 (#3558) 2021-11-11 20:25:10 +01:00
testbughuntingchecks.cpp Update Copyright year 2021-03-21 20:58:32 +01:00
testcharvar.cpp Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
testclangimport.cpp Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
testclass.cpp fix false positive of virtual function call (#3553) 2021-11-11 07:53:30 +01:00
testcmdlineparser.cpp Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
testcondition.cpp Fix 10555: FP knownConditionTrueFalse with non-const function in base class (#3559) 2021-11-12 20:05:43 +01:00
testconstructors.cpp Fixed #10142 (FP uninitMemberVar with std::map) 2021-09-05 16:35:24 +02:00
testcppcheck.cpp Update copyright year 2021-09-26 11:34:56 +02:00
testerrorlogger.cpp Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
testexceptionsafety.cpp Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
testexprengine.cpp Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
testfilelister.cpp Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
testfunctions.cpp Fixed #10523 (FP: missingReturn with nested switch statements) 2021-10-31 14:48:29 +01:00
testgarbage.cpp Ticket #7884: added regression test 2021-10-08 23:14:16 +02:00
testimportproject.cpp Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
testincompletestatement.cpp Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
testinternal.cpp Update copyright year 2021-09-26 11:34:56 +02:00
testio.cpp Fix incorrect warning with `%zi` in format string (#3437) 2021-09-05 07:34:22 +02:00
testleakautovar.cpp Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
testlibrary.cpp Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
testmathlib.cpp Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
testmemleak.cpp Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
testnullpointer.cpp Fix 10210: FN: nullPointerRedundantCheck regression in member function (#3512) 2021-10-15 10:57:40 +02:00
testoptions.cpp Update copyright year 2021-09-26 11:34:56 +02:00
testother.cpp Fixed #10547 (False positive: constVariable, buffer written by stream read) 2021-10-18 19:38:53 +02:00
testpath.cpp Update copyright year 2021-09-26 11:34:56 +02:00
testpathmatch.cpp Update copyright year 2021-09-26 11:34:56 +02:00
testplatform.cpp Update copyright year 2021-09-26 11:34:56 +02:00
testpostfixoperator.cpp Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
testpreprocessor.cpp Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
testrunner.cpp Update copyright year 2021-09-26 11:34:56 +02:00
testrunner.vcxproj Fix MSVC build and some warnings (#3334) 2021-07-16 21:55:12 +02:00
testrunner.vcxproj.filters Remove TestSamples 2021-07-10 21:04:38 +02:00
testsimplifytemplate.cpp Fixed #10432 (Only the first default argument was copied from the forward declaration;) (#3530) 2021-11-15 20:37:46 +01:00
testsimplifytokens.cpp Fix 10435: False positive: containerOutOfBounds (#3426) 2021-08-29 15:40:10 +02:00
testsimplifytypedef.cpp Don't simplify template for class names in declarations (#3505) 2021-11-06 19:07:45 +01:00
testsimplifyusing.cpp TestSimplifyUsing; code cleanup 2021-08-21 10:39:53 +02:00
testsizeof.cpp Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
teststl.cpp Fix 10590: container access out of bounds not found (#3560) 2021-11-13 07:45:29 +01:00
teststring.cpp Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
testsuite.cpp Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
testsuite.h Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
testsummaries.cpp Update Copyright year 2021-03-21 20:58:32 +01:00
testsuppressions.cpp Propagate partially uninit variables in ValueFlow (#3533) 2021-10-30 07:43:37 +02:00
testsymboldatabase.cpp Fix handling of namespace scope with several bodystarts (#3438) 2021-09-04 11:09:33 +02:00
testthreadexecutor.cpp Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
testtimer.cpp Update copyright year 2021-09-26 11:34:56 +02:00
testtoken.cpp Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
testtokenize.cpp Add test case (#3554) 2021-11-08 20:31:45 +01:00
testtokenlist.cpp Update copyright year 2021-09-26 11:34:56 +02:00
testtokenrange.cpp Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
testtype.cpp Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
testuninitvar.cpp Fix #10097: autovarInvalidDeallocation with pointer to std::array (#3529) 2021-11-08 20:31:16 +01:00
testunusedfunctions.cpp Fix 9766: False positive; suspicious operator is written in declaration (#3476) 2021-10-03 09:59:51 +02:00
testunusedprivfunc.cpp Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
testunusedvar.cpp Fixed #10485 (FP unusedStructMember for array size) 2021-10-30 19:34:46 +02:00
testutils.cpp Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
testutils.h Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
testvaarg.cpp Update Copyright year 2021-03-21 20:58:32 +01:00
testvalueflow.cpp Handle for loop conditions in afterCondition (#3561) 2021-11-14 18:30:36 +01:00
testvarid.cpp Fix 9873: False negative: null pointer when checking raw pointer (#3485) 2021-10-06 08:39:58 +02:00