cppcheck/test
Reijo Tomperi 6fb44e733b Fix ticket #612 (Division by zero not detected when zero has type suffix)
http://sourceforge.net/apps/trac/cppcheck/ticket/612
2009-08-30 22:02:09 +03:00
..
test.pro Add QMake project files for core and tests. 2009-07-14 14:36:05 +03: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 #569 (Buffer overrun not detected when strcat() called few times) 2009-08-30 18:44:23 +07:00
testcharvar.cpp Refactoring: Rename member functions to follow naming guidelines. 2009-07-05 23:16:43 +03:00
testclass.cpp Fix the last test case from ticket #613 (array members variables are not checked in constructor) 2009-08-26 23:33:23 +03:00
testconstructors.cpp refactoring: renamed the severity "all" to "possible error" 2009-07-13 10:16:31 +02:00
testcppcheck.cpp dereferencing deallocated memory: it is ok to take the address to deallocated memory but it is not ok to dereference the address 2009-07-21 13:04:13 +02:00
testdangerousfunctions.cpp refactoring: Renamed checking classes 2009-07-13 16:00:15 +02:00
testdivision.cpp refactoring: renamed the severity "all" to "possible error" 2009-07-13 10:16:31 +02: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 ettlmartin: improved the MathLib::IsInt 2009-08-16 18:45:26 +02:00
testmemleak.cpp Fixed #615 (Memleak was detected in 1.32 but not in 1.33 and later) 2009-08-29 17:33:57 +02:00
testother.cpp Fix ticket #612 (Division by zero not detected when zero has type suffix) 2009-08-30 22:02:09 +03:00
testpreprocessor.cpp Fix ticket #611 (Preprocessor: the configurations "A;B" and "B;A" are the same) 2009-08-30 00:00:54 +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 astyle fix 2009-08-29 23:33:12 +03:00
teststl.cpp Fixed ticket #573 (False positive of set range check when we dereferencing iterator) 2009-08-09 02:07:33 +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 Token::getStrLength(): introduce new static method. 2009-08-30 18:07:10 +07:00
testtokenize.cpp Fixed #603 (Tokenizer: Incorrect simplification of < >) 2009-08-23 13:26:16 +07:00
testunusedfunctions.cpp Fixed ticket #373 (False unused functions) 2009-06-14 07:58:36 +02:00
testunusedprivfunc.cpp unused private functions: don't check classes declared in header files unless it is known that their whole implementation is seen 2009-07-12 14:23:01 +02:00
testunusedvar.cpp Refactoring: Rename member functions to follow naming guidelines. 2009-07-05 23:16:43 +03:00