cppcheck/test
PKEuS 982b9491d4 Improved handling of 0 initializations (#4604) 2013-05-09 06:23:25 -07: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 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 unittests: removed not needed '\n' at the end of testcases. 2013-03-19 09:18:58 +01:00
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 unittests: removed not needed '\n' at the end of testcases. 2013-03-19 09:18:58 +01:00
testclass.cpp Simplified TestClass test cases 2013-04-13 19:11:07 +02:00
testcmdlineparser.cpp Improved test coverage: Ensure that passing multiple <id> to --enable works. Check settings.isEnabled("warning"). 2013-04-01 04:15:05 -07:00
testconstructors.cpp Removed more duplicate unit tests 2013-04-13 00:49:00 -07:00
testcppcheck.cpp Refactorizations: 2013-03-12 07:42:00 -07:00
testdivision.cpp unittests: removed not needed '\n' at the end of testcases. 2013-03-20 15:36:16 +01:00
testerrorlogger.cpp Refactorizations: 2013-03-12 07:42:00 -07:00
testexceptionsafety.cpp unittests: removed not needed '\n' at the end of testcases. 2013-03-20 15:36:16 +01:00
testfilelister.cpp Updating year 2012 -> 2013 to .cpp and .h files and man page. 2013-01-01 18:29:08 +02:00
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 unittests: removed not needed '\n' at the end of testcases. 2013-03-20 15:36:16 +01:00
testio.cpp unittests: removed not needed '\n' at the end of testcases. 2013-03-20 15:36:16 +01:00
testleakautovar.cpp unittests: removed not needed '\n' at the end of testcases. 2013-03-20 15:36:16 +01:00
testmathlib.cpp Reverted 'simplify NOT' since there are problems related to signedness of numeric values. 2013-04-24 06:32:34 +02:00
testmemleak.cpp astyle formatting 2013-04-30 06:44:50 +02:00
testnonreentrantfunctions.cpp unittests: removed not needed '\n' at the end of testcases. 2013-03-20 15:36:16 +01:00
testnullpointer.cpp Fixed #4734 (False 'Possible null pointer dereference') 2013-05-03 16:18:44 +02:00
testobsoletefunctions.cpp unittests: removed not needed '\n' at the end of testcases. 2013-03-20 15:36:16 +01:00
testoptions.cpp Refactorizations: Made several test functions const according to cppcheck messages. 2012-08-02 02:13:09 -07:00
testother.cpp Improved handling of 0 initializations (#4604) 2013-05-09 06:23:25 -07:00
testpath.cpp Fixed #4608 (false positive: (style) struct or union member is never used.) 2013-03-01 16:13:04 +01:00
testpathmatch.cpp Updating year 2012 -> 2013 to .cpp and .h files and man page. 2013-01-01 18:29:08 +02:00
testpostfixoperator.cpp Refactorized postfix operator check: 2013-03-31 04:17:23 -07:00
testpreprocessor.cpp remove duplicate ";" and fours dots 2013-04-09 17:49:09 +02:00
testrunner.cpp Updating year 2012 -> 2013 to .cpp and .h files and man page. 2013-01-01 18:29:08 +02:00
testrunner.vcproj Updated VS9 solution with qmake (#4397). 2012-12-13 20:38:10 +01:00
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 Moved checks related to sizeof usage from checkother into new file 2013-04-10 09:49:38 -07:00
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 Don't use native separators for suppression matching 2013-03-12 07:53:18 -07:00
testsymboldatabase.cpp Implemented support for move constructors: 2013-04-04 10:53:55 -07:00
testthreadexecutor.cpp Updating year 2012 -> 2013 to .cpp and .h files and man page. 2013-01-01 18:29:08 +02:00
testtimer.cpp Updating year 2012 -> 2013 to .cpp and .h files and man page. 2013-01-01 18:29:08 +02:00
testtoken.cpp Fixed memory leaks in teststl 2013-04-07 18:43:18 +02:00
testtokenize.cpp Fixed #4725 (Tokenizer: Replace block declaration (^{}) with asm()) 2013-05-09 14:47:18 +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 unittests: removed not needed '\n' at the end of testcases. 2013-03-20 15:36:16 +01:00
testunusedvar.cpp Fixed #4695: Infinite recursion inside isRecordTypeWithoutSideEffects() 2013-04-01 12:41:14 +02:00
testutils.h Updating year 2012 -> 2013 to .cpp and .h files and man page. 2013-01-01 18:29:08 +02:00