]> Cypherpunks repositories - gostls13.git/commit
go/types, types2: move type recording functionality in its own files
authorRobert Griesemer <gri@golang.org>
Wed, 31 Jul 2024 16:40:33 +0000 (09:40 -0700)
committerGopher Robot <gobot@golang.org>
Wed, 31 Jul 2024 21:23:48 +0000 (21:23 +0000)
commit31e692be43eea8b6bdaae6d0557f829fe56187be
treeb0fa24b2513c16bb5f5788135362d569565a45e4
parent7dac9898c3d34378de8f523a77a01bcc86033562
go/types, types2: move type recording functionality in its own files

This CL simply moves recording functions into recording.go and
adjust the imports as needed. There are no other code changes.
Preparation for generating go/types/recording.go from types2
sources.

Change-Id: Idc5850462a78afb1bfce78ba216722d07c8bca1e
Reviewed-on: https://go-review.googlesource.com/c/go/+/602116
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Robert Griesemer <gri@google.com>
Reviewed-by: Robert Griesemer <gri@google.com>
Reviewed-by: Tim King <taking@google.com>
src/cmd/compile/internal/types2/check.go
src/cmd/compile/internal/types2/recording.go [new file with mode: 0644]
src/go/types/check.go
src/go/types/recording.go [new file with mode: 0644]