cppcheck/test
Reijo Tomperi 4d0e3dac45 Added a test case and fixed bug. If #include was inside a string, cppcheck hanged in preprocessor. 2009-01-19 19:24:41 +00:00
..
testbufferoverrun.cpp bounds checking: Added error message "snprintf size is out of bounds" 2009-01-17 13:09:02 +00:00
testcharvar.cpp errmsg: Added 'unsigned division' 2009-01-12 17:12:14 +00:00
testclass.cpp Fix Ticket #32 False positive with --style: Uninitialized member variable (when stream is used) 2009-01-17 20:17:57 +00:00
testconstructors.cpp errmsg: Added "uninitialized member variable" 2009-01-10 17:11:47 +00:00
testdivision.cpp testdivision: The 'unsigned division' is a style check 2009-01-12 17:20:32 +00:00
testfilelister.cpp Refactoring: Added src/ and test/ folders. Moved source files to those folders, updated makefile and codeblocks project file. 2009-01-06 14:18:36 +00:00
testfunctionusage.cpp Refactoring: Added src/ and test/ folders. Moved source files to those folders, updated makefile and codeblocks project file. 2009-01-06 14:18:36 +00:00
testincompletestatement.cpp errmsg: Added 'unsigned division' 2009-01-12 17:12:14 +00:00
testmemleak.cpp errmsg: added varname to the message "deallocating a deallocated pointer" 2009-01-17 11:15:46 +00:00
testmemleakmp.cpp Refactoring: Added src/ and test/ folders. Moved source files to those folders, updated makefile and codeblocks project file. 2009-01-06 14:18:36 +00:00
testother.cpp unreachableCode: Moved warning of a break statement following a return in --style; Added a test case; Minor optimization. 2009-01-18 21:19:02 +00:00
testpreprocessor.cpp Added a test case and fixed bug. If #include was inside a string, cppcheck hanged in preprocessor. 2009-01-19 19:24:41 +00:00
testredundantif.cpp errmsg: Added 'unsigned division' 2009-01-12 17:12:14 +00:00
testrunner.cpp Refactoring: Added src/ and test/ folders. Moved source files to those folders, updated makefile and codeblocks project file. 2009-01-06 14:18:36 +00:00
testsimplifytokens.cpp Refactoring: Added src/ and test/ folders. Moved source files to those folders, updated makefile and codeblocks project file. 2009-01-06 14:18:36 +00:00
testsuite.cpp Refactoring: Added src/ and test/ folders. Moved source files to those folders, updated makefile and codeblocks project file. 2009-01-06 14:18:36 +00:00
testsuite.h Refactoring: Added src/ and test/ folders. Moved source files to those folders, updated makefile and codeblocks project file. 2009-01-06 14:18:36 +00:00
testtoken.cpp Refactoring: Added src/ and test/ folders. Moved source files to those folders, updated makefile and codeblocks project file. 2009-01-06 14:18:36 +00:00
testtokenize.cpp Fixed bug in line numbers and enabled test case that spots it. 2009-01-19 18:51:27 +00:00
testunusedprivfunc.cpp errmsg: Added "Unused private function ..." 2009-01-10 17:35:41 +00:00
testunusedvar.cpp functionVariableUsage: no longer SIGSEGVs on unfinished struct. Fixes Ticket #31. 2009-01-18 19:45:43 +00:00