]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/types2: review of call.go
authorRobert Griesemer <gri@golang.org>
Fri, 12 Mar 2021 02:23:30 +0000 (18:23 -0800)
committerRobert Griesemer <gri@golang.org>
Wed, 17 Mar 2021 00:17:33 +0000 (00:17 +0000)
commit68f8e1af29ab12cfa97eb119a7d12a7ea2295e4d
treed29e09aef54bde5a82240bb8036e9c2cb2940082
parent7a1e963058460d4136603b86386f2bae6fe0d5f2
cmd/compile/internal/types2: review of call.go

The changes between (equivalent, and reviewed) go/types/call.go
and call.go can be seen by comparing patchset 1 and 2. The actual
changes are removing the "// UNREVIEWED" marker, renaming of
sig_params to sigParams, and a couple of comment adjustments.
These additional changes reduce the difference between this
file and the go/types version.

Note that the verification pass using a MethodSet doesn't
exist because there's no MethodSet in types2.

Change-Id: I4d49460e0457401ed705dff5cfd17c9ff259d89f
Reviewed-on: https://go-review.googlesource.com/c/go/+/300998
Trust: Robert Griesemer <gri@golang.org>
Reviewed-by: Robert Findley <rfindley@google.com>
src/cmd/compile/internal/types2/call.go