47
I Use This!
Activity Not Available

News

Analyzed about 1 month ago. based on code collected about 1 month ago.
Posted about 18 years ago by [email protected] (Daniel Marjamäki)
Development has been going well lately.I've refactored some utility functions and that made the checking more powerful. And the code became simpler too I think.I am planning for better utility functions in the future but I don't know exactly what I ... [More] need.A new check has been added that checks the usage of global functions. In big projects it is not uncommon that old functions that are not used anymore still lie around. And sometimes a function can have static linkage but it doesn't. This checking is only enabled if giving the "--style" parameter.So a new release should be available soon.I think the code is already stable enough but I am holding it for a week or so in case something comes up. (0 comments) [Less]
Posted about 18 years ago by [email protected] (Daniel Marjamäki)
The development has been going well lately. It has focused on new checking of variable scope and checking for unsigned divisions.The current SVN revision is 199. (0 comments)