]> Cypherpunks repositories - gostls13.git/commit
go/types, types2: factor out isdddArray and inNode helper functions
authorRobert Griesemer <gri@golang.org>
Wed, 4 Sep 2024 23:42:56 +0000 (16:42 -0700)
committerGopher Robot <gobot@golang.org>
Thu, 5 Sep 2024 22:09:22 +0000 (22:09 +0000)
commitaca0e2bb27c4ef23004571cce0cfdb819a1a2223
treeb55052ca2b744805416e7acbba74835503d22cbe
parent0fb35efe5bb4d557e2f80171ede59f945646354e
go/types, types2: factor out isdddArray and inNode helper functions

Preparation for generation of go/types/literals.go from types2 sources.

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