cppcheck/test
Daniel Marjamäki 1173186876 Fixed daca@home crash by stopping for unknown macro 'MACRO(a();b();)' 2020-03-12 13:28:09 +01:00
..
bug-hunting
cfg
cli
synthetic
testsuites
CMakeLists.txt
options.cpp
options.h Update Copyright 2019-06-29 07:49:14 +02:00
redirect.h Updated copyright year 2018-01-14 15:37:52 +01:00
test.cxx
test64bit.cpp Update copyright year 2019-02-09 07:24:06 +01:00
testassert.cpp
testastutils.cpp
testautovariables.cpp
testbool.cpp
testboost.cpp
testbufferoverrun.cpp
testcharvar.cpp
testclangimport.cpp
testclass.cpp New check: delete 'self pointer' that might be used as 'this' and then use some member/method 2020-02-18 18:24:18 +01:00
testcmdlineparser.cpp
testcondition.cpp
testconstructors.cpp
testcppcheck.cpp
testerrorlogger.cpp
testexceptionsafety.cpp
testexprengine.cpp
testfilelister.cpp
testfunctions.cpp
testgarbage.cpp
testimportproject.cpp
testincompletestatement.cpp
testinternal.cpp
testio.cpp Fix #8489 (Fix FN printf argument with parenthesis) (#2508) 2020-01-27 06:55:01 +01:00
testleakautovar.cpp
testlibrary.cpp Fix issue 9428: FP uninitvar for pointer passed to sscanf (#2344) 2019-11-13 12:46:54 +01:00
testmathlib.cpp
testmemleak.cpp
testnullpointer.cpp
testoptions.cpp
testother.cpp
testpath.cpp
testpathmatch.cpp
testplatform.cpp
testpostfixoperator.cpp
testpreprocessor.cpp use range loops / constness (#2181) 2019-09-19 20:29:33 +02:00
testrunner.cpp Update Copyright 2019-06-29 07:49:14 +02:00
testrunner.vcxproj
testrunner.vcxproj.filters
testsamples.cpp
testsimplifytemplate.cpp fix daca chromium crash (#2527) 2020-02-09 11:19:36 +01:00
testsimplifytokens.cpp
testsimplifytypedef.cpp AST: Better handling of '(type){..}' 2020-03-08 16:46:06 +01:00
testsimplifyusing.cpp AST: Throw validation exception if ternary operator is missing operands 2020-03-07 21:46:38 +01:00
testsizeof.cpp
teststl.cpp
teststring.cpp
testsuite.cpp
testsuite.h Rename Verification => Bughunting 2020-01-18 07:25:57 +01:00
testsuppressions.cpp
testsymboldatabase.cpp
testthreadexecutor.cpp
testtimer.cpp Update copyright year 2019-02-09 07:24:06 +01:00
testtoken.cpp
testtokenize.cpp
testtokenlist.cpp
testtype.cpp
testuninitvar.cpp Enable valueFlowSubfunction for multiple parameters (#2550) 2020-03-01 16:46:20 +01:00
testunusedfunctions.cpp TestSuite: The ASSERT and ASSERT_EQUALS will now stop executing the test case upon failure. This can be used to avoid extra guard logic in tests. 2019-09-16 06:34:45 +02:00
testunusedprivfunc.cpp Run more tests on full token list (#2020) 2019-07-22 10:26:55 +02:00
testunusedvar.cpp Fixed #9280 (False positive: unreadVariable on assignment to fixed address volatile struct member) 2020-02-15 17:31:47 +01:00
testutils.cpp
testutils.h
testvaarg.cpp Disable all simplified checks 2019-03-16 09:17:50 +01:00
testvalueflow.cpp Bugfix valuetype for some integer constants (#2545) 2020-02-19 07:51:39 +01:00
testvarid.cpp