Skip to content

Commit 135c9f4

Browse files
committed
cmd/compile/internal/types2: review of operand.go
The changes between (equivalent, and reviewed) go/types/operand.go and operand.go can be seen by comparing patchset 1 and 2. The actual changes are removing the "// UNREVIEWED" marker. The primary differences compared to go/types are: - use of syntax rather than go/ast package - explicit mode for untyped nil (rather than relying on the type) Change-Id: I0c9c1c6153c55cb0550096bd966c9f0f1c766734 Reviewed-on: https://go-review.googlesource.com/c/go/+/305571 Trust: Robert Griesemer <[email protected]> Reviewed-by: Robert Findley <[email protected]>
1 parent 34fb2b2 commit 135c9f4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// UNREVIEWED
21
// Copyright 2012 The Go Authors. All rights reserved.
32
// Use of this source code is governed by a BSD-style
43
// license that can be found in the LICENSE file.

0 commit comments

Comments
 (0)