]> Cypherpunks repositories - gostls13.git/commitdiff
[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)
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

index feb18cf2c9ad78c50f2287d723246991e678e8bd..6c5458fad18d374a5143fb6cf1c5600ec23538f5 100644 (file)
@@ -1,4 +1,3 @@
-// UNREVIEWED
 // Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.