cppcheck/test
Daniel Marjamäki 3ac21ab1db Merge pull request #158 from simartin/ticket_4764
Ticket #4764: Handle template instantiations with only default parameters
2013-08-10 03:22:41 -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 Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
testassert.cpp Fixed #4837 (False positive: Assert statement calls a function which may have desired side effects (local variable)) 2013-06-05 22:10:43 +02:00
testassignif.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
testautovariables.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
testbool.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
testboost.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
testbufferoverrun.cpp Ticket #4764: properly handle template instantiations with only default parameters. 2013-08-10 12:00:16 +02:00
testcharvar.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
testclass.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
testcmdlineparser.cpp astyle formatting 2013-08-08 15:50:45 +02:00
testconstructors.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
testcppcheck.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
testdivision.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
testerrorlogger.cpp Simplified code in testerrorlogger by reusing constant object. 2013-08-07 17:02:35 +02:00
testexceptionsafety.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
testfilelister.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
testfiles.pri Fixed #4775 (Check for assert() with side effects) 2013-05-07 21:35:16 +02:00
testincompletestatement.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
testinternal.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
testio.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
testleakautovar.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
testmathlib.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
testmemleak.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
testnonreentrantfunctions.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
testnullpointer.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
testobsoletefunctions.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
testoptions.cpp Refactorizations: Made several test functions const according to cppcheck messages. 2012-08-02 02:13:09 -07:00
testother.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
testpath.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
testpathmatch.cpp Reuse constant objects in testpathmatch.cpp, small simplification in testsuppressions.cpp and testthreadexecutor.cpp 2013-08-07 17:55:31 +02:00
testpostfixoperator.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
testpreprocessor.cpp Fix ticket #4922 (segmentation fault upon invalid code). 2013-08-05 20:28:22 +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 Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
testsizeof.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
teststl.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +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 Reuse constant objects in testpathmatch.cpp, small simplification in testsuppressions.cpp and testthreadexecutor.cpp 2013-08-07 17:55:31 +02:00
testsymboldatabase.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
testthreadexecutor.cpp Reuse constant objects in testpathmatch.cpp, small simplification in testsuppressions.cpp and testthreadexecutor.cpp 2013-08-07 17:55:31 +02:00
testtimer.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
testtoken.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
testtokenize.cpp Fixed #4947 (Doesn't allow any ordering of int modifiers) 2013-08-09 23:13:04 +02:00
testuninitvar.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
testunusedfunctions.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
testunusedprivfunc.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
testunusedvar.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
testutils.h Updating year 2012 -> 2013 to .cpp and .h files and man page. 2013-01-01 18:29:08 +02:00