1
0
mirror of https://github.com/golang/go synced 2024-10-01 11:28:34 -06:00
go/pointer
Alan Donovan 785cfaa938 go.tools/pointer: use new callgraph API.
Also: pointer.Analyze now returns a pointer.Result object,
containing the callgraph and the results of ssa.Value queries.

The oracle has been updated to use the new call and pointer APIs.

R=crawshaw, gri
CC=golang-dev
https://golang.org/cl/13915043
2013-09-25 17:17:42 -04:00
..
testdata go.tools/pointer: reflect, part 2: channels. 2013-09-23 16:13:01 -04:00
analysis.go go.tools/pointer: use new callgraph API. 2013-09-25 17:17:42 -04:00
api.go go.tools/pointer: use new callgraph API. 2013-09-25 17:17:42 -04:00
callgraph.go go.tools/pointer: use new callgraph API. 2013-09-25 17:17:42 -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