1
0
mirror of https://github.com/golang/go synced 2024-10-01 04:08:32 -06:00
go/oracle
Alan Donovan afcda55b39 go/ssa: rename some API features (incompatible change)
Rename the following exported names:
	(*Program).BuildAll → Build
	(*Program).Method   → MethodValue
	Package.Object      → Pkg
Also:
	(*Function).pkgobj  → pkg

Change-Id: Iff7e6c240ebe6786ba759278ac0daa3d66698013
Reviewed-on: https://go-review.googlesource.com/14134
Reviewed-by: Robert Griesemer <gri@golang.org>
2015-08-31 22:20:12 +00:00
..
serial oracle: several major improvements 2015-03-30 19:21:37 +00:00
testdata/src go/callgraph: add "concurrent" or "deferred" prefix to (*Edge).Description 2015-07-13 18:17:08 +00:00
callees.go go/ssa: rename some API features (incompatible change) 2015-08-31 22:20:12 +00:00
callers.go go/ssa: rename some API features (incompatible change) 2015-08-31 22:20:12 +00:00
callstack.go go/ssa: rename some API features (incompatible change) 2015-08-31 22:20:12 +00:00
definition.go oracle: support "referrers" query on package declaration 2015-04-27 13:27:00 +00:00
describe.go go/types: change {Type,Object,Selection}String to accept a Qualifier function 2015-06-30 19:00:00 +00:00
freevars.go go/types: change {Type,Object,Selection}String to accept a Qualifier function 2015-06-30 19:00:00 +00:00
implements.go go/types: move MethodSetCache into package go/types/typeutil 2015-06-05 17:34:01 +00:00
oracle_test.go x/tools: disable tests not supported on Android 2015-08-06 00:36:03 +00:00
oracle.go go/types: change {Type,Object,Selection}String to accept a Qualifier function 2015-06-30 19:00:00 +00:00
peers.go go/ssa: rename some API features (incompatible change) 2015-08-31 22:20:12 +00:00
pointsto.go go/ssa: rename some API features (incompatible change) 2015-08-31 22:20:12 +00:00
pos.go oracle: several major improvements 2015-03-30 19:21:37 +00:00
referrers.go oracle: support "referrers" query on package declaration 2015-04-27 13:27:00 +00:00
TODO oracle: several major improvements 2015-03-30 19:21:37 +00:00
what.go cmd/oracle: improve error messages 2015-05-13 15:02:11 +00:00
whicherrs.go go/ssa: rename some API features (incompatible change) 2015-08-31 22:20:12 +00:00