tools/go
Robert Griesemer 822669c658 go.tools/importer: fix field package for anonymous fields
Anonymous field names are emitted as "" in the export data
since the actual name can be reconstructed easily from the
field's type name. But "" names are not exported names and
thus the respective qualified name emits complete package
information even if the actual field name is exported. Fix
the package upon import.

R=adonovan
CC=golang-codereviews
https://golang.org/cl/42090044
2014-01-03 14:08:12 -08:00
..
exact go.tools/go/exact: fix bug introduced with CL 41170043 2013-12-12 14:18:40 -08:00
gcimporter go.tools/gcimporter: use imported package info for anonymous fields 2014-01-03 11:37:20 -08:00
importer go.tools/importer: fix field package for anonymous fields 2014-01-03 14:08:12 -08:00
types go.tools/go/types: complete set of Interface accessors 2013-12-20 16:35:31 -08:00
vcs go.tools/vcs: allow compilation with go 1.0 2013-10-04 11:46:57 +10:00