cppcheck/test
Reijo Tomperi 7af4ac4282 New command line argument added --template
Fix ticket #462 (Allow using template to customize output format)
http://sourceforge.net/apps/trac/cppcheck/ticket/462
2009-09-05 22:01:49 +03: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 #629 (Tokenizer: expand nested strcat() calls) 2009-09-05 23:46:27 +07:00
testcharvar.cpp Refactoring: Rename member functions to follow naming guidelines. 2009-07-05 23:16:43 +03:00
testclass.cpp Fix #601 (Poor var initialization assumption when can't find function definition) 2009-09-03 23:28:00 +03: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 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 Don't warn about division by zero if zero if floating point number. 2009-09-01 22:06:46 +03:00
testmemleak.cpp memory leaks: Added a todo test case for the getcode function 2009-09-04 19:11:19 +02:00
testother.cpp Don't warn about division by zero if zero if floating point number. 2009-09-01 22:06:46 +03:00
testpreprocessor.cpp Preprocessor: Added a todo testcase 2009-08-31 20:36:25 +02: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 Fixed #629 (Tokenizer: expand nested strcat() calls) 2009-09-05 23:46:27 +07: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 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