cppcheck/test
Daniel Marjamäki 66c13c7173 reverted [1282] because some changes were committed by mistake 2009-02-24 17:49:43 +00:00
..
testbufferoverrun.cpp buffer overrun: catch cases when using cin to read to a char array 2009-02-21 12:22:04 +00:00
testcharvar.cpp Fix ticket #84 (unit testing: use "protected" instead of preprocessor) 2009-02-07 20:06:00 +00:00
testclass.cpp constructors: don't warn about missing constructor if class only has static variable members 2009-02-21 13:35:55 +00:00
testconstructors.cpp Fix ticket #104 (Change (error) Uninitialized member variable -> (style) Member variable not initialized in the constructor) 2009-02-14 08:52:03 +00:00
testcppcheck.cpp errmsg: use the error message dealloc-use 2009-02-06 06:22:44 +00:00
testdangerousfunctions.cpp Fix ticket #93 (Write xml results into error stream instead of results.xml file.) and also refactor the 2009-02-09 20:51:04 +00:00
testdivision.cpp Fix ticket #84 (unit testing: use "protected" instead of preprocessor) 2009-02-07 20:06:00 +00:00
testfilelister.cpp Fixed Ticket #40, Check copyright texts in files, now that we have new developers. 2009-01-21 20:04:20 +00:00
testfunctionusage.cpp Fix ticket #84 (unit testing: use "protected" instead of preprocessor) 2009-02-07 20:06:00 +00:00
testincompletestatement.cpp Incomplete statements: removed false positive when setting array of structures or multi-dimensional arrays. 2009-02-12 12:59:43 +00:00
testmemleak.cpp memory leak: fixed false positive when using 'return strcpy' 2009-02-24 06:23:21 +00:00
testmemleakmp.cpp Fix ticket #84 (unit testing: use "protected" instead of preprocessor) 2009-02-07 20:06:00 +00:00
testother.cpp Fixed: Ticket #78 Change (always) into (error) in error messages 2009-02-05 21:06:32 +00:00
testpreprocessor.cpp Preprocessor: support for ##-comma-eating in variadic macros; passing now fmt2 test. 2009-02-13 13:34:24 +00:00
testredundantif.cpp Fix ticket #84 (unit testing: use "protected" instead of preprocessor) 2009-02-07 20:06:00 +00:00
testrunner.cpp Fixed Ticket #40, Check copyright texts in files, now that we have new developers. 2009-01-21 20:04:20 +00:00
testsecurity.cpp security: renamed classes 2009-02-21 12:12:31 +00:00
testsimplifytokens.cpp fixed failed tests 2009-02-18 20:04:34 +00:00
teststl.cpp stl push_back: Added check (invalid iterator) 2009-02-18 19:57:43 +00:00
testsuite.cpp Refactoring: reportErr takes now only one parameter, ErrorLogger::ErrorMessage, which contains all required information and also some help 2009-02-10 21:51:52 +00:00
testsuite.h Multicore cpu support for Linux (currently disabled and compiling produces warnings) 2009-02-19 22:21:18 +00:00
testtoken.cpp Fixed Ticket #40, Check copyright texts in files, now that we have new developers. 2009-01-21 20:04:20 +00:00
testtokenize.cpp simplify tokens: simplify known variable value handles ++ and -- better 2009-02-24 16:11:37 +00:00
testunusedprivfunc.cpp reverted [1282] because some changes were committed by mistake 2009-02-24 17:49:43 +00:00
testunusedvar.cpp Fix ticket #84 (unit testing: use "protected" instead of preprocessor) 2009-02-07 20:06:00 +00:00