Neil Brown
|
64a9292b75
|
Moved customVarCompare from ArrayUsageCheck to UsageCheck and used it to derive Ord for the Var type
|
2008-01-25 16:34:18 +00:00 |
|
Neil Brown
|
c2c761ab7d
|
Added an export list to the UsageCheck module
|
2008-01-25 16:33:57 +00:00 |
|
Neil Brown
|
178af1ca24
|
Changed the array usage checking to distinguish between read-from and written-to indexes, while also beginning to overhaul the system to make a more general usage-checking framework that operates on the control flow graph
|
2008-01-25 16:17:17 +00:00 |
|
Neil Brown
|
700ddf149e
|
Moved the old attempt at a usage checker into a new module just for doing Rain usage checks
|
2007-10-29 17:13:23 +00:00 |
|
Neil Brown
|
38c409d378
|
Added the -fwarn-unused-imports compiler option to warn about unused imports, and then set about pruning and ordering (mostly in my code) the import lists for all the modules
|
2007-09-27 13:13:46 +00:00 |
|
Neil Brown
|
2ff46a9041
|
Rearranged the Rain source files, renamed a couple of Rain files, and changed the Makefile accordingly.
|
2007-09-10 17:28:57 +00:00 |
|