NetBSD/usr.bin/xlint
rillig d8822d35c5 lint: only warn once about integer constant overflow on 32-bit
Previously, the test msg_056.c warned twice about the integer literal,
but only on 32-bit platforms.  On 64-bit platforms, there was only a
single warning since the integer constant was converted to type
__uint128_t, and this prevented the second warning.  On 32-bit targets,
there is no __uint128_t though.

Fixes part of PR bin/55976.
2021-03-01 00:51:01 +00:00
..
arch lint: reduce preprocessor magic for platform target types 2021-01-24 14:47:40 +00:00
common lint: rename members and access macros of the basic types 2021-02-28 18:51:51 +00:00
lint1 lint: only warn once about integer constant overflow on 32-bit 2021-03-01 00:51:01 +00:00
lint2 lint2: add redundancy checker for comments in source code 2021-02-28 18:17:08 +00:00
llib
xlint lint: make path to lint data configurable 2021-01-24 16:55:09 +00:00
Makefile
Makefile.inc