cppcheck/test
Daniel Marjamäki b172d62cae Added more tests to the TestPreprocessor::match_cfg_def (#505) 2009-07-25 17:04:13 +02:00
..
test.pro
testautovariables.cpp
testbufferoverrun.cpp
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
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
testdivision.cpp
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 astyle FTW (should have read about that sooner) 2009-07-24 19:23:30 -04:00
testpreprocessor.cpp Added more tests to the TestPreprocessor::match_cfg_def (#505) 2009-07-25 17:04:13 +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 astyle FTW (should have read about that sooner) 2009-07-24 19:23:30 -04: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 Fixed ticket #500 (Tokenizer: simplify the "(p != NULL)" conditions) 2009-07-25 18:23:03 +07:00
testunusedfunctions.cpp
testunusedprivfunc.cpp
testunusedvar.cpp