summaryrefslogtreecommitdiff
path: root/regress/usr.bin/xlint/Makefile
AgeCommit message (Expand)Author
2006-05-28We pull in LINTFLAGS from sys.mk, no need to reproduce it hereChad Loder
2006-05-05test pointer castsOtto Moerbeek
2006-05-03Add some regress tests for lint1 crashes which are not solved yetChad Loder
2006-04-28remove p flag from LINTFLAGS; ok cloder@Otto Moerbeek
2006-04-27Add test for "expression has null effect" warnings.Otto Moerbeek
2006-04-25Reflect latest lint commit, which fixes many type conversion falseChad Loder
2006-04-20Test for (soon to be coming) LINTUSED special commentChad Loder
2006-04-20Test case for unreachable breaksChad Loder
2006-03-20Add a regression test for false positive with ((x == y) == z), fixed inChad Loder
2005-12-16Add a regression test for lint catching division by zero.Chad Loder
2005-12-12Regression test for constant in conditional contextChad Loder
2005-12-10Add a generate targetChad Loder
2005-12-10Add a regression test for suspicious use of sizeof.Chad Loder
2005-12-10Remove test 11 (gcc attribute parsing) from the list. We will keep it inChad Loder
2005-12-09Add regression test for assignment in conditional contextChad Loder
2005-12-09Reverse order of diff so that output makes more sense. kjell said heChad Loder
2005-12-03Add a couple more __attribute__ test cases to test 11, and hook up 11Chad Loder
2005-12-02add test that lint gets keywords from comments out of #define macrosAlexander von Gernler
2005-12-01Regress test for testing unsigned less than 0Chad Loder
2005-12-01Add regression test for lint2 being less noisy about "foo declared butChad Loder
2005-11-30Regression test for slashslash commentsChad Loder
2005-11-30Regression test for __func__Chad Loder
2005-11-28Test for promoting in-range literal to bigger typeChad Loder
2005-11-26Add test 4 (case ranges) and adjust output of other cases to reflect theChad Loder
2005-11-23Test "inline" keywordChad Loder
2005-11-23Add regression test for right shift of N-bit quantity by >= N bitsChad Loder
2005-11-21Basic regress framework for xlint. Not hooked up yet.Chad Loder