cppcheck/test
Daniel Marjamäki df03e3a8d2 Fixed #4395 (Wrong simplification of known variables in nested assignment) 2012-12-10 06:08:33 +01: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 CheckMemoryLeak: add '?1:0' to clarify the value of the argument to 'deleteNext'; Tokenize.cpp: in simplifyCompoundAssignment(), remove ':' odd code used to fix a weird test case ('case' code not inside a function body), remove useless 'tok->next() != NULL' check (already true by previous condition); in simplifyConditionOperator(), handle better the parenthesis skipping code and remove useless ')'check; in simplifyQuestionMark(), remove useless 'tok->tokAt(-2)' check (Token::Match returns false if the token is NULL), add more patterns to Token::Match to handle more test cases; in simplifyBitFields(), add 'const' to 'offset' bool. RedirectOutputError: style nitpick change to declaration of a pointer. 2012-10-19 14:19:52 +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 pro and pri files: remove unneeded empty lines, use spaces for consistency 2012-10-12 17:46:57 +02: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 CheckAssignIf: Better handling of various expressions in assignments 2012-11-29 10:19:52 +01:00
testautovariables.cpp SymbolDatabase: Improved find function functionality. Taking arguments into account 2012-10-14 17:30:37 +02:00
testboost.cpp
testbufferoverrun.cpp Unit test cleanup: Removed some empty lines and whitespaces before \n. 2012-12-06 10:19:22 -08: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 Fixed #4391 (False positive: ctor not detected after variable declaration) 2012-12-10 06:01:29 +01:00
testcmdlineparser.cpp cleanup more java/c# code. Thanks amai for telling me about this. 2012-10-03 19:19:49 +02:00
testconstructors.cpp Unit test cleanup: Removed some empty lines and whitespaces before \n. 2012-12-06 10:19:22 -08:00
testcppcheck.cpp
testdivision.cpp Remove useless preprocessor pieces from some testcases. 2012-11-30 20:28:30 +01:00
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 Remove useless preprocessor pieces from some testcases. 2012-11-30 20:28:30 +01:00
testinternal.cpp New internal check: checkRedundantNextPrevious(). 2012-09-07 12:36:40 +02:00
testio.cpp Fixed regression #4368. 2012-12-08 00:26:10 -08:00
testleakautovar.cpp Fixed #4237 (False positive: (error) Memory Leak: data (assign reference variable value to a shadow variable in inner scope)) 2012-10-27 16:36:14 +02:00
testmathlib.cpp Fixed #4295 (False positive: Expression '(X & 0xFF00000000000000LL)==0xa00000000000000' always evaluates to false (64-bit value)) 2012-11-27 17:37:49 +01:00
testmemleak.cpp Fix #4045: memory leak not reported after usage of " + p[]" 2012-12-09 08:59:21 +01:00
testnonreentrantfunctions.cpp
testnullpointer.cpp Unit test cleanup: Removed some empty lines and whitespaces before \n. 2012-12-06 10:19:22 -08:00
testobsoletefunctions.cpp Refactorized CheckObsoleteFunctions: 2012-12-08 02:46:30 -08:00
testoptions.cpp
testother.cpp Fixed false positive when ternary operator is used: case A&&B?B:A: 2012-12-07 12:44:30 -08:00
testpath.cpp Path: Removed java/c# handling. Thanks amai. 2012-10-03 19:47:14 +02:00
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 #4351 (Escaped whitespace gives wrong error) 2012-12-02 18:04:19 +01: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 Unit test cleanup: Removed some empty lines and whitespaces before \n. 2012-12-06 10:19:22 -08:00
teststl.cpp Unit test cleanup: Removed some empty lines and whitespaces before \n. 2012-12-06 10:19:22 -08:00
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 Fixed #3190 (SymbolDatabase: Parse of sub class constructor fails) 2012-11-30 06:03:58 +01:00
testthreadexecutor.cpp
testtimer.cpp Fixed MSVC 10 compiler warnings 2012-09-16 16:29:06 +02:00
testtoken.cpp Token::Match: add a new pattern: '%comp%'. 2012-12-01 00:55:24 +01:00
testtokenize.cpp Fixed #4395 (Wrong simplification of known variables in nested assignment) 2012-12-10 06:08:33 +01:00
testuninitvar.cpp Unit test cleanup: Removed some empty lines and whitespaces before \n. 2012-12-06 10:19:22 -08:00
testunusedfunctions.cpp Message refactorization: checkuninitvar.cpp, checkunusedfunctions.cpp, checkunusedvar.cpp 2012-11-01 18:40:20 +01: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 Run astyle and update the translation files. 2012-12-07 01:49:51 +01:00
testutils.h