cppcheck/test
Oliver Stöneberg 55ff684f34
added unusedFunction self check to CI / cleanups (#3526)
2022-01-18 22:02:25 +01:00
..
bug-hunting Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
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 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 ASSERT() on calls to Tokenizer::tokenize() in test code (#3501) 2021-11-29 07:34:39 +01:00
testassert.cpp ASSERT() on calls to Tokenizer::tokenize() in test code (#3501) 2021-11-29 07:34:39 +01:00
testastutils.cpp ASSERT() on calls to Tokenizer::tokenize() in test code (#3501) 2021-11-29 07:34:39 +01:00
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 ASSERT() on calls to Tokenizer::tokenize() in test code (#3501) 2021-11-29 07:34:39 +01:00
testbufferoverrun.cpp Improved test case for ticket 1586 2022-01-08 18:39:19 +01:00
testbughuntingchecks.cpp Update Copyright year 2021-03-21 20:58:32 +01:00
testcharvar.cpp ASSERT() on calls to Tokenizer::tokenize() in test code (#3501) 2021-11-29 07:34:39 +01:00
testclangimport.cpp clang import: fixed problem with nameless struct 2021-11-29 07:00:18 +01:00
testclass.cpp Fix #10520 FP functionConst with aggregate initialization [inconclusive] (#3720) 2022-01-18 20:49:35 +01:00
testcmdlineparser.cpp fixed some unusedFunction warnings (#3618) 2022-01-04 15:48:08 +01:00
testcondition.cpp Fix 10659: FP knownConditionTrueFalse - C++17 structured binding (#3662) 2022-01-02 08:14:50 +01:00
testconstructors.cpp Add tests for #8498, #9887 (#3680) 2022-01-07 12:34:57 +01: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 ASSERT() on calls to Tokenizer::tokenize() in test code (#3501) 2021-11-29 07:34:39 +01:00
testexprengine.cpp exprengine: reduce max buffer size to int_max 2022-01-03 20:55:46 +01:00
testfilelister.cpp Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
testfunctions.cpp ASSERT() on calls to Tokenizer::tokenize() in test code (#3501) 2021-11-29 07:34:39 +01:00
testgarbage.cpp Add tests for #4647, #5979, #8763, #10101 (#3648) 2021-12-20 13:12:19 +01:00
testimportproject.cpp Fix #9162 (Invalid --project files do not give any error) (#3177) 2021-12-19 12:36:11 +01:00
testincompletestatement.cpp Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
testinternal.cpp ASSERT() on calls to Tokenizer::tokenize() in test code (#3501) 2021-11-29 07:34:39 +01:00
testio.cpp Fix 10726: Crash in CheckExceptionSafety::checkRethrowCopy (#3711) 2022-01-16 12:35:51 +01:00
testleakautovar.cpp Fix 10717: Crash in SymbolDatabase::setValueTypeInTokenList (#3710) 2022-01-15 07:56:56 +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 Update copyright year 2021-09-26 11:34:56 +02:00
testother.cpp Added regression test for Ticket 7981. 2022-01-18 13:09:02 +01: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 ASSERT() on calls to Tokenizer::tokenize() in test code (#3501) 2021-11-29 07:34:39 +01:00
testpreprocessor.cpp Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
testrunner.cpp cleaned up includes based on include-what-you-use (#3627) 2021-12-15 19:47:27 +01: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 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 ASSERT() on calls to Tokenizer::tokenize() in test code (#3501) 2021-11-29 07:34:39 +01:00
teststl.cpp Fix 10728: Crash in CheckStl::checkDereferenceInvalidIterator2 (#3721) 2022-01-18 14:48:02 +01:00
teststring.cpp ASSERT() on calls to Tokenizer::tokenize() in test code (#3501) 2021-11-29 07:34:39 +01:00
testsuite.cpp Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
testsuite.h ASSERT() on calls to Tokenizer::tokenize() in test code (#3501) 2021-11-29 07:34:39 +01:00
testsummaries.cpp ASSERT() on calls to Tokenizer::tokenize() in test code (#3501) 2021-11-29 07:34:39 +01:00
testsuppressions.cpp Propagate partially uninit variables in ValueFlow (#3533) 2021-10-30 07:43:37 +02:00
testsymboldatabase.cpp Fix 10588: crash (#3691) 2022-01-16 12:33:31 +01: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 ASSERT() on calls to Tokenizer::tokenize() in test code (#3501) 2021-11-29 07:34:39 +01:00
testtokenize.cpp Fix 10726: Crash in CheckExceptionSafety::checkRethrowCopy (#3711) 2022-01-16 12:35:51 +01:00
testtokenlist.cpp Update copyright year 2021-09-26 11:34:56 +02:00
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 ASSERT() on calls to Tokenizer::tokenize() in test code (#3501) 2021-11-29 07:34:39 +01:00
testunusedprivfunc.cpp Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
testunusedvar.cpp Fix #7732 false negative: (style) Unused variable: std::pair (#3695) 2022-01-13 08:05:05 +01: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 ASSERT() on calls to Tokenizer::tokenize() in test code (#3501) 2021-11-29 07:34:39 +01:00
testvalueflow.cpp added unusedFunction self check to CI / cleanups (#3526) 2022-01-18 22:02:25 +01:00
testvarid.cpp ASSERT() on calls to Tokenizer::tokenize() in test code (#3501) 2021-11-29 07:34:39 +01:00