cppcheck/test
Robert Reif 67fafd4028 Fixed #1588 (typedef struct incorrectly simplified) 2010-04-12 19:05:31 +02:00
..
test.cxx renamed gui/test.cpp to test/test.cxx 2010-02-19 07:21:16 +01:00
test.pro use checked STL in debugmode 2009-11-28 18:29:32 +01:00
test.vcproj Fix compiling tests. 2010-03-12 17:21:41 +02:00
testautovariables.cpp Auto variables: Improved handling of temporaries 2010-01-27 19:16:32 +01:00
testbufferoverrun.cpp More tests added to test/testbufferoverrun.cpp 2010-04-11 23:22:16 +03:00
testcharvar.cpp refactoring the folder structure 2009-10-25 12:49:06 +01:00
testclass.cpp Refactoring: Disable inconclusive checks. They can still be activated for debugging/testing purposes 2010-04-10 14:05:33 +02:00
testconstructors.cpp Refactoring: Disable inconclusive checks. They can still be activated for debugging/testing purposes 2010-04-10 14:05:33 +02:00
testcppcheck.cpp Changed CppCheck::parseFromArgs() to return boolean value and reportOut() in case of error. 2010-04-11 22:53:21 +03:00
testdangerousfunctions.cpp Refactoring: Disable inconclusive checks. They can still be activated for debugging/testing purposes 2010-04-10 14:05:33 +02:00
testdivision.cpp Refactoring: Disable inconclusive checks. They can still be activated for debugging/testing purposes 2010-04-10 14:05:33 +02:00
testexceptionsafety.cpp Fixed #1126 (False positive: upon exception there is memory leak (calling unknown function)) 2009-12-21 20:04:55 +01:00
testfilelister.cpp Fix compiling tests. 2010-03-12 17:21:41 +02:00
testincompletestatement.cpp Refactoring: Disable inconclusive checks. They can still be activated for debugging/testing purposes 2010-04-10 14:05:33 +02:00
testmathlib.cpp added a helper function to mathlib::isNullValue(), it checks wheter a string has a null representation or not and returns a boolian result; extended nullchecks in testmathlib.cpp 2010-04-02 22:41:54 +02:00
testmemleak.cpp Refactoring: Disable inconclusive checks. They can still be activated for debugging/testing purposes 2010-04-10 14:05:33 +02:00
testother.cpp Fixed #1581 (False positives 'The scope of the variable x can be reduced') 2010-04-09 16:53:27 +02:00
testpreprocessor.cpp Add a few test cases for CppCheck::parseFromArgs 2010-04-06 22:13:23 +03:00
testredundantif.cpp refactoring the folder structure 2009-10-25 12:49:06 +01:00
testrunner.cpp Fix GPL comments in all files. ">." was missing from the end. 2009-09-27 18:08:31 +03:00
testsimplifytokens.cpp Fixed #1588 (typedef struct incorrectly simplified) 2010-04-12 19:05:31 +02:00
teststl.cpp Refactoring: Disable inconclusive checks. They can still be activated for debugging/testing purposes 2010-04-10 14:05:33 +02:00
testsuite.cpp Add a few test cases for CppCheck::parseFromArgs 2010-04-06 22:13:23 +03:00
testsuite.h astyle fix 2010-04-02 21:42:06 +03:00
testtoken.cpp Refactoring: Renamed TestTOKEN to TestToken 2010-04-05 10:15:30 +02:00
testtokenize.cpp Added TODO testcase for ticket #1169 (improve check: divsion by zero not detected when using the shift (>>) operator) 2010-04-04 18:48:51 +02:00
testunusedfunctions.cpp Fixed #1342 (Superclass constructors in initializer lists are considered unused functions when superclass has a namespace.) 2010-02-03 18:37:48 +01:00
testunusedprivfunc.cpp Fixed #1537 ('Unused private function' when using pointer to member function) 2010-04-08 19:06:54 +02:00
testunusedvar.cpp ticket 1253 added testcases and one todo 2010-04-09 23:36:32 +02:00