]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/compile/internal/types2: review of conversions.go
authorRobert Griesemer <gri@golang.org>
Sat, 20 Feb 2021 04:00:33 +0000 (20:00 -0800)
committerRobert Griesemer <gri@golang.org>
Tue, 23 Feb 2021 04:13:20 +0000 (04:13 +0000)
The changes between (equivalent, and reviewed) go/types/conversions.go
and conversions.go can be seen by comparing patchset 1 and 2. The actual
change is just removing the "// UNREVIEWED" marker.

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

index dc0621919e515d0e2d7e0f649025f9999b8f3179..d04ccec411cc05238bec277315815afdf7c09f18 100644 (file)
@@ -1,4 +1,3 @@
-// UNREVIEWED
 // Copyright 2012 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.