mirror of
https://github.com/golang/go
synced 2024-11-26 10:38:07 -07:00
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 <gri@golang.org> Reviewed-by: Robert Findley <rfindley@google.com>
This commit is contained in:
parent
34fb2b2ed5
commit
135c9f45ec
@ -1,4 +1,3 @@
|
|||||||
// UNREVIEWED
|
|
||||||
// Copyright 2012 The Go Authors. All rights reserved.
|
// Copyright 2012 The Go Authors. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style
|
// Use of this source code is governed by a BSD-style
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
Loading…
Reference in New Issue
Block a user