Daniel Marjamäki
|
44bee90d82
|
Refactoring (Replace '->' with '.', use matching function when possible)
|
2008-03-23 14:15:44 +00:00 |
Daniel Marjamäki
|
ab7cb379af
|
In the checks, use const pointers
|
2008-03-22 11:46:06 +00:00 |
Daniel Marjamäki
|
85a50103a5
|
Better checking of class declarations.
|
2008-03-18 07:46:42 +00:00 |
Daniel Marjamäki
|
6e2e624bce
|
Removed false positives
|
2008-02-22 07:26:10 +00:00 |
Daniel Marjamäki
|
a40c1e9eb7
|
CheckClass: Improved constructor checking
|
2008-02-19 07:09:09 +00:00 |
Daniel Marjamäki
|
72d9e43f92
|
Made it compilable by borland c++
|
2008-02-18 17:11:34 +00:00 |
Daniel Marjamäki
|
edc4177df3
|
ClassChecking: Only enable the 'no constructor' warning if '--style' is given
|
2008-02-18 17:04:14 +00:00 |
Daniel Marjamäki
|
46d8fe0fad
|
Class Checking: No constructor
|
2008-02-18 16:28:37 +00:00 |
Daniel Marjamäki
|
a8e6a4c343
|
Better checking of uninitialized variables
|
2008-01-17 07:46:10 +00:00 |
Daniel Marjamäki
|
a770561de4
|
check for uninitialized variables - less generic to increase accuracy
|
2008-01-10 19:01:16 +00:00 |
Daniel Marjamäki
|
658f33328b
|
remove false positives (uninitialized class members)
|
2007-10-29 08:20:07 +00:00 |
Daniel Marjamäki
|
c5580b8464
|
CheckClass: Treating all "std::*" as initialized.
|
2007-10-23 06:37:13 +00:00 |
Daniel Marjamäki
|
8d116542ab
|
Removing false positives
|
2007-08-31 04:23:09 +00:00 |
Daniel Marjamäki
|
8af24ee783
|
Always give a warning when 'memset' is used upon a class
|
2007-07-20 06:18:33 +00:00 |
Daniel Marjamäki
|
ba13ad5e3c
|
Minor updates to make it portable to Linux.
|
2007-07-17 06:15:50 +00:00 |
Daniel Marjamäki
|
3991ccab25
|
CheckClass: Moved 'IsName' from main to commoncheck
|
2007-05-25 06:47:04 +00:00 |
Daniel Marjamäki
|
f20c34a751
|
CheckClass; Added files (Check for mistakes related to classes)
|
2007-05-24 13:07:30 +00:00 |