cppcheck/test
Slava Semushin 07f41f4563 Fixed #714 (False Buffer overrun with -a when i is increased by more than 1 in a loop)
http://sourceforge.net/apps/trac/cppcheck/ticket/714
2009-09-27 21:12:46 +07:00
..
test.pro Added top-level 'check' target. 2009-09-04 22:59:25 +04:00
testautovariables.cpp Fixed #590 (False positive: Invalid deallocation when variables have same name) 2009-08-16 15:27:40 +07:00
testbufferoverrun.cpp Fixed #714 (False Buffer overrun with -a when i is increased by more than 1 in a loop) 2009-09-27 21:12:46 +07:00
testcharvar.cpp Refactoring: Rename member functions to follow naming guidelines. 2009-07-05 23:16:43 +03:00
testclass.cpp Fixed by #675 (false positive: when operator is overloaded) 2009-09-16 20:07:03 +02:00
testconstructors.cpp refactoring: renamed the severity "all" to "possible error" 2009-07-13 10:16:31 +02:00
testcppcheck.cpp New command line argument added --template 2009-09-05 22:01:49 +03:00
testdangerousfunctions.cpp refactoring: Renamed checking classes 2009-07-13 16:00:15 +02:00
testdivision.cpp test/testdivision.cpp: fixed syntax errors in TestDivision::division8 2009-09-22 23:53:26 +07:00
testfilelister.cpp Strip redundant std::string usage from tests. 2009-06-01 02:50:25 +07:00
testincompletestatement.cpp Refactoring: Rename member functions to follow naming guidelines. 2009-07-05 23:16:43 +03:00
testmathlib.cpp Fix ticket #632 (Mathlib isInt() identifies "330L" as not int) 2009-09-11 23:46:59 +03:00
testmemleak.cpp Fixed #718 (False positive, resource leak when break in a loop before exit) 2009-09-26 07:19:22 +02:00
testother.cpp Improve C style pointer cast detection 2009-09-24 23:46:08 +03:00
testpreprocessor.cpp Fix #706 (false positive: invalid number of character ((), can't process file) 2009-09-21 23:27:06 +03:00
testredundantif.cpp Refactoring the unit testing 2009-08-04 21:32:14 +02:00
testrunner.cpp test/testrunner.cpp: fixed exit code when count of fails tests equals to 256. 2009-07-19 03:12:55 +07:00
testsimplifytokens.cpp Fix #720 (String length for strings like this "\x61" is calculated wrong) 2009-09-27 17:04:10 +03:00
teststl.cpp Detects invalid iterator inside for() when postfix form of increment used. 2009-09-27 15:10:21 +07:00
testsuite.cpp Fixed ticket #481 (testrunner should exit with non-zero status if one of tests fails) 2009-07-18 19:08:10 +07:00
testsuite.h Fixed #622 (Tokenizer: Calculations are wrong) 2009-08-28 12:13:46 +02:00
testtoken.cpp Fixed #731 (False positive, strcpy copying a buffer with a null character) 2009-09-26 22:58:14 +07:00
testtokenize.cpp Fixed #732 (Tokenizer: Incorrect simplification) 2009-09-26 17:02:13 +07:00
testunusedfunctions.cpp Fixed ticket #373 (False unused functions) 2009-06-14 07:58:36 +02:00
testunusedprivfunc.cpp Fixed #678 (False positive: Unused private function produced by inner class) 2009-09-25 20:42:22 +02:00
testunusedvar.cpp Refactoring: Rename member functions to follow naming guidelines. 2009-07-05 23:16:43 +03:00