History log of /netbsd-src/tests/usr.bin/xlint/lint1/parse_init_declarator.c (Results 1 – 4 of 4)
Revision Date Author Comments
# b2baa501 28-Mar-2023 rillig <rillig@NetBSD.org>

lint: warn about extern declarations outside headers

https://mail-index.netbsd.org/tech-userlevel/2023/03/15/msg013727.html


# a3535e9c 25-Jul-2021 rillig <rillig@NetBSD.org>

tests/lint: cover every code line in the grammar


# c127a425 25-Jul-2021 rillig <rillig@NetBSD.org>

lint: fix parsing of GNU __attribute__ after __asm

GCC only accepts them in the order __asm __attribute__, not the other
way round. So should lint.


# b51ebfa0 25-Jul-2021 rillig <rillig@NetBSD.org>

tests/lint: test declarators with attributes