]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/types2: review of check.go
authorRobert Griesemer <gri@golang.org>
Tue, 23 Mar 2021 19:11:26 +0000 (12:11 -0700)
committerRobert Griesemer <gri@golang.org>
Thu, 25 Mar 2021 19:13:14 +0000 (19:13 +0000)
commit0fc595ec9999df08f25c2a981b8c9bf006079939
tree937e4ae7d2fff4eed147c57133457924c6816679
parent74fe516c3549e8177aa5326e6ce17efd529e3383
cmd/compile/internal/types2: review of check.go

The changes between (equivalent, and reviewed) go/types/check.go
and check.go can be seen by comparing patchset 1 and 2. The actual
changes are removing the "// UNREVIEWED" marker.

The primary differences to go/types/check.go are:
- use of syntax instead of go/ast package
- tracing is controlled via flag not the "trace" constant

Change-Id: I1c9998afb3e0b7e29f5b169d3a4054cf22841490
Reviewed-on: https://go-review.googlesource.com/c/go/+/304109
Reviewed-by: Robert Findley <rfindley@google.com>
Trust: Robert Griesemer <gri@golang.org>
src/cmd/compile/internal/types2/check.go