1
0
mirror of https://github.com/golang/go synced 2024-11-18 20:04:52 -07:00
go/pointer
Alan Donovan d7287a0289 go.tool.pointer: fix regression in pointer.cgraph.Root().
The previous CL made the assumption that Root is the first
node, which is false for programs that import "reflect".
Reverted to the previous way: an explicit root field.

Added regression test (callgraph2) via oracle.

R=crawshaw
TBR=crawshaw
CC=golang-dev
https://golang.org/cl/13967043
2013-09-26 09:31:39 -04:00
..
testdata go.tools/pointer: reflect, part 2: channels. 2013-09-23 16:13:01 -04:00
analysis.go go.tool.pointer: fix regression in pointer.cgraph.Root(). 2013-09-26 09:31:39 -04:00
api.go go.tools/pointer: use new callgraph API. 2013-09-25 17:17:42 -04:00
callgraph.go go.tool.pointer: fix regression in pointer.cgraph.Root(). 2013-09-26 09:31:39 -04:00
doc.go go.tools/pointer: reflect, part 2: channels. 2013-09-23 16:13:01 -04:00
example_test.go go.tools/pointer: use new callgraph API. 2013-09-25 17:17:42 -04:00
gen.go go.tools/pointer: use new callgraph API. 2013-09-25 17:17:42 -04:00
intrinsics.go go.tools/pointer: reflect, part 2: channels. 2013-09-23 16:13:01 -04:00
labels.go go.tools/pointer: use new callgraph API. 2013-09-25 17:17:42 -04:00
pointer_test.go go.tools/pointer: use new callgraph API. 2013-09-25 17:17:42 -04:00
print.go go.tools: add copyright messages to source files. 2013-08-27 18:49:13 -04:00
reflect.go go.tools/pointer: reflect, part 2: channels. 2013-09-23 16:13:01 -04:00
solve.go go.tools/pointer: reflect, part 2: channels. 2013-09-23 16:13:01 -04:00
TODO go.tools/pointer: use new callgraph API. 2013-09-25 17:17:42 -04:00
util.go go.tools/pointer: reflect, part 2: channels. 2013-09-23 16:13:01 -04:00