cppcheck/test
Daniel Marjamäki 9beb73824b Fixed #446 (memory leak false positive when variable is static) 2009-07-06 12:20:13 +02:00
..
testautovariables.cpp Refactoring: Moved CheckOther::returnPointerToLocalVariable to CheckAutoVariables 2009-06-09 19:45:58 +02:00
testbufferoverrun.cpp Fix ticket #445 (simple to avoid false positive for buffer overflow) 2009-06-30 00:42:46 +03:00
testcharvar.cpp Refactoring: Rename member functions to follow naming guidelines. 2009-07-05 23:16:43 +03:00
testclass.cpp Fix ticket #452 (Failure to detect "member var not initialized in constructor" if class inherits) 2009-07-03 21:22:14 +03:00
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 Refactoring: Rename member functions to follow naming guidelines. 2009-07-05 23:16:43 +03:00
testdangerousfunctions.cpp Strip redundant std::string usage from tests. 2009-06-01 02:50:25 +07:00
testdivision.cpp Refactoring: Rename member functions to follow naming guidelines. 2009-07-05 23:16:43 +03: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 Fixed #446 (memory leak false positive when variable is static) 2009-07-06 12:20:13 +02:00
testother.cpp Refactoring: Rename member functions to follow naming guidelines. 2009-07-05 23:16:43 +03:00
testpreprocessor.cpp Refactoring: Rename member functions to follow naming guidelines. 2009-07-05 23:16:43 +03:00
testredundantif.cpp Strip redundant std::string usage from tests. 2009-06-01 02:50:25 +07:00
testrunner.cpp test/testrunner.cpp: removed unused headers. 2009-06-10 01:52:42 +07:00
testsecurity.cpp Fix ticket #325 (Replace developer names in source files with AUTHORS file) 2009-05-30 08:48:12 +03:00
testsimplifytokens.cpp Fix ticket #457 (False positive: Member variable not assigned a value in copy constructor) 2009-07-05 21:29:09 +03:00
teststl.cpp Strip redundant std::string usage from tests. 2009-06-05 07:43:55 +07:00
testsuite.cpp Fix ticket #325 (Replace developer names in source files with AUTHORS file) 2009-05-30 08:48:12 +03:00
testsuite.h Fix ticket #325 (Replace developer names in source files with AUTHORS file) 2009-05-30 08:48:12 +03:00
testtoken.cpp Replace tok->previous()->previous() call to tok->tokAt(-2). 2009-06-14 13:33:45 +07:00
testtokenize.cpp tokenizer: Don't simplify declarations of static variables 2009-07-06 11:45:14 +02:00
testunusedfunctions.cpp Fixed ticket #373 (False unused functions) 2009-06-14 07:58:36 +02:00
testunusedprivfunc.cpp Fix ticket #426 (Problem with include) 2009-06-20 23:13:19 +03:00
testunusedvar.cpp Refactoring: Rename member functions to follow naming guidelines. 2009-07-05 23:16:43 +03:00