1
0
mirror of https://github.com/golang/go synced 2024-10-01 07:28:35 -06:00
go/ssa
Robert Griesemer f1a889124d go.tools/go/types: cleanups
Objects:
- provide IsExported, SameName, uniqueName methods
- clean up a lot of dependent code

Scopes:
- don't add children to Universe scope (!)
- document Node, WriteTo

Types:
- remove Deref in favor of internal function deref

ssa, ssa/interp:
- introduced local deref, adjusted code
- fixed some "Underlying" bugs (pun intended)

R=adonovan
CC=golang-dev
https://golang.org/cl/11232043
2013-07-12 21:09:33 -07:00
..
interp go.tools/go/types: cleanups 2013-07-12 21:09:33 -07:00
blockopt.go go.tools/ssa: Member.Object() returns typechecker object for package members. 2013-07-11 14:12:30 -04:00
builder_test.go go.tools/ssa: fix build 2013-07-10 22:14:40 -07:00
builder.go go.tools/go/types: cleanups 2013-07-12 21:09:33 -07:00
create.go go.tools/go/types: cleanups 2013-07-12 21:09:33 -07:00
doc.go go.tools/ssa: Function.Synthetic documents provenance of synthetic functions. 2013-07-03 17:57:20 -04:00
dom.go go.tools/ssa: un-export Function.FullName. Use String. 2013-06-26 12:38:08 -04:00
emit.go go.tools/go/types: cleanups 2013-07-12 21:09:33 -07:00
example_test.go go.tools/ssa: fix build 2013-07-10 22:14:40 -07:00
func.go go.tools/go/types: cleanups 2013-07-12 21:09:33 -07:00
lift.go go.tools/go/types: cleanups 2013-07-12 21:09:33 -07:00
literal.go go.tools/ssa: Select now returns received values by tuple, not interface. 2013-06-24 14:15:13 -04:00
lvalue.go go.tools/go/types: cleanups 2013-07-12 21:09:33 -07:00
print.go go.tools/go/types: cleanups 2013-07-12 21:09:33 -07:00
promote.go go.tools/go/types: cleanups 2013-07-12 21:09:33 -07:00
sanity.go go.tools/ssa: Member.Object() returns typechecker object for package members. 2013-07-11 14:12:30 -04:00
source_ast.go go.tools/ssa: small changes accumulated during gri's vacation. :) 2013-06-13 14:43:35 -04:00
source_test.go go.tools/ssa: un-export Function.FullName. Use String. 2013-06-26 12:38:08 -04:00
source.go go.types/ssa: unexport Package.Init; clients should use pkg.Func("init"). 2013-07-10 18:37:52 -04:00
ssa.go go.tools/ssa: Member.Object() returns typechecker object for package members. 2013-07-11 14:12:30 -04:00
ssadump.go go.tools/ssa: refactoring: eliminate Builder from API. 2013-06-03 16:46:57 -04:00
util.go go.tools/go/types: cleanups 2013-07-12 21:09:33 -07:00