]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: make embedded, unexported fields read-only.
authorChris Manghane <cmang@golang.org>
Thu, 20 Feb 2014 19:32:55 +0000 (11:32 -0800)
committerChris Manghane <cmang@golang.org>
Thu, 20 Feb 2014 19:32:55 +0000 (11:32 -0800)
commita8a7f18aeaf66e74f4f89b95d6cd43bab6cbf59d
tree2136187963fb6e98cb0eab4e0afe3f0e80dcc427
parent15ec569ba952d47e6e3c96705c9ec7888fe90877
cmd/gc: make embedded, unexported fields read-only.

Fixes #7363.

LGTM=gri
R=gri, rsc, bradfitz
CC=golang-codereviews
https://golang.org/cl/66510044
src/cmd/gc/reflect.c
test/fixedbugs/issue7363.go [new file with mode: 0644]