Daniel Marjamäki
|
e9a533fb32
|
TestTokenize: Use TOKEN::str() instead of TOKEN::aaaa() where possible
|
2008-12-04 07:35:48 +00:00 |
Daniel Marjamäki
|
5ce5c7ab63
|
Preprocessor: Minor refactoring and improved testing
|
2008-12-04 07:34:31 +00:00 |
Reijo Tomperi
|
5eb653911e
|
Tokenizer: Fixed bug, const and volatile functions were not recogniced
by fillFunctionList()
|
2008-12-03 20:22:48 +00:00 |
Daniel Marjamäki
|
d3a2a32a58
|
preprocessor: fixed handling of tabs and spaces
|
2008-12-03 18:35:58 +00:00 |
Daniel Marjamäki
|
17cb374ce2
|
Memory leaks: Various improvements in "simplifycode"
|
2008-12-02 18:00:58 +00:00 |
Daniel Marjamäki
|
d5506618b6
|
Memory leak: Further improvements of "simplifycode"
|
2008-12-02 17:22:01 +00:00 |
Daniel Marjamäki
|
8578df698f
|
Memory leak: Changed a comment
|
2008-12-02 16:58:43 +00:00 |
Daniel Marjamäki
|
d5d31cc632
|
updated the borland project file
|
2008-12-02 14:38:32 +00:00 |
Reijo Tomperi
|
9b56be86c6
|
Minor improvement to code comments.
|
2008-12-01 22:33:21 +00:00 |
Nicolas Le Cam
|
b886702d0d
|
Warning If minor optimizations
|
2008-12-01 20:02:39 +00:00 |
Reijo Tomperi
|
19308e0ed6
|
Patch: [ 2371330 ] Removed CheckOther::WarningDangerousFunctions() declaration
|
2008-12-01 19:41:37 +00:00 |
Daniel Marjamäki
|
a8bf4d7e77
|
Memory leak: Refactoring and improvements of simplifycode etc
|
2008-12-01 18:52:40 +00:00 |
Daniel Marjamäki
|
bbd21613f7
|
testing: minor refactoring so better error messages are shown
|
2008-12-01 18:52:03 +00:00 |
Daniel Marjamäki
|
e968b42c38
|
Memory leaks: When "--debug" is given the checking will be different to
highlight problems in "getcode" and "simplifycode"
|
2008-12-01 07:50:36 +00:00 |
Daniel Marjamäki
|
5ab22473e3
|
added comment about "--debug" flag. This is used for various debugging purposes so the behaviour of c++check is undefined if it's given
|
2008-11-30 19:32:36 +00:00 |
Daniel Marjamäki
|
a7ece61734
|
Memory leak: The "do" must be handled differently. Made a first fix for it
|
2008-11-30 19:00:07 +00:00 |
Reijo Tomperi
|
5326a35951
|
Verbose: Added line change to help text printing and updated man page
|
2008-11-30 10:38:58 +00:00 |
Daniel Marjamäki
|
a07c1745c3
|
Verbose error message output through '--verbose'
|
2008-11-30 09:08:07 +00:00 |
Daniel Marjamäki
|
f646684159
|
Memory leak: Fixed the test 'CheckMemoryLeak::func8'
|
2008-11-29 17:34:47 +00:00 |
Daniel Marjamäki
|
8c07a13cb6
|
Test Memory leak: Added a test case, currently a false positive is generated
|
2008-11-29 16:42:14 +00:00 |
Daniel Marjamäki
|
87794cc66c
|
cppcheck: Write version number etc
|
2008-11-29 13:58:28 +00:00 |
Daniel Marjamäki
|
95c7e1a7d3
|
Memory leak: Moved the class member checking to the "--all"
|
2008-11-28 17:16:28 +00:00 |
Daniel Marjamäki
|
1f189f655d
|
Array index : No recursive checking unless the "--all" has been given
|
2008-11-27 20:29:29 +00:00 |
Reijo Tomperi
|
df452a3b0f
|
Recursive file listing, .cxx added to file list
|
2008-11-27 19:17:15 +00:00 |
Reijo Tomperi
|
101e7b96fc
|
Removed debug output
|
2008-11-27 18:57:07 +00:00 |
Daniel Marjamäki
|
6fcbbf21ee
|
Memory leaks: Reverted the sensitive checking in r536. And improved the
simplifycode function.
|
2008-11-27 07:27:50 +00:00 |
Daniel Marjamäki
|
997f4e6165
|
Memory leaks: Made the checking a lot more sensitive
|
2008-11-26 18:13:36 +00:00 |
Daniel Marjamäki
|
2e22c7cb1d
|
CheckMemoryLeak: Refactoring. Use TOKEN::isStandardType instead of rewriting its functionality
|
2008-11-26 07:23:54 +00:00 |
Daniel Marjamäki
|
b179083788
|
token: refactoring the 'isStandardType' a little
|
2008-11-26 07:22:34 +00:00 |
Daniel Marjamäki
|
c95fee7266
|
testmemleak: Added 'func7' test case. Not working yet
|
2008-11-26 07:17:50 +00:00 |
Reijo Tomperi
|
69ba8ce7f9
|
Feature added: CppCheck class has now function addFile(string,string) which allows checking of unreal files, by giving just filename and file content as a
parameter.
|
2008-11-25 20:56:11 +00:00 |
Daniel Marjamäki
|
4f4a2391e0
|
Refactoring: Removed _settings member from the Tokenizer
|
2008-11-25 18:44:35 +00:00 |
Daniel Marjamäki
|
8845e8bc89
|
Refactoring: Tokenizer - renaming functions, moved the 'tokenizeCode' to the private section
|
2008-11-25 18:34:51 +00:00 |
Daniel Marjamäki
|
0d6bd9b7fd
|
TODO: added a todo to add an error message. and removed an "invalid" todo
|
2008-11-25 18:15:32 +00:00 |
Daniel Marjamäki
|
4df96f299f
|
Function usage: Report which file the missing function is implemented in
|
2008-11-25 18:11:02 +00:00 |
Reijo Tomperi
|
bf0bf3268d
|
Refactoring: Added missing license texts and some comments
|
2008-11-24 22:10:48 +00:00 |
Reijo Tomperi
|
b2f155c82c
|
Refactoring: Updated project file for Code::Blocks
|
2008-11-24 21:51:02 +00:00 |
Reijo Tomperi
|
ad5fbe5dc6
|
Refactoring: CppCheckExecutor class added
|
2008-11-24 21:50:20 +00:00 |
Daniel Marjamäki
|
bc267bbca5
|
TOKEN: Refactoring the 'str' member variable
|
2008-11-24 19:38:08 +00:00 |
Daniel Marjamäki
|
31c3532b55
|
Visual C++: Updated the FileLister (applied patch FileLister_ReworkRecursiveAddFiles submitted by kush_eplus)
|
2008-11-24 14:01:33 +00:00 |
Reijo Tomperi
|
c022057c70
|
bug fix, didn't compile on Linux (3 utf characters on top of file again)
|
2008-11-24 08:59:10 +00:00 |
Daniel Marjamäki
|
a521e4274f
|
Visual C++: Updated the project file
* removed 'commoncheck'
* added 'checkfunctionusage'
* added 'token'
|
2008-11-24 07:47:13 +00:00 |
Daniel Marjamäki
|
e0027bef66
|
Borland C++: Minor updates so cppcheck compiles with Borland C++
|
2008-11-24 07:35:03 +00:00 |
Reijo Tomperi
|
895b1d5561
|
Refactoring: Started making CppCheck class more generally usable (e.g. as a part of IDE).
|
2008-11-23 22:01:09 +00:00 |
Reijo Tomperi
|
beee37c86b
|
Refactoring: Updated makefile to be more up-to-date after big refactoring changes.
|
2008-11-23 20:12:43 +00:00 |
Daniel Marjamäki
|
5330524f48
|
Function usage: Better handling of '!foo()'
|
2008-11-23 17:28:26 +00:00 |
Reijo Tomperi
|
578027f05f
|
Project files: Changed both targets to same file, using custom makefile
|
2008-11-23 15:29:12 +00:00 |
Daniel Marjamäki
|
a26d44daf5
|
Function usage: Minor update in the pattern for using function
|
2008-11-23 14:36:20 +00:00 |
Daniel Marjamäki
|
c6264022f9
|
Function Usage: Handling '.. else foo()'
|
2008-11-23 14:26:47 +00:00 |
Daniel Marjamäki
|
954371e3f8
|
Function usage: Handling callbacks better: 'void (*f)() = cond ? foo : NULL'
|
2008-11-23 14:21:37 +00:00 |