chiark / gitweb /
Warnings: Infrastructure for tracking and warning about variables
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 28 Dec 2019 12:59:11 +0000 (12:59 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 30 Dec 2019 11:35:16 +0000 (11:35 +0000)
commit8534ffc15c44bfd2f7a72ee745afd284255d17c7
tree5f677cfaac0810c80b73a1589c8401f09c80e682
parent66185b48ea73336d3eed4e013e553d07fb602743
Warnings: Infrastructure for tracking and warning about variables

We are going to track when we see FOO or &FOO.  If we see both, we
issue a warning, as that might mean the programmer forgot a &.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
generate