]> Cypherpunks repositories - gostls13.git/commit
go/types, types2: factor out type matching in binary operations
authorRobert Griesemer <gri@golang.org>
Thu, 18 May 2023 04:10:44 +0000 (21:10 -0700)
committerGopher Robot <gobot@golang.org>
Thu, 18 May 2023 18:40:06 +0000 (18:40 +0000)
commit72f448cb48069ddeb0c30e726fc3b9d113aaf51e
tree019b49d4f2f47edad82b945faf167619afa0c6f1
parent44b8f3907c034af0c3282f4ca888e2008d6ccb51
go/types, types2: factor out type matching in binary operations

Change-Id: Ica61698b6ba00687dcd133245bfc3d87808c7bca
Reviewed-on: https://go-review.googlesource.com/c/go/+/496096
Run-TryBot: Robert Griesemer <gri@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Robert Griesemer <gri@google.com>
Reviewed-by: Robert Findley <rfindley@google.com>
Reviewed-by: Robert Griesemer <gri@google.com>
src/cmd/compile/internal/types2/expr.go
src/go/types/expr.go