cppcheck/test
Daniel Marjamäki e43d2b8a80 runformat 2022-06-08 09:21:01 +02:00
..
bug-hunting
cfg runformat 2022-06-08 09:21:01 +02:00
cli
synthetic
testsuites
CMakeLists.txt some `test/CMakeLists.txt` cleanups (#4067) 2022-06-02 22:26:01 +02:00
options.cpp
options.h fixed `modernize-use-equals-delete` warnings in headers (#4177) 2022-06-07 21:25:23 +02:00
precompiled.h
redirect.h
test.cxx
test64bit.cpp
testassert.cpp
testastutils.cpp Fix #9997 False negative: variable is not used (#4104) 2022-06-07 21:20:33 +02:00
testautovariables.cpp Fix 11057: FP danglingTemporaryLifetime with reference member (#4103) 2022-05-13 06:51:07 +02:00
testbool.cpp Added a regression test for #4103 - Comparing Boolean variables (> or <) 2022-05-11 11:30:02 +02:00
testboost.cpp
testbufferoverrun.cpp Add test for #11066 (#4136) 2022-05-25 23:28:54 +02:00
testcharvar.cpp
testclangimport.cpp Fix #9997 False negative: variable is not used (#4104) 2022-06-07 21:20:33 +02:00
testclass.cpp Fix #11126 FN: noExplicitConstructor with single default parameter (#4174) 2022-06-07 21:15:13 +02:00
testcmdlineparser.cpp added (partial) support for specifying C++23 and support more "-std" options (#3212) 2022-04-15 16:17:36 +02:00
testcondition.cpp Don't warn for 'x | MACRO' when MACRO is 0 (#4176) 2022-06-07 21:13:31 +02:00
testconstructors.cpp Fix FP uninitMemberVar with defaulted special member functions (#4094) 2022-05-10 13:04:45 +02:00
testcppcheck.cpp Remove bug hunting. This feature will be provided in Cppcheck premium. 2022-04-11 07:31:33 +02:00
testerrorlogger.cpp
testexceptionsafety.cpp
testfilelister.cpp
testfunctions.cpp Fixed FP found with daca@home: ftp://ftp.de.debian.org/debian/pool/main/libs/libslirp/libslirp_4.7.0.orig.tar.bz2; head libslirp-v4.7.0/src/tftp.c:336:20: error: Invalid strcasecmp() argument nr 1. A nul-terminated string is required. [invalidFunctionArgStr] 2022-06-04 12:00:54 +02:00
testgarbage.cpp
testimportproject.cpp
testincompletestatement.cpp Don't warn for 'x | 0' in macro (#4172) 2022-06-06 11:17:36 +02:00
testinternal.cpp
testio.cpp
testleakautovar.cpp Fix crash with statement expression (#4142) 2022-05-28 00:11:23 +02:00
testlibrary.cpp library: Improved argument <valid>-interface to defined values that are explicitly excluded. (#4111) 2022-05-14 16:05:18 +02:00
testmathlib.cpp
testmemleak.cpp Fix FP memleak (#4145) 2022-05-30 06:55:15 +02:00
testnullpointer.cpp Fix #11117 FP nullPointerArithmetic when adding 0 (#4167) 2022-06-03 13:11:54 +02:00
testoptions.cpp
testother.cpp Fix #11085 FN constVariable with range-based for (#4118) 2022-06-03 19:24:59 +02:00
testpath.cpp
testpathmatch.cpp
testplatform.cpp Update copyright year 2022-05-21 12:18:27 +02:00
testpostfixoperator.cpp
testpreprocessor.cpp added (partial) support for specifying C++23 and support more "-std" options (#3212) 2022-04-15 16:17:36 +02:00
testrunner.cpp
testrunner.vcxproj aligned build options of Visual Studio project configurations and added them to CMake (#4020) 2022-04-21 21:28:29 +02:00
testrunner.vcxproj.filters Remove bug hunting. This feature will be provided in Cppcheck premium. 2022-04-11 07:31:33 +02:00
testsimplifytemplate.cpp Fix #10494 Same template name confuses check (#4011) 2022-04-13 12:25:21 +02:00
testsimplifytokens.cpp
testsimplifytypedef.cpp Fix 11006: FP uninitvar with unknown constant (#4056) 2022-04-28 10:48:37 +02:00
testsimplifyusing.cpp Fix #11090 Infinite recursion in findTypeInBase() (#4178) 2022-06-08 09:20:16 +02:00
testsizeof.cpp Fix #9648 FP sizeofDivisionMemfunc (#4017) 2022-04-13 18:21:56 +02:00
teststl.cpp Fix 11062: false positive: knownEmptyContainer (regression) (#4106) 2022-05-12 06:24:16 +02:00
teststring.cpp
testsuite.cpp Update copyright year 2022-05-21 12:18:27 +02:00
testsuite.h Remove bug hunting. This feature will be provided in Cppcheck premium. 2022-04-11 07:31:33 +02:00
testsummaries.cpp
testsuppressions.cpp
testsymboldatabase.cpp Fix #11085 FN constVariable with range-based for (#4118) 2022-06-03 19:24:59 +02:00
testthreadexecutor.cpp cleaned up includes based on include-what-you-use (#4007) 2022-04-13 12:24:00 +02:00
testtimer.cpp
testtoken.cpp
testtokenize.cpp Fix 11090: Infinite recursion in findTypeInBase() (#4120) 2022-05-21 08:24:29 +02:00
testtokenlist.cpp
testtokenrange.cpp
testtype.cpp Add tests for # 10773, #108787, #8991 (#4063) 2022-04-30 08:20:00 +02:00
testuninitvar.cpp Add tests for #6323, #6855, #6857 (#4096) 2022-05-10 18:25:01 +02:00
testunusedfunctions.cpp
testunusedprivfunc.cpp Fix #10265 FP unused private method (#4015) 2022-04-13 14:49:28 +02:00
testunusedvar.cpp Fix #9997 False negative: variable is not used (#4104) 2022-06-07 21:20:33 +02:00
testutils.cpp Update copyright year 2022-05-21 12:18:27 +02:00
testutils.h cleaned up includes based on include-what-you-use (#4007) 2022-04-13 12:24:00 +02:00
testvaarg.cpp
testvalueflow.cpp Fix 11114: FP knownConditionTrueFalse across functions (#4163) 2022-06-02 23:24:11 +02:00
testvarid.cpp Fix 11050: False positive: unreadVariable for class variable when another function uses the same variable name (#4121) 2022-05-22 09:20:32 +02:00