1
0
mirror of https://github.com/golang/go synced 2024-10-01 07:38:32 -06:00
go/pointer
Robert Griesemer 27563ff576 go.tools/go/types: move gcimporter to its own package
- fixed a couple of TODOs
- various cleanups along the way
- adjusted clients

Once submitted, clients of go/types that don't explicitly
specify Config.Import will need to add the extra import:

import _ "code.google.com/p/go.tools/go/gcimporter"

to install the default (gc) importer in go/types.

R=adonovan, gri
CC=golang-dev
https://golang.org/cl/26390043
2013-11-14 14:11:43 -08:00
..
testdata go.tools/pointer: fix constraint generation bug in *ssa.Select. 2013-11-13 09:13:42 -05:00
analysis.go go.tools/pointer: more reflection. 2013-10-17 09:26:44 -04:00
api.go go.tools/pointer: implement (reflect.Value).Call. 2013-10-29 21:57:53 -04:00
callgraph.go go.tools/pointer: more reflection. 2013-10-17 09:26:44 -04:00
doc.go go.tools/pointer: implement (reflect.Value).Call. 2013-10-29 21:57:53 -04:00
example_test.go go.tools/importer: expose CreatePackage method. 2013-10-10 12:37:49 -04:00
gen.go go.tools/go/types: move gcimporter to its own package 2013-11-14 14:11:43 -08:00
intrinsics.go go.tools/pointer: implement (reflect.Value).Call. 2013-10-29 21:57:53 -04:00
labels.go go.tools/pointer: fix panic in reflection. 2013-10-28 10:58:46 -04:00
pointer_test.go go.tools/pointer: implement (reflect.Value).Call. 2013-10-29 21:57:53 -04:00
print.go go.tools/pointer: use assignable not identical type predicate in reflect.{Send,SetMapIndex,etc} 2013-10-14 13:53:41 -04:00
reflect.go go.tools/pointer: implement (reflect.Value).Call. 2013-10-29 21:57:53 -04:00
solve.go go.tools/pointer: implement (reflect.Value).Call. 2013-10-29 21:57:53 -04:00
TODO go.tools/pointer: make os.Args point to something. 2013-10-01 09:46:33 -04:00
util.go go.tools/go/types: move gcimporter to its own package 2013-11-14 14:11:43 -08:00