cppcheck/test
Daniel Marjamäki a0ba52ccf1 Preprocessor: Replace "#if !defined(A)" with "#ifndef A" 2009-06-21 08:03:42 +02:00
..
testautovariables.cpp
testbufferoverrun.cpp
testcharvar.cpp Fixed #425 (False positive: usage of char variable.. c = c & 0x03) 2009-06-20 19:24:58 +02:00
testclass.cpp
testconstructors.cpp Fix ticket #309 (false positive::is not assigned a value in 'A::operator=') 2009-06-17 00:58:16 +03:00
testcppcheck.cpp
testdangerousfunctions.cpp
testdivision.cpp
testfilelister.cpp
testincompletestatement.cpp
testmathlib.cpp
testmemleak.cpp Fixed ticket #411 (false positive: resource leak in while loop) 2009-06-20 13:58:30 +02:00
testother.cpp Fixed #420 (WarningOldStylePointerCast() needs a test case) 2009-06-19 12:01:27 +02:00
testpreprocessor.cpp Preprocessor: Replace "#if !defined(A)" with "#ifndef A" 2009-06-21 08:03:42 +02:00
testredundantif.cpp
testrunner.cpp
testsecurity.cpp
testsimplifytokens.cpp Fixed ticket #411 (false positive: resource leak in while loop) 2009-06-20 13:58:30 +02:00
teststl.cpp
testsuite.cpp
testsuite.h
testtoken.cpp
testtokenize.cpp refactoring testcases for Tokenizer::simplifyAddBraces 2009-06-20 13:20:51 +02:00
testunusedfunctions.cpp
testunusedprivfunc.cpp Fix ticket #426 (Problem with include) 2009-06-20 23:13:19 +03:00
testunusedvar.cpp