cppcheck/test
Gianluca Scacco c88a362893 Fixed ticket #228: false positive with usage of an auto-variable 2009-03-28 21:47:38 +01:00
..
testautovariables.cpp Fixed ticket #228: false positive with usage of an auto-variable 2009-03-28 21:47:38 +01:00
testbufferoverrun.cpp Buffer overrun: Added check to detect when size argument to memset is a char constant (#213) 2009-03-25 07:25:10 +01:00
testcharvar.cpp Fixed ticket 205 (False positive: char variable used in bit operation) 2009-03-23 19:04:51 +01:00
testclass.cpp testing: new handling of todo test cases. If they use TODO_ASSERT_EQUALS instead we can detect when they are fixed 2009-03-25 18:31:40 +01:00
testconstructors.cpp refactoring CheckClass 2009-03-20 17:30:24 +01:00
testcppcheck.cpp Copyrights updated 2009-03-01 19:52:33 +00:00
testdangerousfunctions.cpp refactoring the rest of the classes 2009-03-20 18:16:21 +01:00
testdivision.cpp refactoring the rest of the classes 2009-03-20 18:16:21 +01:00
testfilelister.cpp Copyrights updated 2009-03-01 19:52:33 +00:00
testfunctionusage.cpp Copyrights updated 2009-03-01 19:52:33 +00:00
testincompletestatement.cpp refactoring the rest of the classes 2009-03-20 18:16:21 +01:00
testmemleak.cpp Memory leaks: refactoring the TODO test cases 2009-03-28 20:50:09 +01:00
testmemleakmp.cpp refactoring the rest of the classes 2009-03-20 18:16:21 +01:00
testother.cpp removed TestOther::zeroDiv3 - it is not valid 2009-03-28 08:02:15 +01:00
testpreprocessor.cpp Fix ticket #191 (semicolon after #endif stop tokenizing of function) 2009-03-18 01:10:26 +02:00
testredundantif.cpp refactoring the rest of the classes 2009-03-20 18:16:21 +01:00
testrunner.cpp Copyrights updated 2009-03-01 19:52:33 +00:00
testsecurity.cpp refactoring error messages 2009-03-21 18:31:28 +01:00
testsimplifytokens.cpp Simplify if conditions more.. simplifyIfAssign + simplifyIfNot 2009-03-24 18:23:21 +01:00
teststl.cpp refactoring - handling the stlOutOfBounds error message the new way 2009-03-21 14:20:10 +01:00
testsuite.cpp Copyrights updated 2009-03-01 19:52:33 +00:00
testsuite.h testing: new handling of todo test cases. If they use TODO_ASSERT_EQUALS instead we can detect when they are fixed 2009-03-25 18:31:40 +01:00
testtoken.cpp Fixed some memory leaks in test cases 2009-03-17 21:59:40 +02:00
testtokenize.cpp Tokenizer: Don't treat typedefs as variable declarations (#234) 2009-03-28 21:07:33 +01:00
testunusedprivfunc.cpp refactoring CheckClass 2009-03-20 17:30:24 +01:00
testunusedvar.cpp refactoring the rest of the classes 2009-03-20 18:16:21 +01:00