cppcheck/test
Daniel Marjamäki 4e2c0617d3 Merge pull request #303 from simartin/ticket_5297
Ticket #5297: simplifyCalculations should pass once more on simplified tokens
2014-05-10 10:18:29 +02:00
..
options.cpp man, htdocs, gui, test, tools: bump a few more copyrights to 2014 2014-03-03 11:03:17 +01:00
options.h man, htdocs, gui, test, tools: bump a few more copyrights to 2014 2014-03-03 11:03:17 +01:00
redirect.h Added testing of samples/ to testrunner (#3515). 2014-03-28 13:06:38 +01: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 Update copyright 2014-02-15 07:45:39 +01:00
testassert.cpp Update copyright 2014-02-15 07:45:39 +01:00
testassignif.cpp Fixed #5695 (FP: Mismatching assignment and comparison) 2014-05-06 19:35:47 +02:00
testautovariables.cpp #5691 False positive: autovarInvalidDeallocation - function name 'delete' in C code 2014-05-01 07:32:37 +02:00
testbool.cpp Fixed #5627 (False positive assignBoolToPointer) 2014-03-31 15:55:54 +02:00
testboost.cpp Update copyright 2014-02-15 07:45:39 +01:00
testbufferoverrun.cpp Fixed #5636 (FP: matrix out of bounds) 2014-05-03 18:12:06 +02:00
testcharvar.cpp Update copyright 2014-02-15 07:45:39 +01:00
testclass.cpp #5702 crash: clang: test/Parser/cxx0x-member-initializers.cpp (bailout withn an internal error) 2014-04-21 21:44:17 +02:00
testcmdlineparser.cpp Update copyright 2014-02-15 07:45:39 +01:00
testconstructors.cpp AST: Fixed bad syntax tree for 'if (x()[0]==1);' 2014-04-05 08:03:24 +02:00
testcppcheck.cpp Added testing of samples/ to testrunner (#3515). 2014-03-28 13:06:38 +01:00
testdivision.cpp Update copyright 2014-02-15 07:45:39 +01:00
testerrorlogger.cpp #5300 - Invalid encoding in XML output (use escape sequence string for non-printable characters) 2014-04-13 09:50:57 +02:00
testexceptionsafety.cpp Fixed #5756 (declspec(nothrow) not supported) 2014-05-04 20:47:20 +02:00
testfilelister.cpp use nullptr 2014-02-16 10:32:10 +01:00
testfiles.pri run dmake 2014-03-28 13:50:02 +01:00
testincompletestatement.cpp IncompleteStatement: Fixed false positive when '({..})' blocks are used 2014-04-24 06:32:29 +02:00
testinternal.cpp Update copyright 2014-02-15 07:45:39 +01:00
testio.cpp Fixed #5609 (Wrong warning: %zu requires 'size_t' - but type is 'std::size_t') 2014-05-04 07:55:23 +02:00
testleakautovar.cpp Double free: Improved handling of noreturn functions. Partial revert of previous fix. 2014-05-04 13:11:21 +02:00
testlibrary.cpp Fixed #5512 (library (memory): extending standard free deallocator with allocators in custom cppcheck configuration file) 2014-04-19 13:15:06 +02:00
testmathlib.cpp Implemented a slower but shorter version of MathLib::isNullValue() as suggested by PKeuS. Removed not needed test cases. Improved doxygen documentation for MathLib::IsNullValue(). 2014-04-14 05:27:38 +02:00
testmemleak.cpp Ticket #5315: Memory leak analysis confused by ((variable).attribute) notation. 2014-05-08 20:58:24 +02:00
testnonreentrantfunctions.cpp Update copyright 2014-02-15 07:45:39 +01:00
testnullpointer.cpp posix.cfg: Fixed FP for getcwd().First and second parameter is allowed to be zero. 2014-05-02 04:56:12 +02:00
testobsoletefunctions.cpp Update copyright 2014-02-15 07:45:39 +01:00
testoptions.cpp man, htdocs, gui, test, tools: bump a few more copyrights to 2014 2014-03-03 11:03:17 +01:00
testother.cpp Fixed false positive #5772: Use AST to check if modulo operation is preceded by an arithmetical operation. 2014-05-09 21:58:28 +02:00
testpath.cpp Update copyright 2014-02-15 07:45:39 +01:00
testpathmatch.cpp Update copyright 2014-02-15 07:45:39 +01:00
testpostfixoperator.cpp Update copyright 2014-02-15 07:45:39 +01:00
testpreprocessor.cpp Fixed #5661 (--suppress=missingInclude has no effect) 2014-05-03 19:31:15 +02:00
testrunner.cpp Update copyright 2014-02-15 07:45:39 +01:00
testrunner.vcxproj Added testing of samples/ to testrunner (#3515). 2014-03-28 13:06:38 +01:00
testrunner.vcxproj.filters Added testing of samples/ to testrunner (#3515). 2014-03-28 13:06:38 +01:00
testsamples.cpp "automatic conversion from iso-8859-1 formatting to utf-8" 2014-03-31 00:33:43 +00:00
testsimplifytokens.cpp Ticket #5297: simplifyCalculations should pass once more on tokens being simplified. 2014-05-10 09:37:56 +02:00
testsizeof.cpp Fixed false positive #5187: arithOperationsOnVoidPointerError when referencing void* 2014-04-27 12:18:33 +02:00
teststl.cpp Fixed #5677 (Fix overzealous substr() warning) 2014-04-13 19:04:35 +02:00
testsuite.cpp Improved readability of testsuite output when ASSERT_EQUALS_MSG fails. 2014-03-27 16:06:30 +01:00
testsuite.h Avoid loading libraries multiple times in test suite 2014-03-24 09:59:05 +01:00
testsuppressions.cpp Update copyright 2014-02-15 07:45:39 +01:00
testsymboldatabase.cpp Fixed #5756 (declspec(nothrow) not supported) 2014-05-04 20:47:20 +02:00
testthreadexecutor.cpp Fixed crashes random crashes in multithreading caused by useless creation of CheckUnusedFunctions instance per thread. 2014-04-13 11:56:38 +02:00
testtimer.cpp Update copyright 2014-02-15 07:45:39 +01:00
testtoken.cpp Treat syntaxError and cppcheckError as InternalErrors (throw as exception, #4268) 2014-03-27 13:15:21 +01:00
testtokenize.cpp Merge pull request #302 from simartin/ticket_5774 2014-05-10 09:32:06 +02:00
testuninitvar.cpp Fixed #5664 (false positive: (error) Uninitialized variable: j (Comma operator in for loop)) 2014-04-21 10:32:29 +02:00
testunusedfunctions.cpp Fixed false positive "unused function" #5113. 2014-03-26 12:34:21 +01:00
testunusedprivfunc.cpp Bailout in private function usage checking for operators (#5059). 2014-03-23 10:06:14 +01:00
testunusedvar.cpp Fixed typo in comment, no functional changes. 2014-05-07 23:39:32 +02:00
testutils.h Update copyright 2014-02-15 07:45:39 +01:00
testvalueflow.cpp ValueFlow: Improved bailout when variable is reassigned 2014-05-03 12:49:07 +02:00