]> Cypherpunks repositories - gostls13.git/commit
go/types, types2: replace 2 uses of Scope.LookupParent with Checker.lookup
authorRobert Griesemer <gri@golang.org>
Fri, 27 Sep 2024 16:42:41 +0000 (09:42 -0700)
committerGopher Robot <gobot@golang.org>
Fri, 27 Sep 2024 17:31:05 +0000 (17:31 +0000)
commitde46eaadb5fb75dba66e90aaf1faf2b7a0443815
tree649b2b03dba5da68e45f249ac662b507ecd6aadc
parent5fe3b31cf898de6fbc4f8ac524e16238a9a85e66
go/types, types2: replace 2 uses of Scope.LookupParent with Checker.lookup

A step towards removing reliance on Scope.LookupParent.

Updates #69673.

Change-Id: I9fdd4b08ea600b531b90895ac779fdc580ff00e5
Reviewed-on: https://go-review.googlesource.com/c/go/+/616259
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Robert Griesemer <gri@google.com>
Commit-Queue: Robert Griesemer <gri@google.com>
Reviewed-by: Robert Griesemer <gri@google.com>
Reviewed-by: Alan Donovan <adonovan@google.com>
src/cmd/compile/internal/types2/call.go
src/go/types/call.go