]> Cypherpunks repositories - gostls13.git/commit
[dev.typeparams] cmd/compile/internal/importer: review of support.go
authorRobert Griesemer <gri@golang.org>
Wed, 2 Jun 2021 05:48:20 +0000 (22:48 -0700)
committerRobert Griesemer <gri@golang.org>
Wed, 2 Jun 2021 20:31:25 +0000 (20:31 +0000)
commit8c5c5a9e6983c00d63f3216976f102d79065a180
tree2ce2520bf31c16864f63b415616d525ca47cc2ab
parent589e32dbdf89484d620c635a966c736085cae5c4
[dev.typeparams] cmd/compile/internal/importer: review of support.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/support.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: Icb8e7e7cac02751265c1020431018293826bad18
Reviewed-on: https://go-review.googlesource.com/c/go/+/324130
Trust: Robert Griesemer <gri@golang.org>
Reviewed-by: Robert Findley <rfindley@google.com>
src/cmd/compile/internal/importer/support.go