]> Cypherpunks repositories - gostls13.git/commitdiff
[dev.typeparams] cmd/compile/internal/types: review of builtin.go
authorRobert Griesemer <gri@golang.org>
Thu, 11 Feb 2021 01:06:33 +0000 (17:06 -0800)
committerRobert Griesemer <gri@golang.org>
Fri, 12 Feb 2021 22:14:05 +0000 (22:14 +0000)
The changes between (equivalent, and reviewed) go/types/builtin.go
and builtin.go can be seen by comparing patchset 1 and 2. The actual
change is just removing the "// UNREVIEWED" marker.

Change-Id: Ibecf2b5bc982f6bf92310267b9f06b588b7148a9
Reviewed-on: https://go-review.googlesource.com/c/go/+/291169
Reviewed-by: Robert Findley <rfindley@google.com>
Trust: Robert Griesemer <gri@golang.org>

src/cmd/compile/internal/types2/builtins.go

index bd1ea0fdc14c739969d8348dbad09cdfbcf346e8..591a22f814c5e8f7e4a3e49a6243ad67fe0ca9c0 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.