cppcheck/test
Slava Semushin 7236230228 Additional fix for better simplifying array declaration.
Pointed out by hyd_danmar@ in IRC.

Addressed to #696
2009-09-20 18:28:56 +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 #690 (False positive: (possible error) Buffer overrun) 2009-09-20 17:54:19 +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 Fixed #669 (possible style without --all + false positives) 2009-09-15 20:46:47 +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 Fix ticket #632 (Mathlib isInt() identifies "330L" as not int) 2009-09-11 23:46:59 +03:00
testmemleak.cpp astyle fix 2009-09-19 14:21:50 +03:00
testother.cpp Fixed #673 (False positive: null pointer dereference when dynamic cast is used) 2009-09-19 10:54:10 +02:00
testpreprocessor.cpp Fix #667 (Preprocessor does not handle macro inside macro correctly) 2009-09-20 00:09:05 +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 #684 (Tokenizer: (65536*72/100) incorrectly simplified to zero) 2009-09-15 23:38:54 +03:00
teststl.cpp Fixed #631 (False positive matching iterator which is dereferenced) 2009-09-01 23:49:17 +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 TestTOKEN::getStrLength(): allocate tok variable in stack (instead of in heap) 2009-09-13 15:08:43 +07:00
testtokenize.cpp Additional fix for better simplifying array declaration. 2009-09-20 18:28:56 +07:00
testunusedfunctions.cpp Fixed ticket #373 (False unused functions) 2009-06-14 07:58:36 +02:00
testunusedprivfunc.cpp Fixed #677 (False positive: Unused private function produced by class member initialization) 2009-09-16 23:04:13 +02:00
testunusedvar.cpp Refactoring: Rename member functions to follow naming guidelines. 2009-07-05 23:16:43 +03:00