syzkaller/sys/windows
Dmitry Vyukov 5ed76afa81 pkg/compiler: check for unused resources
If a resource is never used as an input, it is not useful.
It's effectively the same as using an integer.
Detect such cases, they are quite confusing.
Fix all existing errors in descriptions.
This uncovered some interesting bugs as well,
e.g. use of a completely unrelated fd subtype after copy-paste
(while the resource that was supposed to be used there is completely unused).
2020-08-04 16:53:16 +02:00
..
init.go prog: introduce Field type 2020-05-02 12:16:06 +02:00
sys_amd64.const sys/windows: add more descriptions 2017-09-27 20:17:09 +02:00
sys.txt pkg/compiler: check for unused resources 2020-08-04 16:53:16 +02:00
windows.txt all: fix marking of auto-generated files 2020-07-29 13:36:11 +02:00