summaryrefslogtreecommitdiff
path: root/usr.bin/xlint
AgeCommit message (Expand)Author
2007-11-27typos; ok jmc@Martynas Venckus
2007-11-26typos; ok jmc@Martynas Venckus
2007-10-17remove "unused variable" warningsCharles Longeau
2007-10-11pcc also knows about quads; ok cloder@Otto Moerbeek
2007-09-24typos; from Pierre RiteauJason McIntyre
2007-09-08Fix false negatives in dealing with unreachable code after calls to __deadChad Loder
2007-09-06Fix typos in comments. No code changesChad Loder
2007-09-05- use a consistent grammatical case for the C comments sectionJason McIntyre
2007-09-05Document NORETURN, add it to the directive list and rearrange the entries.Federico G. Schwindt
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-26More comment typos from Diego Casati. Including winners like funtion, allmost,Kenneth R Westerback
2007-04-24exeption -> exceptionMiod Vallat
2007-03-21remove extra *p tests, from charles longeauTed Unangst
2007-03-20sort options; sync synopsis and usage();Jason McIntyre
2006-11-10fix usage messageTheo de Raadt
2006-11-03ouT makefile rules are smarter now, kill a redundant CLEANFILESOtto Moerbeek
2006-10-26Remove an unused variable spotted by lint.Chad Loder
2006-07-09*enty->*ently where applicableMiod Vallat
2006-06-02Rework logic for function argument conversion warnings. Only do certainChad Loder
2006-05-29Get rid of -t (traditional C) option. Some corrections by moritz.Chad Loder
2006-05-29lint has two synopses, so remove -ab from the second one too;Jason McIntyre
2006-05-28Kill the bflag, which was really just used to shut up a useless warningChad Loder
2006-05-28Kill the -a option for lint, which controlled (inconsistently) warningsChad Loder
2006-05-06use mkstemp, remove races wrt lint1 and cpp.Marc Espie
2006-05-05Do not warn when casting a pointer to [unsigned] char *;Otto Moerbeek
2006-05-05Fix SEGV on prototypes containing functions; from NetBSD rev 1.18;Otto Moerbeek
2006-05-05Fix SEGV on scalar initialization with braces; also found in NetBSDOtto Moerbeek
2006-05-03be smarter about warning for null effects; kills a lot of spuriousOtto Moerbeek
2006-04-27print a quad as %lld, not %dOtto Moerbeek
2006-04-27Correctly process comma operator when hunting for "expression has nullOtto Moerbeek
2006-04-26Something very small and lame for nowChad Loder
2006-04-26Typos in comments, no code changesChad Loder
2006-04-25Prettier error messagesChad Loder
2006-04-25Rather than use the psize() macro everywhere (portable size macro whichChad Loder
2006-04-21Kill warning 54, trailing comma in enum, because this is allowed in C99.Chad Loder
2006-04-21On gcc3, specify -CC to the preprocessor (preserve comments even in macroChad Loder
2006-04-21Fix crash when lint deals with break statements outside switch or loop.Chad Loder
2006-04-20Add a LINTUSED special comment which marks the following declared symbol(s)Chad Loder
2006-04-20Do not warn about unreachable breaks in a switch. Prodded by theo, andChad Loder
2006-04-18Disable -CC to cpp until cpp 2.95 can handle it properlyChad Loder
2006-04-18Add () to function names to make it more clear what is happeningChad Loder
2006-04-18For prototype argument conversions, include both "from" and "to" types.Chad Loder
2006-04-18For all warnings involving prototypes, print the function name and theChad Loder
2006-04-18Add a funcname() function, which returns the name of a function given aChad Loder
2006-04-18The old way of passing function argument information was to pass an intChad Loder
2006-04-17Pass -CC to cpp, which preserves comments in macros. This gets us __deadChad Loder
2006-04-03reflect reality, wchar_t has been int on OpenBSD for about a year now.Marc Espie
2006-03-20Lint should not complain about expressions of the form: ((x == y) == z)Chad Loder
2006-03-13Do not warn for functions declared with ARGSUSEDMoritz Jodeit
2006-03-08some cleanup including:Moritz Jodeit