]> Cypherpunks.ru repositories - gostls13.git/commit
go/types: add debugging support for delayed actions
authorRobert Findley <rfindley@google.com>
Wed, 27 Oct 2021 15:23:06 +0000 (11:23 -0400)
committerRobert Findley <rfindley@google.com>
Thu, 28 Oct 2021 15:34:49 +0000 (15:34 +0000)
commit4f1c9aace00277914e080170237ae381e05683c5
treef1785a81d582b33d9841a41eb760d3347bdff319
parent925ea2dfc4911188d47cca5c5534916e39dc1463
go/types: add debugging support for delayed actions

This is a port of CL 355871 to go/types.

Change-Id: I2dbc3c625c16b545a271a19606ef34ce04a4a6df
Reviewed-on: https://go-review.googlesource.com/c/go/+/359136
Trust: Robert Findley <rfindley@google.com>
Run-TryBot: Robert Findley <rfindley@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Robert Griesemer <gri@golang.org>
src/go/types/check.go
src/go/types/decl.go
src/go/types/instantiate.go
src/go/types/interface.go
src/go/types/struct.go
src/go/types/typexpr.go