cppcheck/test
Daniel Marjamäki f2e5fbd30d Uninitialized variables: bailout when ({..}) are used to avoid fp. it can be handled better. 2015-01-06 07:44:04 +01:00
..
options.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
options.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
redirect.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
test.cxx test: tabs to spaces, remove trailing spaces and extra empty lines at the end of files 2012-09-17 13:51:40 +02:00
test.pro Don't include tinyxml from both lib.pri and test.pro 2013-08-19 19:44:29 +04:00
test64bit.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testassert.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testautovariables.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testbool.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testboost.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testbufferoverrun.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testcharvar.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testclass.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testcmdlineparser.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testcondition.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testconstructors.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testcppcheck.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testerrorlogger.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testexceptionsafety.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testfilelister.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testfiles.pri run dmake 2014-09-24 13:50:57 +02:00
testgarbage.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testincompletestatement.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testinternal.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testio.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testleakautovar.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testlibrary.cpp Refactorized CheckStl::if_find(): 2015-01-04 12:43:50 +01:00
testmathlib.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testmemleak.cpp CheckMemoryLeak: Fix FP for allocation functions that register memory before returning it 2015-01-05 13:23:38 +01:00
testnonreentrantfunctions.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testnullpointer.cpp CheckNullPointer: Fix FP when x is NULL and address is calculated with expression '&x->y.z[0]' 2015-01-05 14:54:24 +01:00
testobsolescentfunctions.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testoptions.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testother.cpp CheckMemoryLeak: Fix FP for allocation functions that register memory before returning it 2015-01-05 13:23:38 +01:00
testpath.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testpathmatch.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testpostfixoperator.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testpreprocessor.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testrunner.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testrunner.vcxproj Added test file for garbage code: 2014-09-24 13:45:56 +02:00
testrunner.vcxproj.filters Added test file for garbage code: 2014-09-24 13:45:56 +02:00
testsamples.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testsimplifytemplate.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testsimplifytokens.cpp Removed Tokenizer::simplifyStructInit simplification. 2015-01-04 16:48:52 +01:00
testsimplifytypedef.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testsizeof.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
teststl.cpp Refactorized CheckStl::if_find(): 2015-01-04 12:43:50 +01:00
teststring.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testsuite.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testsuite.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testsuppressions.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testsymboldatabase.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testthreadexecutor.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testtimer.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testtoken.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testtokenize.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testtype.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testuninitvar.cpp Uninitialized variables: bailout when ({..}) are used to avoid fp. it can be handled better. 2015-01-06 07:44:04 +01:00
testunusedfunctions.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testunusedprivfunc.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testunusedvar.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testutils.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testvaarg.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testvalueflow.cpp ValueFlow: Fixed valueFlowForward, when condition is false and else-block returns dont set values below the else-code 2015-01-05 16:39:47 +01:00
testvarid.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00