cppcheck/test
Thomas Jarosch cf64fd3dad Add more complex variation of the #6406 unit test
This is a false negative right now.
2015-01-15 14:45:10 +01:00
..
options.cpp
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
test64bit.cpp
testassert.cpp
testautovariables.cpp
testbool.cpp
testboost.cpp
testbufferoverrun.cpp
testcharvar.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testclass.cpp
testcmdlineparser.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testcondition.cpp
testconstructors.cpp Destructor detected as constructor resulting in false variable not initialized warnings 2015-01-12 06:11:22 +01:00
testcppcheck.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testerrorlogger.cpp
testexceptionsafety.cpp
testfilelister.cpp
testfiles.pri
testgarbage.cpp
testincompletestatement.cpp
testinternal.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testio.cpp
testleakautovar.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testlibrary.cpp
testmathlib.cpp testmathlib: Fixed typo in comment, no functional changes. 2015-01-14 00:51:50 +01:00
testmemleak.cpp testmemleak: Added missing () in test case. 2015-01-11 10:27:37 +01:00
testnonreentrantfunctions.cpp
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
testoptions.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
testother.cpp Add more complex variation of the #6406 unit test 2015-01-15 14:45:10 +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
testpreprocessor.cpp
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
testsamples.cpp
testsimplifytemplate.cpp
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
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 Fix unmatched local suppression error message for "unusedFunction" (#6228) 2015-01-07 15:40:12 +01:00
testsymboldatabase.cpp Add bounds check to getVariableFromVarId() 2015-01-14 23:00:38 +01:00
testthreadexecutor.cpp
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
testtype.cpp
testuninitvar.cpp
testunusedfunctions.cpp
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
testvaarg.cpp
testvalueflow.cpp
testvarid.cpp