]> Cypherpunks.ru repositories - gostls13.git/commit
[dev.unified] cmd/compile: rename haveRType and implicitExpr
authorMatthew Dempsky <mdempsky@google.com>
Thu, 23 Jun 2022 20:07:32 +0000 (13:07 -0700)
committerMatthew Dempsky <mdempsky@google.com>
Thu, 23 Jun 2022 23:03:20 +0000 (23:03 +0000)
commit09a838ad86880150f4e297f7b2dec7c7d116623b
tree629a726054d00f35a215899702b3c23a06448900
parent421e9e9db21363a196f9c5d736749a6754803bff
[dev.unified] cmd/compile: rename haveRType and implicitExpr

This CL renames:

1. "haveRType" to "hasRType", suggested by drchase@ during review of
CL 413358; and

2. "implicitExpr" to "implicitConvExpr", suggested by khr@ during
review of CL 413396.

Change-Id: Ibb4deae20908d960706640991ea44d1b9c0b9e3c
Reviewed-on: https://go-review.googlesource.com/c/go/+/413854
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/compile/internal/noder/writer.go
src/cmd/compile/internal/reflectdata/helpers.go