]> Cypherpunks.ru repositories - gostls13.git/commit
go/types: merge Instantiate and InstantiateLazy
authorRobert Findley <rfindley@google.com>
Mon, 16 Aug 2021 16:42:27 +0000 (12:42 -0400)
committerRobert Findley <rfindley@google.com>
Mon, 16 Aug 2021 18:44:32 +0000 (18:44 +0000)
commitff36d11470b3b545ca953ba5e478fe8405860468
treeb3dafefe5e3eca6804b8ebb738632a19a8d03c67
parent2460cf8602aa1830bf712bf70f7dc8882bbfa79c
go/types: merge Instantiate and InstantiateLazy

This is a straightforward port of CL 341855 to go/types.

Change-Id: I42a74df7a54f5d03aab31ad75dfeb3d1ba775354
Reviewed-on: https://go-review.googlesource.com/c/go/+/342477
Trust: Robert Findley <rfindley@google.com>
Run-TryBot: Robert Findley <rfindley@google.com>
Reviewed-by: Robert Griesemer <gri@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
14 files changed:
src/go/types/api_test.go
src/go/types/call.go
src/go/types/decl.go
src/go/types/expr.go
src/go/types/infer.go
src/go/types/instantiate.go
src/go/types/lookup.go
src/go/types/named.go
src/go/types/predicates.go
src/go/types/signature.go
src/go/types/subst.go
src/go/types/type.go
src/go/types/typexpr.go
src/go/types/unify.go