]> Cypherpunks repositories - gostls13.git/commit
[dev.typeparams] go/types: add some missing APIs for the importer
authorRob Findley <rfindley@google.com>
Fri, 16 Jul 2021 18:43:30 +0000 (14:43 -0400)
committerRobert Findley <rfindley@google.com>
Mon, 19 Jul 2021 15:50:07 +0000 (15:50 +0000)
commitb96f1b94191f7a404599e61b8cdd8ac010805545
tree41c42fd97d2168837586ad358f178177f55a6f09
parent43ad1ffa990358e60130ca9395210315e59e059a
[dev.typeparams] go/types: add some missing APIs for the importer

This is a partial port of CL 319930, containing only changes to
go/types. Importer changes will be made in a separate CL.

The TypeParams APIs are left unexported for now; they will be exported
when they are needed.

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