Xref: utzoo comp.lang.c:24723 comp.lang.c++:5970 comp.std.c:2295 Path: utzoo!utgpu!jarvis.csri.toronto.edu!clyde.concordia.ca!uunet!wuarchive!brutus.cs.uiuc.edu!apple!agate!shelby!neon!neon!gumby From: gumby@Gang-of-Four.Stanford.EDU (David Vinayak Wallace) Newsgroups: comp.lang.c,comp.lang.c++,comp.std.c Subject: Re: So where is a lint for ANSI C code? Message-ID: Date: 24 Dec 89 20:48:00 GMT References: <16355@megaron.cs.arizona.edu> Sender: USENET News System Organization: Computer Science Department, Stanford University Lines: 11 In-Reply-To: robert@cs.arizona.edu's message of 24 Dec 89 14:44:32 GMT To: robert@cs.arizona.edu (Robert J. Drabek) Date: 24 Dec 89 14:44:32 GMT From: robert@cs.arizona.edu (Robert J. Drabek) So why haven't the GNU people given us "glint"? Or can we get hold of an ANSI-knowledgeable lint right away? Any leads would be appreciated. They're mostly volenteers, you know! You could write one. But GCC and G++ by themselves are pretty good; with -Wall I doubt you need a special lint. Though they'd have to be modified to understand /*NOTREACHED*/ and such...