cppcheck/test
Daniel Marjamäki b86b07827a 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
..
testautovariables.cpp Refactoring: Moved CheckOther::returnPointerToLocalVariable to CheckAutoVariables 2009-06-09 19:45:58 +02:00
testbufferoverrun.cpp better description for the message with id strncatUsage 2009-07-11 12:16:38 +02: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 Revert "cppcheck: Now it's possible to change the output format, for example to a visual studio compliant format" 2009-07-10 22:38:26 +02: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 memleak: fixed todo test case 2009-07-07 15:22:37 +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 templates: simplified a todo test case by removing a redundant function from the code 2009-07-08 09:38:59 +02:00
teststl.cpp Strip redundant std::string usage from tests. 2009-06-05 07:43:55 +07:00
testsuite.cpp Revert "cppcheck: Now it's possible to change the output format, for example to a visual studio compliant format" 2009-07-10 22:38:26 +02: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 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