1
0
mirror of https://github.com/golang/go synced 2024-10-02 12:08:32 -06:00
go/ssa/interp/testdata
Alan Donovan ea8ba6f45b go.tools/ssa: fix crash on 'select { case x, ok = <-ch: }' (= not :=).
Added test.

Also:
- abstracted Function.addLocalForIdent (9 calls).
- remove vestige of old typeswitch hack.
- specify and fix CallCommon.Signature() for calls to built-ins.

R=gri
CC=golang-dev
https://golang.org/cl/10884044
2013-07-03 15:10:49 -04:00
..
boundmeth.go go.tools/ssa: emit ChangeType when using method as function in f := T.meth. 2013-06-26 13:18:31 -04:00
coverage.go go.tools/ssa: fix crash on 'select { case x, ok = <-ch: }' (= not :=). 2013-07-03 15:10:49 -04:00
fieldprom.go go.tools/ssa: use go/types.LookupFieldOrMethod, and simplify. 2013-07-01 15:17:36 -04:00
ifaceprom.go go.tools/ssa: fix bug in makeBridgeMethod for promoted interfaces. 2013-05-31 16:36:03 -04:00
mrvchain.go go.tools: add go/types, ssa, and cmd/vet 2013-05-17 13:20:39 -07:00