.. |
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
|
preprocessor: Handle ##
|
2009-01-20 18:28:24 +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
|
Fixes test case "file2", fixes bug with include file handling
|
2009-01-20 22:25:49 +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 |