History log of /netbsd-src/tests/usr.bin/xlint/lint1/gcc_attribute_func.c (Results 1 – 5 of 5)
Revision Date Author Comments
# 681e5070 13-Nov-2024 rillig <rillig@NetBSD.org>

lint: handle _Noreturn, [[noreturn]] and __attribute__((__noreturn__))


# 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


# 5d41e58a 11-Jun-2022 rillig <rillig@NetBSD.org>

lint: add quotes around a few more placeholders in messages


# a4bbb227 14-Jul-2021 rillig <rillig@NetBSD.org>

tests/lint: add several tests for edge cases in the grammar


# b4c7d7a7 06-Jul-2021 rillig <rillig@NetBSD.org>

tests/lint: add tests for GCC __attribute__

Before fixing the wrong handling of __attribute__ that is demonstrated
at the end of gcc_attribute.c, ensure that the attribute handling works
in the most

tests/lint: add tests for GCC __attribute__

Before fixing the wrong handling of __attribute__ that is demonstrated
at the end of gcc_attribute.c, ensure that the attribute handling works
in the most basic cases.

Lint currently accepts __attribute__ in more places than it should.
This leads to some ambiguities in the grammar.

show more ...