tools/pointer
Alan Donovan 06c4192423 go.tools/pointer: minor API simplifications.
Details:
- Warnings are reported as values in Result, not a callback in Config.
- remove TODO to eliminate Print callback.  It's better than the alternative.
- remove unused Config.root field.
- hang Result off analysis object (impl. detail)
- reword TODO.

R=crawshaw
CC=golang-dev
https://golang.org/cl/14128043
2013-09-30 12:39:54 -04:00
..
testdata go.tools/pointer: reflect, part 2: channels. 2013-09-23 16:13:01 -04:00
TODO go.tools/pointer: minor API simplifications. 2013-09-30 12:39:54 -04:00
analysis.go go.tools/pointer: minor API simplifications. 2013-09-30 12:39:54 -04:00
api.go go.tools/pointer: minor API simplifications. 2013-09-30 12:39:54 -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: minor API simplifications. 2013-09-30 12:39:54 -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: minor API simplifications. 2013-09-30 12:39:54 -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: strength reduction during constraint generation. 2013-09-27 11:33:01 -04:00
solve.go go.tools/pointer: strength reduction during constraint generation. 2013-09-27 11:33:01 -04:00
util.go go.tools/pointer: reflect, part 2: channels. 2013-09-23 16:13:01 -04:00