cppcheck/test
Daniel Marjamäki 9136d8cf80 Tokenizer: simplify return statements - remove redundant parantheses 2009-07-24 21:55:35 +02:00
..
test.pro Add QMake project files for core and tests. 2009-07-14 14:36:05 +03:00
testautovariables.cpp
testbufferoverrun.cpp refactoring: Renamed checking classes 2009-07-13 16:00:15 +02:00
testcharvar.cpp
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
testincompletestatement.cpp
testmathlib.cpp
testmemleak.cpp memory leaks: fixed false positive for struct members - better handling of if/else 2009-07-24 09:05:40 +02:00
testother.cpp null pointers: fixed false positives when checking if pointer is null at many locations (#485) 2009-07-23 19:59:29 +02:00
testpreprocessor.cpp Preprocessor: Better evaluation of conditions such as '#if defined A || defined B' (#469) 2009-07-22 20:11:27 +02:00
testredundantif.cpp
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 Tokenizer: simplify return statements - remove redundant parantheses 2009-07-24 21:55:35 +02:00
teststl.cpp Fixed ticket #477 (Bug in Token::Match() during process TestStl::pushback3) 2009-07-18 17:06:51 +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
testtokenize.cpp astyle formatting 2009-07-18 20:35:22 +02:00
testunusedfunctions.cpp
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