tools/go/analysis/internal/analysisflags
Russ Cox 4789ca9922 go/analysis/internal/analysisflags: call gob.Register on deleted analyzers
Otherwise the specific set of gob registrations varies
according to the command line, which makes it impossible
for a narrow analysis run (for example, just one analyzer)
to read fact files written by less narrow runs (for example, all the analyzers).

This will start mattering in the standard repo vet.

For golang/go#31916.

Change-Id: I6fa90b3dfdf28ede6f995db3904211b6be68bb73
Reviewed-on: https://go-review.googlesource.com/c/tools/+/176357
Reviewed-by: Alan Donovan <adonovan@google.com>
Reviewed-by: Michael Matloob <matloob@golang.org>
2019-05-14 13:51:23 +00:00
..
flags.go go/analysis/internal/analysisflags: call gob.Register on deleted analyzers 2019-05-14 13:51:23 +00:00
flags_test.go go/analysis/cmd/vet-lite: remove deprecation warnings 2018-11-13 15:29:50 +00:00
help.go cmd/vet: print help to stdout only 2019-05-10 14:40:52 +00:00