cppcheck/test
Oliver Stöneberg 5ec0ad6bed
use `ccache` for sanitizer builds / do not use precompiled headers with `ccache` (#4910)
* added CMake option `DISABLE_DMAKE` to disable `run-dmake` dependencies

* tools/CMakeLists.txt: added TODO

* use `ccache` for sanitizer builds

* aligned selfcheck between sanitizer workflows and disabled some currently unnecessary steps

* CI-unixish.yml: do not use precompiled headers with `ccache`
2023-04-01 09:40:10 +02:00
..
cfg refs #11603 - deprecated `--enable=information` implicitly enabling `missingInclude` (#4865) 2023-03-09 20:04:20 +01:00
cli Fix #10039 (integrate `--check-config` include findings with normal analysis) / also fixes #11283 (#3229) 2023-03-04 09:02:35 +01:00
CMakeLists.txt use `ccache` for sanitizer builds / do not use precompiled headers with `ccache` (#4910) 2023-04-01 09:40:10 +02:00
fixture.cpp testrunner: fail if `TODO_ASSERT_*` succeeds (#4911) 2023-03-26 15:13:07 +02:00
fixture.h Move some checks for variable changed from constVariable check to isVariableChanged (#4905) 2023-03-21 18:16:40 +01:00
helpers.cpp
helpers.h
main.cpp
options.cpp
options.h
precompiled.h
redirect.h
test64bit.cpp Fix FP returnTempReference (#4793) 2023-02-17 07:17:37 +01:00
testanalyzerinformation.cpp
testassert.cpp
testastutils.cpp Move some checks for variable changed from constVariable check to isVariableChanged (#4905) 2023-03-21 18:16:40 +01:00
testautovariables.cpp Fix 11630 and 11620 lifetime issues (#4913) 2023-03-24 13:29:43 +01:00
testbool.cpp
testboost.cpp
testbufferoverrun.cpp removed `experimental` and `safe` from `Certainty` (#4819) 2023-03-12 14:15:29 +01:00
testcharvar.cpp
testclangimport.cpp
testclass.cpp Fix #11616 false negative: functionConst (#4887) 2023-03-27 17:54:19 +02:00
testcmdlineparser.cpp refs #11603 - deprecated `--enable=information` implicitly enabling `missingInclude` (#4865) 2023-03-09 20:04:20 +01:00
testcondition.cpp #8499 Added regression test: (style) Condition 'i==0||i==1' is always true (for loop index) 2023-03-17 19:06:17 +01:00
testconstructors.cpp
testcppcheck.cpp
testerrorlogger.cpp
testexceptionsafety.cpp
testfilelister.cpp
testfunctions.cpp Fix autoNoType with std::begin() / function returning smart ptr (#4919) 2023-04-01 09:38:40 +02:00
testgarbage.cpp Fix #11639 findGarbageCode(): SIGSEGV (#4917) 2023-03-28 11:24:52 +02:00
testimportproject.cpp
testincompletestatement.cpp Update copyright year 2023-01-28 10:16:34 +01:00
testinternal.cpp
testio.cpp
testleakautovar.cpp
testlibrary.cpp
testmathlib.cpp
testmemleak.cpp
testnullpointer.cpp testnullpointer.cpp: restored TODO assert in `nullpointerStdStream` (#4914) 2023-03-26 16:18:44 +02:00
testoptions.cpp
testother.cpp Fix #11625 FP constVariable when returning by reference (#4921) 2023-03-30 07:24:36 +02:00
testpath.cpp
testpathmatch.cpp
testplatform.cpp
testpostfixoperator.cpp
testpreprocessor.cpp
testprocessexecutor.cpp
testrunner.vcxproj
testrunner.vcxproj.filters
testsettings.cpp
testsimplifytemplate.cpp
testsimplifytokens.cpp
testsimplifytypedef.cpp Tokenizer::simplifyTypedef: new faster simplification. 2023-03-26 17:16:45 +02:00
testsimplifyusing.cpp
testsizeof.cpp
teststl.cpp Fix 11630 and 11620 lifetime issues (#4913) 2023-03-24 13:29:43 +01:00
teststring.cpp
testsummaries.cpp
testsuppressions.cpp Fix #11513 FN functionConst with comparison as argument (#4738) 2023-03-12 11:39:18 +01:00
testsymboldatabase.cpp Fix autoNoType with std::begin() / function returning smart ptr (#4919) 2023-04-01 09:38:40 +02:00
testthreadexecutor.cpp
testtimer.cpp
testtoken.cpp
testtokenize.cpp Partial fix for #11638 Library::getFunctionName: SIGSEGV (#4920) 2023-03-30 07:25:26 +02:00
testtokenlist.cpp
testtokenrange.cpp
testtype.cpp
testuninitvar.cpp ValueFlow: Evaluate if statement for function returns (#4908) 2023-03-24 13:31:26 +01:00
testunusedfunctions.cpp
testunusedprivfunc.cpp
testunusedvar.cpp Fix FP unusedStructMember with std::map (#4899) 2023-03-20 19:40:57 +01:00
testutils.cpp
testvaarg.cpp
testvalueflow.cpp Fix #11627 Infinite loop in ReverseTraversal (#4916) 2023-03-30 07:22:41 +02:00
testvarid.cpp