Alan Donovan
|
713699d8ad
|
go.tools: add copyright messages to source files.
R=r
CC=golang-dev
https://golang.org/cl/13305043
|
2013-08-27 18:49:13 -04:00 |
|
Alan Donovan
|
118786e3d6
|
go.tools/ssa: combine CallCommon.{Recv,Func} as Value.
Also:
- add types.Func.FullName() (e.g. "fmt.Println", "(main.S).f")
- remove rogue print stmt.
- fix bad docstrings.
R=gri
CC=golang-dev
https://golang.org/cl/11936044
|
2013-07-26 14:06:26 -04:00 |
|
Alan Donovan
|
bc1f724aa4
|
go.tools/ssa: Member.Object() returns typechecker object for package members.
Also:
- {Must,}SanityCheck un-exported. Added sanityCheckPackage.
R=gri
CC=golang-dev
https://golang.org/cl/11174043
|
2013-07-11 14:12:30 -04:00 |
|
Rob Pike
|
83f21b9226
|
go.tools: add missing files ssa/*.go
R=golang-dev, adonovan
CC=golang-dev
https://golang.org/cl/9500043
|
2013-05-17 13:25:48 -07:00 |
|