]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/types2: review of resolver.go
authorRobert Griesemer <gri@golang.org>
Mon, 29 Mar 2021 19:22:01 +0000 (12:22 -0700)
committerRobert Griesemer <gri@golang.org>
Sat, 3 Apr 2021 01:45:04 +0000 (01:45 +0000)
commit6454b2720ff4854ce92567d22fc7c6c7d497e6a2
tree6c606ff4548a750c5bae88db68023be5e380af92
parent2ebe77a2fda1ee9ff6fd9a3e08933ad1ebaea039
cmd/compile/internal/types2: review of resolver.go

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

The primary differences compared to go/types are:
- use of syntax rather than go/ast package
- not using a walkDecl abstraction for const/var/type declarations

Change-Id: Id8d7b069813149ca4eadbb61d1124b22c56a91b1
Reviewed-on: https://go-review.googlesource.com/c/go/+/305572
Trust: Robert Griesemer <gri@golang.org>
Run-TryBot: Robert Griesemer <gri@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Robert Findley <rfindley@google.com>
src/cmd/compile/internal/types2/resolver.go