1
0
mirror of https://github.com/golang/go synced 2024-11-18 22:24:50 -07:00
go/go
vovapi 213b5e130a go/ssa: replace DefaultType with go/types.Default
Remove duplicate DefaultType and use go/types.Default instead.
DefaultTypes was moved to std repo in golang.org/cl/8530
and exposed in golang.org/cl/30715 .

The use of types.Default improves the package
by resolving UntypedRune to proper 'rune' named type instead of int32.

Removes TODO left by adonovan.

Change-Id: Ie1066ef5276115662c7f5cc4e8cfc20519358fde
GitHub-Last-Rev: 2ea227133440c831f11e1335a051cabbd9eff8f6
GitHub-Pull-Request: golang/tools#200
Reviewed-on: https://go-review.googlesource.com/c/tools/+/215517
Reviewed-by: Robert Findley <rfindley@google.com>
Run-TryBot: Robert Findley <rfindley@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2020-01-22 19:27:10 +00:00
..
analysis analysis/passes: consolidate imports helper 2020-01-22 00:26:20 +00:00
ast go/ast/inspector: fix misnomer in callback signature 2020-01-22 04:22:41 +00:00
buildutil all: fix more typos 2019-09-11 15:13:14 +00:00
callgraph all: add a space before +build in build tag comments 2019-09-08 12:23:18 +00:00
cfg go/cfg: stop once we've found the fallthrough target 2019-07-19 00:04:45 +00:00
expect all: remove many cases of space-space 2019-12-30 19:07:42 +00:00
gccgoexportdata go/gccgoexportdata: correctly handle archive files containing string tables 2016-11-09 21:28:38 +00:00
gcexportdata go/gcexportdata: use IExportData when writing gcexportdata 2019-10-04 02:16:33 +00:00
internal all: fix typo ("identifer" → "identifier") 2019-11-19 21:19:57 +00:00
loader Revert "go/packages: temporarily disable some tests running on go tip with -race" 2019-10-28 14:32:39 +00:00
packages go/packages: fix incorrect needtypes and needsrcs logic 2020-01-16 22:59:55 +00:00
pointer all: fix more typos 2019-09-11 15:13:14 +00:00
ssa go/ssa: replace DefaultType with go/types.Default 2020-01-22 19:27:10 +00:00
types all: fix more typos 2019-09-11 15:13:14 +00:00
vcs go/vcs: ignore "mod" VCS type 2019-05-06 14:53:03 +00:00