cppcheck/test
Paul Fultz II c0765c451d
Fix 10139: AST broken; std::enable_if_t<> (#3424)
2021-08-28 09:28:56 +02:00
..
bug-hunting Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
cfg Fix FP when calling a function in a condition (#3412) 2021-08-21 18:52:11 +02:00
cli Format with uncrustify (#3388) 2021-08-07 20:51:18 +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 Dont require __main__ for an addon (#3363) 2021-08-12 20:17:51 +02:00
options.cpp Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
options.h Add colors to CLI reporting (#3304) 2021-07-08 21:21:35 +02:00
precompiled.h Update Copyright year 2021-03-21 20:58:32 +01:00
redirect.h Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
test.cxx
test64bit.cpp #8631: Added regression test 2021-08-23 08:51:54 +02:00
testassert.cpp Update Copyright year 2021-03-21 20:58:32 +01:00
testastutils.cpp Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
testautovariables.cpp Fix 10425: False positive: returnDanglingLifetime when taking address of captured variable (#3415) 2021-08-25 04:06:03 +02:00
testbool.cpp Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
testboost.cpp Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
testbufferoverrun.cpp #2019: Added regression test 2021-08-22 20:01:25 +02: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 Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
testcmdlineparser.cpp Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
testcondition.cpp Fix 10148: False positive: knownConditionTrueFalse in for loop due to &= (#3425) 2021-08-28 09:28:29 +02:00
testconstructors.cpp Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
testcppcheck.cpp Format with uncrustify (#3388) 2021-08-07 20:51:18 +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 #10396 (FP missingReturn on void operator=()) 2021-08-10 09:55:16 +02:00
testgarbage.cpp Fix 9245: Synax error on valid C++14 code: AST broken, binary operator '=' doesn't have two operands. (#3400) 2021-08-14 22:50:58 +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 Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
testio.cpp Format with uncrustify (#3388) 2021-08-07 20:51:18 +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 Amend test cases for #10215 (#3420) 2021-08-26 19:37:04 +02:00
testoptions.cpp Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
testother.cpp Fixed #10397 (FP constParameter - implementing an interface) 2021-08-10 15:37:59 +02:00
testpath.cpp Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
testpathmatch.cpp Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
testplatform.cpp Format with uncrustify (#3388) 2021-08-07 20:51:18 +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 Format with uncrustify (#3388) 2021-08-07 20:51:18 +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 Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
testsimplifytokens.cpp Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
testsimplifytypedef.cpp Deduce symbolic values from conditions (#3406) 2021-08-19 22:01:55 +02: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 Add test case for #10383 (#3421) 2021-08-26 19:37:29 +02: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 Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
testsymboldatabase.cpp Fixed #10376 (Cppcheck does not add some function arguments to the dump file) 2021-08-15 07:48:01 +02:00
testthreadexecutor.cpp Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
testtimer.cpp Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
testtoken.cpp Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
testtokenize.cpp Fix 10139: AST broken; std::enable_if_t<> (#3424) 2021-08-28 09:28:56 +02:00
testtokenlist.cpp Format with uncrustify (#3388) 2021-08-07 20:51:18 +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 Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
testunusedfunctions.cpp Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
testunusedprivfunc.cpp Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
testunusedvar.cpp Fixed #10095 (False positive: unreadVariable) 2021-08-27 17:37:42 +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 Fix 10348: FP knownConditionTrueFalse with condition variable in do ... while loop (#3422) 2021-08-27 05:46:57 +02:00
testvarid.cpp Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00