Home | History | Annotate | Download | only in lint1
History log of /src/tests/usr.bin/xlint/lint1/init_c99.c
RevisionDateAuthorComments
 1.5  12-Apr-2025  rillig lint: s/illegal/invalid/g

Lint does not provide legal advice.
 1.4  27-Feb-2025  rillig lint: normalize whitespace
 1.3  20-Feb-2025  rillig lint: mention the assignment operator in 'illegal combination'

In source lines that contain both a 'return' statement as well as a
function-like macro, such as the C11 atomics, seeing the word 'init' in
the diagnostic helps to see that the type conflict is not in the
'return' statement but instead in some initializer.

Seen in userspace-rcu/wfcqueue.h:147.
 1.2  09-Jun-2024  rillig lint: warn about lossy floating point constant to integer conversions
 1.1  08-Jun-2024  rillig tests/lint: group tests by topic

RSS XML Feed