cppcheck/test
Robert Reif 5aba841499 CheckIO: Handling of casts (#4964) 2013-10-02 04:12:46 +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 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 Don't include tinyxml from both lib.pri and test.pro 2013-08-19 19:44:29 +04:00
test64bit.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
testassert.cpp Fixed #4937 (false positive: Assert calls a function which may have desired side effects) 2013-08-22 06:38:54 +02:00
testassignif.cpp AssignIf: Improved handling of function calls 2013-08-13 14:08:54 +02:00
testautovariables.cpp astyle formatting 2013-09-28 09:32:41 +02:00
testbool.cpp Added todo testcase for false positive: Comparison of boolean with expression with an integer. 2013-09-30 11:21:28 -07:00
testboost.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
testbufferoverrun.cpp Fixed #4974 (CheckBufferOverrun::writeOutsideBufferSize() too strict) 2013-08-25 18:46:07 +02:00
testcharvar.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
testclass.cpp Fixed #4723 (False positive: Pure virtual call within conditional clause) 2013-09-27 09:25:38 +02:00
testcmdlineparser.cpp Test GetShowErrorMessages in testcmdlineparser.cpp 2013-09-03 11:41:16 +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 CheckIO: Handling of casts (#4964) 2013-10-02 04:12:46 +02:00
testleakautovar.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
testmathlib.cpp simplifyMathFunctions: added support for exp(),sqrt(),cbrt() functions. 2013-09-29 18:11:17 +02:00
testmemleak.cpp Fixed #5030 (Segmentation fault below CheckMemoryLeakStructMember::isMalloc()) 2013-09-21 18:10:29 +02:00
testnonreentrantfunctions.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
testnullpointer.cpp Fixed FP: Null pointer dereference 2013-08-24 16:50:19 -03: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 Fixed #4929 (false positive: Division by zero (standard function div())) 2013-09-29 11:13:49 +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 Preprocessor: Quicker response for --check-config. No 'normal' code is needed so skip it. 2013-09-01 07:13:48 +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 #5055 (False negatives when using -I (external source code)) 2013-09-29 18:59:27 +02:00
testsizeof.cpp "automatic conversion from iso-8859-1 formatting to utf-8" 2013-08-21 19:31:01 +00:00
teststl.cpp Fixed #5041 (Improve check: support 'auto' for 'Iterator used after element has been erased') 2013-09-28 11:50:45 +02:00
testsuite.cpp Symbol database: improved type handling (fix problems in previous commit). Ticket: #4952 2013-08-16 05:42:12 +02:00
testsuite.h Symbol database: improved type handling (fix problems in previous commit). Ticket: #4952 2013-08-16 05:42:12 +02:00
testsuppressions.cpp Fixed #4733 (defective unusedStructMember warning) 2013-08-28 06:46:32 +02:00
testsymboldatabase.cpp SymbolDatabase: handle method with unknown macro 'void f() MACRO {..}' 2013-09-28 11:44:26 +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 Testtoken:matchNumeric(): extended testing about some missing testcases. 2013-09-30 15:55:36 -07:00
testtokenize.cpp Tokenizer: simplifyMathFunctions: added more simplifications for exp(), exp2() and log2() functions. 2013-10-01 20:30:59 +02:00
testuninitvar.cpp Fixed #4907 (False positive 'uninitStructMember' on structs with unions) 2013-09-30 06:35:31 +02:00
testunusedfunctions.cpp Fixed #3471 (Unused functions: take __attribute__((constructor)) in to consideration) 2013-08-30 06:27:46 +02:00
testunusedprivfunc.cpp Fixed #4689 (False positive: Unused private function (used in default argument of constructor)) 2013-08-26 16:41:23 +02:00
testunusedvar.cpp Fixed #4899 (False positive on unused variable) 2013-09-03 17:02:46 +02:00
testutils.h Updating year 2012 -> 2013 to .cpp and .h files and man page. 2013-01-01 18:29:08 +02:00