Differences between version 10 and revision by previous author of LanguageNi.
Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History
Newer page: | version 10 | Last edited on Saturday, September 13, 2003 2:00:52 pm | by GerwinVanDeSteeg | Revert |
Older page: | version 9 | Last edited on Monday, November 11, 2002 7:26:13 pm | by PerryLorier | Revert |
@@ -52,4 +52,7 @@
[1] [Splint|http://www.splint.org/] will check a [C] program against special [annotations|http://www.splint.org/manual/html/appC.html] placed in its comments. It would give you the warning you wanted. It can't help the C compiler use this information for optimisation, though, so I see the point in building this sort of thing into the language. --GlynWebster
Yeah. I've looked at them. We use "assert(3)" in ircu a lot to try and catch bugs like these. I've considered annotating using something like splint, but I'm pondering if I really want to try and maintain all those comments, especially in a large collaberative open source project.
+
+-----
+CategoryProgrammingLanguages