]> Cypherpunks.ru repositories - gostls13.git/commit
go/types, types2: add isTypeLit predicate
authorRobert Griesemer <gri@golang.org>
Thu, 23 Feb 2023 23:47:44 +0000 (15:47 -0800)
committerGopher Robot <gobot@golang.org>
Sat, 25 Feb 2023 20:14:38 +0000 (20:14 +0000)
commite7201cfa9fe638053b7c269c23bf408223600bc9
tree9fcb3e63ec8b6d63338a7727169b3db93a383200
parent53a5d2541c6c071634792c1ca87622682b139499
go/types, types2: add isTypeLit predicate

Preparation for next CL.

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