cppcheck/test
PKEuS c17853949d Fixed scope handling problems with CheckOther::checkComparisonOfFuncReturningBool(), removed its experimental status. 2012-09-29 11:23:30 +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 Changed the order of some structures in order to improve, even if for a bit, their padding. 2012-05-14 20:49:03 +02:00
redirect.h Refactorizations in test suite: 2012-04-17 12:57:16 +02: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 Add general PRO file for console builds. 2012-06-18 09:28:32 +03:00
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: Fixed testcase. parse while loops if variable is local and not external. 2012-09-29 10:54:09 +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 Clarified errormessage of checkBoost 2012-08-02 02:40:08 -07:00
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 Removed --doc formating hack that removes more than three newlines and added format testing of Check::classInfo instead. 2012-08-26 16:22:46 +02:00
testdivision.cpp Fixed #3357: 2012-05-06 10:37:41 -07:00
testerrorlogger.cpp Fixed #3442 (unmatchedSuppression can't be suppressed) 2012-07-13 08:29:49 +02:00
testexceptionsafety.cpp Refactorizations in testrunner: 2012-07-16 04:17:14 -07:00
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 New internal check: checkRedundantNextPrevious(). 2012-09-07 12:36:40 +02:00
testio.cpp Fixed usage of _settigns->isEnabled("style") in CheckIO. Added forgotten test cases. 2012-09-10 16:23:00 +02:00
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 Message refactorization: checkobsoletefunctions.h and checknonreentrantfunctions.h 2012-07-29 02:30:03 -07:00
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 Refactorizations: Made several test functions const according to cppcheck messages. 2012-08-02 02:13:09 -07:00
testother.cpp Fixed scope handling problems with CheckOther::checkComparisonOfFuncReturningBool(), removed its experimental status. 2012-09-29 11:23:30 +02:00
testpath.cpp Refactorizations: Made several test functions const according to cppcheck messages. 2012-08-02 02:13:09 -07:00
testpathmatch.cpp Refactorizations: Made several test functions const according to cppcheck messages. 2012-08-02 02:13:09 -07:00
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 Implemented support for building cppcheck lib into a dll 2012-06-10 05:19:09 -07:00
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 Moved remaining part of c_str() checking to checkstl.cpp. Fixed false positive #4157. 2012-09-10 15:20:38 +02:00
testsuite.cpp Made several functions in testsuite.cpp const according to cppcheck suggestions 2012-08-01 11:54:55 -07:00
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 Change every C version of 'size_t' to C++ 'std::size_t'. 2012-07-09 13:30:18 +02:00
testtimer.cpp Fixed MSVC 10 compiler warnings 2012-09-16 16:29:06 +02:00
testtoken.cpp Fixed bug in Token::Match (#3720) 2012-08-30 13:33:19 +02:00
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 Fixed false negative in checkunusedvar.cpp and reduced code dupliaction. 2012-09-11 14:24:12 +02:00
testutils.h Refactorizations in test suite: 2012-05-16 09:04:03 -07:00