]> Cypherpunks repositories - gostls13.git/commit
[dev.typeparams] cmd/compile/internal/importer: review of gcimporter.go
authorRobert Griesemer <gri@golang.org>
Wed, 2 Jun 2021 06:01:41 +0000 (23:01 -0700)
committerRobert Griesemer <gri@golang.org>
Wed, 2 Jun 2021 22:13:34 +0000 (22:13 +0000)
commitc7b98115815a04d9efa664c163d39f5fea38b32c
tree4a7778f11a52b4c63a930b7ad30cf522909dbfec
parent498a48327fae3b57e2696322f1ce2b681ccca668
[dev.typeparams] cmd/compile/internal/importer: review of gcimporter.go

This CL removes the // UNREVIEWED disclaimer at the top of the
file. This file is essentially a copy of its reviewed version
at src/go/internal/gcimporter/gcimporter.go with adjustments to
make it work for the compiler and types2. To see the changes
made with respect to the original, compare patchset 1 against
patchset 2.

Change-Id: I0fd635730fb6bdee8cef1b89154f4049a6581751
Reviewed-on: https://go-review.googlesource.com/c/go/+/324132
Trust: Robert Griesemer <gri@golang.org>
Reviewed-by: Robert Findley <rfindley@google.com>
src/cmd/compile/internal/importer/gcimporter.go