cppcheck/test
Daniel Marjamäki da46e4bd96 struct member usage: bail out the check if the struct contain any functions 2009-01-11 14:39:52 +00:00
..
testbufferoverrun.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
testcharvar.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
testclass.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
testconstructors.cpp errmsg: Added "uninitialized member variable" 2009-01-10 17:11:47 +00:00
testdivision.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
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 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
testmemleak.cpp checkmemoryleak: no longer flag "dealloc ; alloc ; if continue ;" as a leak, even with --all 2009-01-10 16:28:04 +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 setVarId: Fixed bug (variable id for struct member not correctly set) 2009-01-11 10:03:21 +00:00
testpreprocessor.cpp preprocessor: Added a test to see that "<backslash><newline>" is handled correctly inside strings 2009-01-11 08:16:15 +00:00
testredundantif.cpp errormessage: Added a few more messages for checkother.cpp 2009-01-08 20:56:51 +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 match: skip initial !! patterns if on first token. 2009-01-10 21:13:10 +00:00
testunusedprivfunc.cpp errmsg: Added "Unused private function ..." 2009-01-10 17:35:41 +00:00
testunusedvar.cpp struct member usage: bail out the check if the struct contain any functions 2009-01-11 14:39:52 +00:00