cppcheck/test
Daniel Marjamäki ff4f8b58f3 Disable checkComparisonOfFuncReturningBool check because of false warnings. Ticket #2617 2012-09-28 18:51:10 +02:00
..
options.cpp test: tabs to spaces, remove trailing spaces and extra empty lines at the end of files 2012-09-17 13:51:40 +02:00
options.h
redirect.h
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 test: tabs to spaces, remove trailing spaces and extra empty lines at the end of files 2012-09-17 13:51:40 +02:00
testassignif.cpp AssignIf: Better handling of complex conditions with multiple subconditions 2012-09-28 17:03:16 +02:00
testautovariables.cpp test: tabs to spaces, remove trailing spaces and extra empty lines at the end of files 2012-09-17 13:51:40 +02:00
testboost.cpp
testbufferoverrun.cpp Fixed #4228 ((error) Internal error. Token::Match called with varid 0 (multiple declarations in for loop)) 2012-09-23 17:15:39 +02:00
testcharvar.cpp test: tabs to spaces, remove trailing spaces and extra empty lines at the end of files 2012-09-17 13:51:40 +02:00
testclass.cpp Deactived bad message. Ticket #4154 2012-09-17 18:10:11 +02:00
testcmdlineparser.cpp Fixed #4013 (Several test failures in testcmdlineparser.cpp) 2012-09-14 06:58:14 +02:00
testconstructors.cpp Fixed #4072 (False positive: Structure is not initialized in the constructor (1.55)) 2012-09-23 18:29:05 +02:00
testcppcheck.cpp
testdivision.cpp
testerrorlogger.cpp
testexceptionsafety.cpp
testfilelister.cpp test: tabs to spaces, remove trailing spaces and extra empty lines at the end of files 2012-09-17 13:51:40 +02:00
testfiles.pri Fixed #2709 (Negative times in --showtime summary) 2012-09-15 19:49:48 +02:00
testincompletestatement.cpp test: tabs to spaces, remove trailing spaces and extra empty lines at the end of files 2012-09-17 13:51:40 +02:00
testinternal.cpp
testio.cpp
testleakautovar.cpp Fixed #3987 (False positive: Memory leak reported when throwing/catching) 2012-09-22 10:37:27 +02:00
testmathlib.cpp test: tabs to spaces, remove trailing spaces and extra empty lines at the end of files 2012-09-17 13:51:40 +02:00
testmemleak.cpp Replaced Tokenizer::getFunctionTokenByName() by SymbolDatabase::findFunctionByName(), which handles scopes slightly better. 2012-09-11 18:03:47 +02:00
testnonreentrantfunctions.cpp
testnullpointer.cpp Fixed #4038 (FP: possible null pointer dereference) 2012-09-23 09:20:16 +02:00
testobsoletefunctions.cpp test: tabs to spaces, remove trailing spaces and extra empty lines at the end of files 2012-09-17 13:51:40 +02:00
testoptions.cpp
testother.cpp Disable checkComparisonOfFuncReturningBool check because of false warnings. Ticket #2617 2012-09-28 18:51:10 +02:00
testpath.cpp
testpathmatch.cpp
testpostfixoperator.cpp test: tabs to spaces, remove trailing spaces and extra empty lines at the end of files 2012-09-17 13:51:40 +02:00
testpreprocessor.cpp Fixed #3651 (Preprocessor: Wrong handling of #elif) 2012-09-15 09:34:41 +02:00
testrunner.cpp test: tabs to spaces, remove trailing spaces and extra empty lines at the end of files 2012-09-17 13:51:40 +02:00
testrunner.vcproj
testrunner.vcxproj Updated VS10 solution. 2012-09-16 13:38:46 +02:00
testrunner.vcxproj.filters Updated VS10 solution. 2012-09-16 13:38:46 +02:00
testsimplifytokens.cpp astyle formatting 2012-09-26 18:17:02 +02:00
teststl.cpp
testsuite.cpp
testsuite.h test: tabs to spaces, remove trailing spaces and extra empty lines at the end of files 2012-09-17 13:51:40 +02:00
testsuppressions.cpp Fixed #4210 (Unmatched suppression warning emitted from disabled check) 2012-09-23 10:56:12 +02:00
testsymboldatabase.cpp test: tabs to spaces, remove trailing spaces and extra empty lines at the end of files 2012-09-17 13:51:40 +02:00
testthreadexecutor.cpp
testtimer.cpp Fixed MSVC 10 compiler warnings 2012-09-16 16:29:06 +02:00
testtoken.cpp
testtokenize.cpp Fixed #4239 (segmentation fault of cppcheck (invalid code)) 2012-09-27 06:35:36 +02:00
testuninitvar.cpp Revert "Fixed #4165 (False positive:(error) Uninitialized variable: here)" 2012-09-26 16:15:35 +02:00
testunusedfunctions.cpp test: tabs to spaces, remove trailing spaces and extra empty lines at the end of files 2012-09-17 13:51:40 +02:00
testunusedprivfunc.cpp test: tabs to spaces, remove trailing spaces and extra empty lines at the end of files 2012-09-17 13:51:40 +02:00
testunusedvar.cpp
testutils.h