NetBSD/usr.bin/xlint/lint1
rillig 09a0c30431 lint: in debug mode, log every newline
This helps to quickly see where in the source file the parser currently
is.  Previously, the parsing position was only printed after each
declaration, as part of "clear flags".
2021-01-05 17:13:44 +00:00
..
cgram.y lint: remove unused TBUILTIN_SIZEOF from the C grammar 2021-01-05 00:02:52 +00:00
check-msgs.lua lint: fix typo in check-msgs tool 2021-01-02 01:12:38 +00:00
decl.c lint: fix typos and other minor stylistic issues 2021-01-04 22:26:50 +00:00
emit1.c lint: fix typos and other minor stylistic issues 2021-01-04 22:26:50 +00:00
err.c lint: in DEBUG mode, verify printf parameters for messages 2021-01-03 18:48:37 +00:00
externs1.h lint: rename funcarg and funccall to longer names 2021-01-03 20:38:26 +00:00
func.c lint: clean up comments 2021-01-05 00:22:04 +00:00
init.c lint: rename functions that create nodes 2021-01-03 20:31:08 +00:00
lint1.h lint: fix typos and other minor stylistic issues 2021-01-04 22:26:50 +00:00
main1.c lint: fix typos and other minor stylistic issues 2021-01-04 22:26:50 +00:00
Makefile lint: in DEBUG mode, verify printf parameters for messages 2021-01-03 18:48:37 +00:00
Makefile.err-msgs-h lint: fix code generation from err.c 2021-01-03 20:44:54 +00:00
Makefile.ops-c
Makefile.ops-h
makeman
mem1.c lint: reduce comment for xgetblk to the actually interesting part 2021-01-04 22:29:00 +00:00
mkops lint: in mkops, replace printf with println 2020-12-31 16:19:05 +00:00
op.h lint: precedence confusion is only possible with binary operators 2021-01-04 23:58:19 +00:00
ops.def lint: fix inconsistent whitespace in ops.def 2021-01-05 16:34:37 +00:00
print.c lint: add missing strings for operators 2021-01-05 07:37:41 +00:00
scan.l lint: in debug mode, log every newline 2021-01-05 17:13:44 +00:00
tree.c lint: extract code for determining possible precedence confusion 2021-01-05 00:17:21 +00:00