cppcheck/test
Daniel Marjamäki 74105f5d83 Fixed #2673 (false positive: memory leak (address stored in list)) 2011-03-24 17:14:12 +01:00
..
options.cpp
options.h
redirect.h
test.cxx
test.pro FileLister: updated qmake files 2011-03-20 14:37:28 +01:00
test.vcproj FileLister: Updated Visual Studio files 2011-03-20 14:47:15 +01:00
test.vcxproj FileLister: Updated Visual Studio files 2011-03-20 14:47:15 +01:00
test.vcxproj.filters FileLister: Updated Visual Studio files 2011-03-20 14:47:15 +01:00
testautovariables.cpp add debug message for function argument missing varid 2011-03-02 21:08:27 -05:00
testbufferoverrun.cpp Fixed #2638 (Tokenizer::setVarId : varid is wrongly given when unknown macro is used) 2011-03-13 17:52:45 +01:00
testcharvar.cpp
testclass.cpp fix #1288 (Use of memset on struct - nested structs not handled) 2011-03-23 21:58:58 -04:00
testcmdlineparser.cpp
testconstructors.cpp
testcppcheck.cpp
testdivision.cpp Fixed #2526 (Make TODO_ASSERT_EQUALS take three arguments (value, to_be, as_is)?... 2011-01-30 23:20:11 +11:00
testerrorlogger.cpp
testexceptionsafety.cpp
testfilelister_unix.cpp fixed performance issues, found by selfcheck with cppcheck. 2011-03-22 23:15:15 +01:00
testincompletestatement.cpp
testmathlib.cpp
testmemleak.cpp Fixed #2673 (false positive: memory leak (address stored in list)) 2011-03-24 17:14:12 +01:00
testnullpointer.cpp better fix for #2672 (False positive: function can be const, nested classes declared in one line) 2011-03-23 20:19:32 -04:00
testobsoletefunctions.cpp
testoptions.cpp
testother.cpp Fixed #2661 (False positive: object destroyed immediately) 2011-03-20 09:55:26 +01:00
testpath.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
testpathmatch.cpp
testpostfixoperator.cpp
testpreprocessor.cpp astyle formatting 2011-03-01 17:58:15 +01:00
testrunner.cpp
testsettings.cpp
testsimplifytokens.cpp fix #2651 (Segmentation fault (typedef)) 2011-03-17 20:00:49 -04:00
teststl.cpp Fixed #2643 (False positive: iterator increment and insert) 2011-03-12 20:29:54 +01:00
testsuite.cpp
testsuite.h
testsuppressions.cpp Allow suppressing all warnings (using *) for specified file or files 2011-03-10 22:00:48 +13:00
testsymboldatabase.cpp refactor symbol database and checks to use list of Scope rather than list of Scope pointers 2011-03-10 19:43:29 -05:00
testthreadexecutor.cpp
testtoken.cpp
testtokenize.cpp fix Tokenizer::simplifyVarDecl() template assignment 2011-03-23 21:15:49 -04:00
testuninitvar.cpp fix 2011-02-26 20:08:37 +01:00
testunusedfunctions.cpp
testunusedprivfunc.cpp
testunusedvar.cpp
testutils.h