index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
regress
/
usr.bin
/
xlint
/
Makefile
Age
Commit message (
Expand
)
Author
2006-05-28
We pull in LINTFLAGS from sys.mk, no need to reproduce it here
Chad Loder
2006-05-05
test pointer casts
Otto Moerbeek
2006-05-03
Add some regress tests for lint1 crashes which are not solved yet
Chad Loder
2006-04-28
remove p flag from LINTFLAGS; ok cloder@
Otto Moerbeek
2006-04-27
Add test for "expression has null effect" warnings.
Otto Moerbeek
2006-04-25
Reflect latest lint commit, which fixes many type conversion false
Chad Loder
2006-04-20
Test for (soon to be coming) LINTUSED special comment
Chad Loder
2006-04-20
Test case for unreachable breaks
Chad Loder
2006-03-20
Add a regression test for false positive with ((x == y) == z), fixed in
Chad Loder
2005-12-16
Add a regression test for lint catching division by zero.
Chad Loder
2005-12-12
Regression test for constant in conditional context
Chad Loder
2005-12-10
Add a generate target
Chad Loder
2005-12-10
Add a regression test for suspicious use of sizeof.
Chad Loder
2005-12-10
Remove test 11 (gcc attribute parsing) from the list. We will keep it in
Chad Loder
2005-12-09
Add regression test for assignment in conditional context
Chad Loder
2005-12-09
Reverse order of diff so that output makes more sense. kjell said he
Chad Loder
2005-12-03
Add a couple more __attribute__ test cases to test 11, and hook up 11
Chad Loder
2005-12-02
add test that lint gets keywords from comments out of #define macros
Alexander von Gernler
2005-12-01
Regress test for testing unsigned less than 0
Chad Loder
2005-12-01
Add regression test for lint2 being less noisy about "foo declared but
Chad Loder
2005-11-30
Regression test for slashslash comments
Chad Loder
2005-11-30
Regression test for __func__
Chad Loder
2005-11-28
Test for promoting in-range literal to bigger type
Chad Loder
2005-11-26
Add test 4 (case ranges) and adjust output of other cases to reflect the
Chad Loder
2005-11-23
Test "inline" keyword
Chad Loder
2005-11-23
Add regression test for right shift of N-bit quantity by >= N bits
Chad Loder
2005-11-21
Basic regress framework for xlint. Not hooked up yet.
Chad Loder