cppcheck/test
Daniel Marjamäki d06e669017 Preprocessor: Speedup of the match_cfg_def function 2009-07-30 10:10:34 +02:00
..
test.pro Add QMake project files for core and tests. 2009-07-14 14:36:05 +03:00
testautovariables.cpp test/testautovariables.cpp: renamed some testcases. 2009-07-28 00:36:56 +07:00
testbufferoverrun.cpp Fixed ticket #499 (buffer overflow not detected when using macros) 2009-07-26 19:29:46 +07:00
testcharvar.cpp Refactoring: Rename member functions to follow naming guidelines. 2009-07-05 23:16:43 +03:00
testclass.cpp Fixed ticket #459 (false positive::Member variable not initialized in constructor) 2009-07-17 23:50:49 +07: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 Strip redundant std::string usage from tests. 2009-06-01 02:50:25 +07:00
testmemleak.cpp memory leak for struct member: fixed false positive when the struct pointer is stored away 2009-07-29 11:38:20 +02:00
testother.cpp null pointers: Fixed false positive when 'do' are used 2009-07-29 11:17:22 +02:00
testpreprocessor.cpp Preprocessor: Speedup of the match_cfg_def function 2009-07-30 10:10:34 +02:00
testredundantif.cpp Strip redundant std::string usage from tests. 2009-06-01 02:50:25 +07: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 Added more tests to test case TestSimplifyTokens::ifassign1 2009-07-30 01:39:28 +03:00
teststl.cpp Fixed ticket #524 (Containers range check shouldn't stop at first founded error) 2009-07-29 03:55:23 +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 ticket #481 (testrunner should exit with non-zero status if one of tests fails) 2009-07-18 19:08:10 +07:00
testtoken.cpp Replace tok->previous()->previous() call to tok->tokAt(-2). 2009-06-14 13:33:45 +07:00
testtokenize.cpp Fixed ticket #522 (Tokenizer: recognize comma in container with STL type declaration) 2009-07-29 02:46:33 +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