tools/go
Alan Donovan 5c5c4f4888 go/pointer: fix crash: valueNode(*FreeVar) was allocating 1 node, even for multi-word types.
+ regression test.

Fixes golang/go#8172

Also: return error (not panic) when called with empty input.

LGTM=gri
R=crawshaw, gri
CC=golang-codereviews, jon
https://golang.org/cl/104270043
2014-06-19 15:30:51 -04:00
..
callgraph go/callgraph: fix asymptote trap in DeleteSyntheticNodes. 2014-05-08 14:03:06 -04:00
exact go.tools/go/types, exact: fix build for 1.2 2014-06-12 12:46:21 -07:00
gccgoimporter go.tools/go/gccgoimporter: keep track of package and import priority 2014-06-17 10:56:47 -07:00
gcimporter go.tools/go/types: internal cleanups 2014-02-20 14:52:21 -08:00
importer go.tools/go/gccgoimporter: keep track of package and import priority 2014-06-17 10:56:47 -07:00
loader go.tools/go/loader: skip TestCgoOption on windows 2014-06-18 11:28:36 +10:00
pointer go/pointer: fix crash: valueNode(*FreeVar) was allocating 1 node, even for multi-word types. 2014-06-19 15:30:51 -04:00
ssa go.tools/go/ssa: remove obsolete comment. 2014-06-18 18:00:03 -04:00
types go.tools/go/types: give Label objects a non-nil Package() too. 2014-06-16 12:31:46 -04:00
vcs go.tools: fix various minor issues found by go vet 2014-05-19 08:47:28 -07:00