cppcheck/test
Daniel Marjamäki 1936eb8676 astyle formatting 2013-05-21 16:59:58 +02:00
..
options.cpp
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.pro
test64bit.cpp
testassert.cpp run tabspace 2013-05-08 18:36:47 +02:00
testassignif.cpp Fixed #4735 (FP: Mismatching assignment and comparison) 2013-04-23 06:47:15 +02:00
testautovariables.cpp TestRunner: Updated warning message when there is unsimplified code 2013-04-16 16:54:19 +02:00
testbool.cpp dmake: update Makefile 2013-05-05 09:22:04 +02:00
testboost.cpp TestBoost: Warn if test case is not simplified properly 2013-04-13 18:42:56 +02:00
testbufferoverrun.cpp CheckBufferOverrun: Code cleanup 2013-05-05 08:14:19 +02:00
testcharvar.cpp
testclass.cpp Simplified TestClass test cases 2013-04-13 19:11:07 +02:00
testcmdlineparser.cpp
testconstructors.cpp astyle formatting 2013-05-21 16:59:58 +02:00
testcppcheck.cpp
testdivision.cpp
testerrorlogger.cpp
testexceptionsafety.cpp
testfilelister.cpp
testfiles.pri Fixed #4775 (Check for assert() with side effects) 2013-05-07 21:35:16 +02:00
testincompletestatement.cpp Fixed #4754 (False positive: Map literals trigger redundant code warning) 2013-04-20 07:51:44 +02:00
testinternal.cpp
testio.cpp Distinguish between different swprintf overloads. (#4790) 2013-05-14 02:06:16 -07:00
testleakautovar.cpp
testmathlib.cpp Fixed #4520 (segmentation fault of cppcheck (preprocessing)) 2013-05-09 18:50:24 +02:00
testmemleak.cpp astyle formatting 2013-04-30 06:44:50 +02:00
testnonreentrantfunctions.cpp
testnullpointer.cpp Fixed #4734 (False 'Possible null pointer dereference') 2013-05-03 16:18:44 +02:00
testobsoletefunctions.cpp
testoptions.cpp
testother.cpp Fixed #4711: (false positive: Consecutive return...) 2013-05-11 17:50:59 +02:00
testpath.cpp
testpathmatch.cpp
testpostfixoperator.cpp
testpreprocessor.cpp
testrunner.cpp
testrunner.vcproj
testrunner.vcxproj Fixed #4775 (Check for assert() with side effects) 2013-05-07 21:35:16 +02:00
testrunner.vcxproj.filters Fixed #4775 (Check for assert() with side effects) 2013-05-07 21:35:16 +02:00
testsimplifytokens.cpp Fixed #4786 (segfault with one LibreOffice file) 2013-05-06 16:56:34 +02:00
testsizeof.cpp
teststl.cpp Fixed #4390 (False alarm 'Object pointed by an auto_ptr is destroyed using operator delete. You should not use auto_ptr for pointers obtained with operator new[].') 2013-05-01 11:11:57 +02:00
testsuite.cpp Simplified remaining TestBufferOverrun test cases 2013-04-13 15:49:15 +02:00
testsuite.h Simplified remaining TestBufferOverrun test cases 2013-04-13 15:49:15 +02:00
testsuppressions.cpp
testsymboldatabase.cpp Distinguish between different swprintf overloads. (#4790) 2013-05-14 02:06:16 -07:00
testthreadexecutor.cpp
testtimer.cpp
testtoken.cpp
testtokenize.cpp Fixed #4799 (Segmentation fault in K&R simplification inside lambda expression) 2013-05-14 20:56:31 +02:00
testuninitvar.cpp Fixed #4773 (Regression: wrong detection of unitialized variable) 2013-05-06 18:45:00 +02:00
testunusedfunctions.cpp unittests: removed not needed '\n' at the end of testcases. 2013-03-20 15:36:16 +01:00
testunusedprivfunc.cpp
testunusedvar.cpp
testutils.h