1
0
mirror of https://github.com/golang/go synced 2024-10-01 13:18:33 -06:00
go/ssa/interp
Alan Donovan bac7098173 go.tools/ssa: fix crash on (new)(T) due to missing unparen() call.
Audited codebase for other occurrences, found two more.
Added test coverage for all of them.

R=gri
CC=golang-dev
https://golang.org/cl/14698043
2013-10-29 11:07:09 -04:00
..
testdata go.tools/ssa: fix crash on (new)(T) due to missing unparen() call. 2013-10-29 11:07:09 -04:00
external_plan9.go go.tools/ssa/interp: capture stdout/err of target programs and check for "BUG". 2013-10-08 14:35:39 -04:00
external_unix.go go.tools/ssa/interp: capture stdout/err of target programs and check for "BUG". 2013-10-08 14:35:39 -04:00
external_windows.go go.tools: add go/types, ssa, and cmd/vet 2013-05-17 13:20:39 -07:00
external.go go.tools/ssa/interp: capture stdout/err of target programs and check for "BUG". 2013-10-08 14:35:39 -04:00
interp_test.go go.tools/ssa/interp: enable $GOROOT/test/switch.go test 2013-10-24 22:38:10 -04:00
interp.go go.tools/ssa/interp: use new Sizes interface (fix build) 2013-10-15 15:30:03 -07:00
map.go go.tools/ssa/interp: fixes to equivalence relations. 2013-09-16 15:22:19 -04:00
ops.go go.tools/ssa/interp: make typeAssert robust against nil types 2013-10-23 13:45:49 -07:00
reflect.go go.tools/ssa/interp: use new Sizes interface (fix build) 2013-10-15 15:30:03 -07:00
value.go go/tools/ssa/interp: make iface.eq robust against nil types 2013-10-23 13:26:23 -07:00