cppcheck/test
orbitcowboy 399a90c00e #8383: Segmentation fault on garbage code. Added regression test. 2018-09-10 16:28:32 +02:00
..
cfg bsd.cfg: Add arc4random* functions with tests. (#1344) 2018-08-16 21:37:40 +02:00
synthetic Improve Python code 2017-06-05 13:23:00 +02:00
CMakeLists.txt
options.cpp
options.h
redirect.h
test.cxx
test64bit.cpp
testassert.cpp
testastutils.cpp
testautovariables.cpp Fix issue 8740: Add a pass to check for valid operators (#1372) 2018-09-08 21:10:34 +02:00
testbool.cpp
testboost.cpp
testbufferoverrun.cpp Fixed #8721 (Regression: False positive array index out of bounds) 2018-08-31 18:25:43 +02:00
testcharvar.cpp
testclass.cpp Disabled CheckClass::checkCopyCtorAndEqOperator because of FP (#8388) 2018-09-08 09:14:02 +02:00
testcmdlineparser.cpp cmdlineparser: Stop processing in case an invalid path for --includes-file=<PATH> and --config-excludes-file=<PATH> is provided. 2018-09-04 16:37:43 +02:00
testcondition.cpp Fix issue 8740: Add a pass to check for valid operators (#1372) 2018-09-08 21:10:34 +02:00
testconstructors.cpp
testcppcheck.cpp
testerrorlogger.cpp
testexceptionsafety.cpp
testfilelister.cpp
testfiles.pri
testfunctions.cpp Add checks of log2 and log1p range (#1324) 2018-08-03 12:14:39 +02:00
testgarbage.cpp #8383: Segmentation fault on garbage code. Added regression test. 2018-09-10 16:28:32 +02:00
testimportproject.cpp
testincompletestatement.cpp
testinternal.cpp
testio.cpp
testleakautovar.cpp
testlibrary.cpp Rename Library::isargvalid() 2018-07-15 23:05:48 +02:00
testmathlib.cpp
testmemleak.cpp Fix testrunner 2018-08-05 14:01:24 +02:00
testnullpointer.cpp
testoptions.cpp
testother.cpp Fix issue 8741: Require pure when following variables in isSameExpression (#1373) 2018-09-09 07:08:32 +02:00
testpath.cpp
testpathmatch.cpp
testplatform.cpp
testpostfixoperator.cpp
testpreprocessor.cpp
testrunner.cpp
testrunner.vcxproj
testrunner.vcxproj.filters
testsamples.cpp
testsimplifytemplate.cpp Fixed #8122 (simplifyTemplates: constructor outside template class not simplified properly) (#1361) 2018-09-02 17:49:13 +02:00
testsimplifytokens.cpp
testsimplifytypedef.cpp Allow syntax "typedef 'typename' unsigned 'typename' (functon_name)()" (#1334) 2018-08-16 14:30:28 +02:00
testsizeof.cpp
teststl.cpp Remove inconclusive warnings about reading empty stl container. We have better ValueFlow-based checking. 2018-09-09 11:25:04 +02:00
teststring.cpp Fix wrong message 2018-08-12 08:01:15 +02:00
testsuite.cpp CheckStl: rewrite and refactor out of bounds checker 2018-08-11 11:40:48 +02:00
testsuite.h CheckStl: rewrite and refactor out of bounds checker 2018-08-11 11:40:48 +02:00
testsuppressions.cpp astyle formatting 2018-09-08 15:19:32 +02:00
testsymboldatabase.cpp SymbolDatabase: Fix variable matching 2018-09-04 06:39:02 +02:00
testthreadexecutor.cpp
testtimer.cpp
testtoken.cpp
testtokenize.cpp Fixed #8746 (Syntax error, AST broken (using a::operator=)) 2018-09-09 21:11:45 +02:00
testtokenlist.cpp
testtype.cpp
testuninitvar.cpp Uninitalized variables: Fixed false positive 2018-08-15 18:04:36 +02:00
testunusedfunctions.cpp Fixed #8677 (False positive: unused method) 2018-08-08 11:31:35 +02:00
testunusedprivfunc.cpp
testunusedvar.cpp
testutils.h
testvaarg.cpp
testvalueflow.cpp ValueFlow: Fix false positive for container size 2018-09-08 10:43:08 +02:00
testvarid.cpp