summaryrefslogtreecommitdiffstats
path: root/perl_checker.src/global_checks.mli
Commit message (Collapse)AuthorAgeFilesLines
* replace the information "a variable is accessed" with the more precisePascal Rigaux2004-01-221-1/+1
| | | | | | Access_none | Access_write_only | Access_various so that we can say either "variable unused" or "variable assigned but not read"
* re-organize to handle cleanly multi packages per filePascal Rigaux2003-09-291-8/+10
| | | | | => fixes cache coherency
* - handle empty prototypesPascal Rigaux2003-04-241-0/+1
| | | | | | | - check number of parameters in method calls (ignoring empty overloaded methods) - allow non-empty prototypes for methods not using @_
* basic "number of arguments" checkingPascal Rigaux2003-04-171-2/+2
|
* new features including checking methods being available and unused functionsPascal Rigaux2002-12-181-0/+19