diff options
| author | Mark Freeman <mark@golang.org> | 2026-03-27 12:35:59 -0400 |
|---|---|---|
| committer | Mark Freeman <mark@golang.org> | 2026-03-30 08:20:17 -0700 |
| commit | dadc8a5cd274a7d70542d36fa1dfbeb112197988 (patch) | |
| tree | 0a986c455668b77e5d3074c04d91754e5541de1c /src/encoding | |
| parent | 3524089944a7a4ed0e0a8395a10b9a7376df4595 (diff) | |
| download | go-dadc8a5cd274a7d70542d36fa1dfbeb112197988.tar.xz | |
cmd/compile/internal/noder: swap use of TypeList for []Type
The noder will need to manipulate type argument lists. Because it is
outside types2, it needs exported APIs to do so, which then must also
be reflected in go/types.
We don't want APIs which only the noder cares about to be surfaced so
broadly. It might be better for the noder to use its own
representation for type lists; a []Type is fine for now.
Change-Id: Ia0917a6d26e00218fc9ccfd443d8d07224b1db5d
Reviewed-on: https://go-review.googlesource.com/c/go/+/760360
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Robert Griesemer <gri@google.com>
Diffstat (limited to 'src/encoding')
0 files changed, 0 insertions, 0 deletions
