History log of /src/tests/usr.bin/xlint/lint1/expr_fold_strict_bool.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: perseant-exfatfs-base-20250801 netbsd-11-base
# 1.4 12-Apr-2025 rillig

lint: s/illegal/invalid/g

Lint does not provide legal advice.


Revision tags: perseant-exfatfs-base-20240630 perseant-exfatfs-base
# 1.3 08-Jun-2024 rillig

branches: 1.3.2;
tests/lint: reorganize tests

Tests for a single working language construct don't usually need a
separate file, they can be grouped together, like in expr.c or gcc.c.


Revision tags: netbsd-10-1-RELEASE netbsd-10-0-RELEASE netbsd-10-0-RC6 netbsd-10-0-RC5 netbsd-10-0-RC4 netbsd-10-0-RC3 netbsd-10-0-RC2 netbsd-10-0-RC1 netbsd-10-base
# 1.2 22-Aug-2021 rillig

lint: fix folding of comparisons in constant expressions


# 1.1 22-Aug-2021 rillig

tests/lint: demonstrate wrong constant folding in strict bool mode

Found while investigating wrong constant folding in default mode.