]> Cypherpunks repositories - gostls13.git/commit
go/types, types2: factor out endPos call
authorRobert Griesemer <gri@golang.org>
Thu, 5 Sep 2024 00:19:14 +0000 (17:19 -0700)
committerGopher Robot <gobot@golang.org>
Thu, 5 Sep 2024 22:09:28 +0000 (22:09 +0000)
commit829d1b346f768f0e87a3c93e571be3de5bc7ab83
tree085228ec9e7a8c5cc5a2a780cf35e0f59fe3e9aa
parente3f30831134b8767aeed00a356eda9087b52aeba
go/types, types2: factor out endPos call

Preparation for generation of function literal type checking code
from types2 source.

Change-Id: I6b3029c34c2507d356ac8874154537bc6c38a715
Reviewed-on: https://go-review.googlesource.com/c/go/+/610995
Reviewed-by: Tim King <taking@google.com>
Auto-Submit: Robert Griesemer <gri@google.com>
Reviewed-by: Robert Griesemer <gri@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/cmd/compile/internal/types2/expr.go
src/go/types/expr.go