mirror of
https://github.com/golang/go
synced 2024-11-11 22:20:22 -07:00
cmd/compile/internal/types2: review of expr.go
The changes between (equivalent, and reviewed) go/types/expr.go and expr.go can be seen by comparing patchset 1 and 2. The actual changes are removing the "// UNREVIEWED" marker. The primary differences to go/types/expr.go are: - use of package syntax rather than ast - no reporting of error codes in errors - implicit conversions of untyped nil lead to a typed nil (in go/types, nil remains untyped) Change-Id: I1e235b20ebda597eb7ce597d1749f26431addde2 Reviewed-on: https://go-review.googlesource.com/c/go/+/303092 Trust: Robert Griesemer <gri@golang.org> Reviewed-by: Robert Findley <rfindley@google.com>
This commit is contained in:
parent
4889afe8f8
commit
c69515c9fd
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user