]> Cypherpunks repositories - gostls13.git/commit
go/types: review of expr.go
authorRob Findley <rfindley@google.com>
Tue, 23 Feb 2021 21:29:33 +0000 (16:29 -0500)
committerRobert Findley <rfindley@google.com>
Mon, 1 Mar 2021 21:11:10 +0000 (21:11 +0000)
commita69c45213d7fa18a09e59274e0e18db7766bf5c8
treea34ed583205919ada3bb5837c004120790fdd949
parentb98ce3b606b2bb620c9c62482cd73f068157a32c
go/types: review of expr.go

The changes from the (reviewed) dev.regabi copy of expr.go can be seen
by comparing patchset 2 and 7. The actual change is some small
improvements to readability and consistency in untyped conversion,
adding some missing documentation, and removing the "// REVIEW
INCOMPLETE" marker.

Note that expr.go diverges from types2 in its handling of untyped
conversion.

Change-Id: I13a85f6e08f43343e249818245aa857b1f4bf29c
Reviewed-on: https://go-review.googlesource.com/c/go/+/295729
Trust: Robert Findley <rfindley@google.com>
Trust: Robert Griesemer <gri@golang.org>
Run-TryBot: Robert Findley <rfindley@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Robert Griesemer <gri@golang.org>
src/go/types/expr.go