summaryrefslogtreecommitdiff
path: root/usr.bin/xlint/lint1/tree.c
AgeCommit message (Expand)Author
2006-05-05Do not warn when casting a pointer to [unsigned] char *;Otto 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-25Rather than use the psize() macro everywhere (portable size macro whichChad 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-03-20Lint should not complain about expressions of the form: ((x == y) == z)Chad Loder
2005-12-17Handle __dead functions using lint comments.Chad Loder
2005-12-16Make div by zero a non-fatal messageChad Loder
2005-12-16Limp along with integral 0 instead of UQUAD_MAX when there is a divisionChad Loder
2005-12-16Call checkdbz with the correct operand, so that div by zero checks actuallyChad Loder
2005-12-15Add a new warning message: conversion of %s return value from '%s' to '%s'.Chad Loder
2005-12-14Move arg # to start of message. Makes it slighly more usefulKjell Wooding
2005-12-12Restructure conditional from last checkin regarding constant in conditionalChad Loder
2005-12-12Cut down on extraneous "constant in conditional context" warnings whenChad Loder
2005-12-10Lint now warns about sizeof(term) where the operator is anything otherChad Loder
2005-12-09Do not warn about assignment in conditional context if the assignmentChad Loder
2005-12-09Another case theo reminded me ofChad Loder
2005-12-09Don't ever complain when assigning a char literal to a char lvalue,Chad Loder
2005-11-29Remove XXX_BROKEN_GCC ifdefs, which were used to work around an ancientChad Loder
2005-11-29Kill unused localsChad Loder
2005-11-28Simplify checks for division by zero.Chad Loder
2005-11-28Another comment typoChad Loder
2005-11-28Typos in commentsChad Loder
2005-11-28Set m_balance to 0 for the COLON operator, thus avoiding a false positive.Chad Loder
2005-11-28Do not complain about promotion of a constant (e.g. from int literal toChad Loder
2005-11-23Warn on a right shift of an N-bit quantity by >= N bits. OK millert,Chad Loder
2005-11-21Print both "from" and "to" types in type conversion warnings. Idea fromChad Loder
2005-11-20spacingTheo de Raadt
2005-11-19knf. OK kjell, bradChad Loder
2005-01-24Update length field in catstrg() with the length of the appended string.Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-09-19occured->occurredMike Pechkin
1998-07-29fix some initialization; ITOH Yasufumi <yasufu-i@is.aist-nara.ac.jp>Todd C. Miller
1998-07-27s/comparision/comparison/g; netbsdTheo de Raadt
1996-06-26rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt