cppcheck/test
Daniel Marjamäki 1bc8f7f29a astyle formatting 2018-03-29 17:25:20 +02:00
..
cfg std.cfg: Add strncpy_s and strncat_s (#1136) 2018-03-26 18:38:26 +02:00
synthetic
CMakeLists.txt
options.cpp
options.h Updated copyright year 2018-01-14 15:37:52 +01:00
redirect.h
test.cxx
test64bit.cpp
testassert.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testastutils.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testautovariables.cpp
testbool.cpp
testboost.cpp
testbufferoverrun.cpp Fix #6367 and #8439 (improve sizeof value flow support) (#1132) 2018-03-23 08:28:12 +01:00
testcharvar.cpp
testclass.cpp
testcmdlineparser.cpp
testcondition.cpp Check more opposite conditions 2018-03-24 07:58:37 +01:00
testconstructors.cpp
testcppcheck.cpp Add purgedConfiguration to list of error ids. (#1087) 2018-02-10 22:30:49 +01:00
testerrorlogger.cpp
testexceptionsafety.cpp
testfilelister.cpp
testfiles.pri
testforeach.cpp astyle formatting 2018-03-29 17:25:20 +02:00
testfunctions.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testgarbage.cpp #8346 Add regression test 2018-03-24 07:28:02 +01:00
testimportproject.cpp
testincompletestatement.cpp
testinternal.cpp
testio.cpp
testleakautovar.cpp
testlibrary.cpp testlibrary: Minor improvements, take into account the return values from readLibrary in unit-tests. 2018-02-17 23:33:24 +01:00
testmathlib.cpp
testmemleak.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testnullpointer.cpp Remove whole program analysis from 'uninitialized variables' and 'null pointer dereference' checkers. I think this logic can more or less be added in ValueFlow instead and then all ValueFlow checkers should get whole program analysis. 2018-02-06 14:56:17 +01:00
testoptions.cpp
testother.cpp
testpath.cpp
testpathmatch.cpp
testpostfixoperator.cpp
testpreprocessor.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
testrunner.cpp
testrunner.vcxproj
testrunner.vcxproj.filters
testsamples.cpp
testsimplifytemplate.cpp
testsimplifytokens.cpp
testsimplifytypedef.cpp Fix testrunner 2018-03-14 11:11:35 +01:00
testsizeof.cpp Fixed #8182 (False positive uninitvar - variable initialized in function in ternary expression) 2018-03-16 19:13:48 +01:00
teststl.cpp
teststring.cpp
testsuite.cpp
testsuite.h Fix loading library when running tests from build directory (#1123) 2018-03-18 06:50:33 +01:00
testsuppressions.cpp
testsymboldatabase.cpp Resolve C4800 warning 2018-03-27 00:58:53 +03:00
testthreadexecutor.cpp
testtimer.cpp
testtoken.cpp
testtokenize.cpp Fixed #8462 (AST: no ast created for 'e = { std::move(address),httpPort, (httpsPort) };') 2018-03-27 13:44:28 +02:00
testtokenlist.cpp
testtype.cpp Replace uint8_t with short to fix CI. 2018-02-20 00:22:14 +01:00
testuninitvar.cpp Remove whole program analysis from 'uninitialized variables' and 'null pointer dereference' checkers. I think this logic can more or less be added in ValueFlow instead and then all ValueFlow checkers should get whole program analysis. 2018-02-06 14:56:17 +01:00
testunusedfunctions.cpp Taking care of operation overloading functions (#1108) 2018-03-12 10:25:30 +01:00
testunusedprivfunc.cpp
testunusedvar.cpp
testutils.h
testvaarg.cpp
testvalueflow.cpp Fix #6367 and #8439 (improve sizeof value flow support) (#1132) 2018-03-23 08:28:12 +01:00
testvarid.cpp