cppcheck/test
Reijo Tomperi 751a31ed91 Fix ticket #445 (simple to avoid false positive for buffer overflow)
http://sourceforge.net/apps/trac/cppcheck/ticket/445
Simple bailout in case "if" is found inside the for-loop.
2009-06-30 00:42:46 +03:00
..
testautovariables.cpp Refactoring: Moved CheckOther::returnPointerToLocalVariable to CheckAutoVariables 2009-06-09 19:45:58 +02:00
testbufferoverrun.cpp Fix ticket #445 (simple to avoid false positive for buffer overflow) 2009-06-30 00:42:46 +03:00
testcharvar.cpp Fixed #425 (False positive: usage of char variable.. c = c & 0x03) 2009-06-20 19:24:58 +02:00
testclass.cpp Strip redundant std::string usage from tests. 2009-06-05 07:43:55 +07:00
testconstructors.cpp Fix ticket #309 (false positive::is not assigned a value in 'A::operator=') 2009-06-17 00:58:16 +03:00
testcppcheck.cpp Fix ticket #318 ('..' in include will cause conflicting slashes in messages) 2009-05-31 10:12:19 +02:00
testdangerousfunctions.cpp Strip redundant std::string usage from tests. 2009-06-01 02:50:25 +07:00
testdivision.cpp Strip redundant std::string usage from tests. 2009-06-05 07:43:55 +07:00
testfilelister.cpp Strip redundant std::string usage from tests. 2009-06-01 02:50:25 +07:00
testincompletestatement.cpp Strip redundant std::string usage from tests. 2009-06-05 07:43:55 +07:00
testmathlib.cpp Strip redundant std::string usage from tests. 2009-06-01 02:50:25 +07:00
testmemleak.cpp added test case 2009-06-23 18:29:43 +02:00
testother.cpp Fixed #420 (WarningOldStylePointerCast() needs a test case) 2009-06-19 12:01:27 +02:00
testpreprocessor.cpp Fix ticket #267 (Glued define and define name in output text) 2009-06-26 13:19:55 +02:00
testredundantif.cpp Strip redundant std::string usage from tests. 2009-06-01 02:50:25 +07:00
testrunner.cpp test/testrunner.cpp: removed unused headers. 2009-06-10 01:52:42 +07:00
testsecurity.cpp Fix ticket #325 (Replace developer names in source files with AUTHORS file) 2009-05-30 08:48:12 +03:00
testsimplifytokens.cpp Fixed ticket #411 (false positive: resource leak in while loop) 2009-06-20 13:58:30 +02:00
teststl.cpp Strip redundant std::string usage from tests. 2009-06-05 07:43:55 +07:00
testsuite.cpp Fix ticket #325 (Replace developer names in source files with AUTHORS file) 2009-05-30 08:48:12 +03:00
testsuite.h Fix ticket #325 (Replace developer names in source files with AUTHORS file) 2009-05-30 08:48:12 +03:00
testtoken.cpp Replace tok->previous()->previous() call to tok->tokAt(-2). 2009-06-14 13:33:45 +07:00
testtokenize.cpp Fix ticket #435 (False positive: Invalid number of character when ({}) is used in code) 2009-06-22 23:54:11 +03:00
testunusedfunctions.cpp Fixed ticket #373 (False unused functions) 2009-06-14 07:58:36 +02:00
testunusedprivfunc.cpp Fix ticket #426 (Problem with include) 2009-06-20 23:13:19 +03:00
testunusedvar.cpp Strip redundant std::string usage from tests. 2009-06-05 07:43:55 +07:00