mirror of
https://github.com/golang/go
synced 2024-11-18 18:54:42 -07:00
f3eb05bcef
go/types no longer reports a constant value for a slice, e.g. []byte("foo"). ssa.Const no longer support slice constants, only bool/string/numeric and nil. emitConv emits a Convert instruction for string->[]byte conversions. Added regression test for bug 6949. R=gri CC=golang-codereviews https://golang.org/cl/50590043 |
||
---|---|---|
.. | ||
testdata | ||
analysis.go | ||
api.go | ||
callgraph.go | ||
doc.go | ||
example_test.go | ||
gen.go | ||
intrinsics.go | ||
labels.go | ||
pointer_test.go | ||
print.go | ||
reflect.go | ||
solve.go | ||
TODO | ||
util.go |