cppcheck/test
PKEuS b4f0869a71 Reduced Token::Match complexity, better support for complex patterns 2014-07-02 15:25:41 +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.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 Fixes for test suite, added a TODO unit test about bad typedef simplification 2014-06-04 18:46:11 +02:00
testautovariables.cpp Fixed #5860: Don't show returnTempReference for calculations on unknown types 2014-05-24 12:50:04 +02:00
testbool.cpp Fixed TODO in checkAssignBoolToFloat 2014-05-24 20:06:45 +02:00
testboost.cpp Update copyright 2014-02-15 07:45:39 +01:00
testbufferoverrun.cpp CheckBufferOverrun: Removed old for-loop handling. This is handled through ValueFlow from now on. 2014-06-27 06:46:42 +02:00
testcharvar.cpp Fixed #5771 (false positive: (warning) When using 'char' variables in bit operations, sign extension can generate unexpected results.) 2014-05-13 15:53:31 +02:00
testclass.cpp Fixed #5807 (non virtual dtor in virtual class) 2014-06-14 12:55:20 +02:00
testcmdlineparser.cpp Internal checking is now enabled by the macro CHECK_INTERNAL 2014-05-18 19:50:06 +02:00
testconstructors.cpp AST: Fixed bad syntax tree for 'if (x()[0]==1);' 2014-04-05 08:03:24 +02:00
testcppcheck.cpp Further include cleanup 2014-05-24 12:50:04 +02: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 #5831 (FP in 1.65: call of pure virtual function 'throw' in destructor) 2014-05-20 06:10:34 +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 Fixed messages of CheckInternal, fixed a false positive. 2014-05-18 20:39:52 +02:00
testio.cpp Use AST in CheckIO::checkCoutCerrMisusage() - fixes #3254. 2014-05-22 20:25:54 +02:00
testleakautovar.cpp Fixed #5923 (false positive: (error) Resource leak: fp (static file pointer)) 2014-06-23 16:05:28 +02:00
testlibrary.cpp Library: Change range operator in validation pattern to ':' 2014-06-08 18:12:11 +02:00
testmathlib.cpp MathLib: Added missing testcase for incdec. 2014-06-04 08:41:30 +02:00
testmemleak.cpp Add a new test for OpenFile function from windows.cfg. 2014-06-01 00:00:49 +02:00
testnonreentrantfunctions.cpp Update copyright 2014-02-15 07:45:39 +01:00
testnullpointer.cpp Extended std.cfg about more missing functions. Moved POSIX functions to posix.cfg. Extended posix.cfg about more memory allocating functions. 2014-06-25 12:00:24 +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 #5850 (Wrong Message on self assignment) 2014-06-28 15:26:22 +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 #error handling: 2014-06-18 17:57:31 +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 Fixed #5941 (ValueFlow: Wrong value in subfunction under ?) 2014-06-24 19:30:46 +02:00
testsizeof.cpp #5875 fix 'lib/checksizeof.cpp:142:26: runtime error: member call on null pointer of type 'Token'. Improve error handling in CheckSizeof::checkSizeofForPointerSize() 2014-06-01 22:18:17 +02:00
teststl.cpp Patch from Dmitry-Me: reorder checks so that cheaper ones go first, reuse previously computed values, return early on edge condition 2014-06-16 21:36:31 +02:00
testsuite.cpp Refactorizations optimizing std::string usage: 2014-06-26 11:51:02 +02:00
testsuite.h Refactorizations optimizing std::string usage: 2014-06-26 11:51:02 +02:00
testsuppressions.cpp Refactorizations optimizing std::string usage: 2014-06-26 11:51:02 +02:00
testsymboldatabase.cpp SymbolDatabase: 'const' can't be the name of a variable - fix use after free #5882 2014-06-26 09:19:57 +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 Reduced Token::Match complexity, better support for complex patterns 2014-07-02 15:25:41 +02:00
testtokenize.cpp Fixed 4979 (Doesn't allow any ordering of int modifiers) 2014-07-01 23:59:04 -07:00
testuninitvar.cpp Tokenizer: Removed Tokenizer::simplifyConditionOperator(). Using the AST and ValueFlow, it should be much easier to parse ?: than before. 2014-06-10 19:30:13 +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 Several improvements to CheckUnusedVar::checkFunctionVariableUsage_iterateScopes(): 2014-07-02 00:18:40 +02:00
testutils.h Replaced static variable isCPP in Token (was not threadsafe): 2014-06-14 10:28:12 +02:00
testvalueflow.cpp ValueFlow: Improved analysis after switch 2014-06-30 17:56:42 +02:00