.. |
testbufferoverrun.cpp
|
buffer overruns: added sprintf checking
|
2009-01-14 06:29:35 +00:00 |
testcharvar.cpp
|
errmsg: Added 'unsigned division'
|
2009-01-12 17:12:14 +00:00 |
testclass.cpp
|
errmsg: Added 'condition is always true/false'
|
2009-01-14 19:43:28 +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
|
memory leaks: Added checking of deallocate to see that the pointer isn't deallocated already
|
2009-01-15 20:34:39 +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
|
str plus char: added simple variable handling
|
2009-01-15 17:12:33 +00:00 |
testpreprocessor.cpp
|
testpreprocessor: commented the "undef" test that doesn't work
|
2009-01-12 19:23:01 +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
|
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
|
functionVariableUsage: support for nested struct/union declaration.
|
2009-01-14 00:45:44 +00:00 |