]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: add rulegen diagnostic
authorKeith Randall <khr@google.com>
Tue, 22 May 2018 16:12:35 +0000 (09:12 -0700)
committerKeith Randall <khr@golang.org>
Tue, 22 May 2018 16:40:34 +0000 (16:40 +0000)
commit31ef3846a792012b0588d92251f3976596c0b1b1
tree3978ac7a0fda4c3e7efd0b303449a1ac8025392b
parentc5ed10f3bed104448b8c8f924e63a6d818c1ecb2
cmd/compile: add rulegen diagnostic

When rulegen complains about a missing type, report the line number
in the rules file.

Change-Id: Ic7c19e1d5f29547911909df5788945848a6080ff
Reviewed-on: https://go-review.googlesource.com/114004
Reviewed-by: David Chase <drchase@google.com>
src/cmd/compile/internal/ssa/gen/rulegen.go