1
0
mirror of https://github.com/golang/go synced 2024-11-18 13:04:46 -07:00
go/ssa
Alan Donovan 113d6d30b1 code.google.com/p/go.tools/ssa: include ssa.Package and init() function in example output.
Also:
- remove redundant text in doc.go.
- fix (yet more) cases of missing parens in Printf, fallout from
  go/types accessors refactoring.
- don't mix spaces and tabs within lines printed by ssa.Function.DumpTo:
  it makes it too hard to constructed expected outputs for tests.
  (Tabs may appear at line start though.)

Sadly godoc -play won't run this program; it complains it
can't import "code.google.com/p/go.exp/ssa".  Any idea why?

R=gri
CC=golang-dev
https://golang.org/cl/9481044
2013-05-17 17:33:09 -04:00
..
interp go.tools: bring up to date 2013-05-17 14:02:47 -07:00
blockopt.go go.tools: add missing files ssa/*.go 2013-05-17 13:25:48 -07:00
builder.go go.tools: bring up to date 2013-05-17 14:02:47 -07:00
doc.go code.google.com/p/go.tools/ssa: include ssa.Package and init() function in example output. 2013-05-17 17:33:09 -04:00
dom.go go.tools: add missing files ssa/*.go 2013-05-17 13:25:48 -07:00
emit.go go.tools: bring up to date 2013-05-17 14:02:47 -07:00
example_test.go code.google.com/p/go.tools/ssa: include ssa.Package and init() function in example output. 2013-05-17 17:33:09 -04:00
func.go code.google.com/p/go.tools/ssa: include ssa.Package and init() function in example output. 2013-05-17 17:33:09 -04:00
importer.go go.tools: bring up to date 2013-05-17 14:02:47 -07:00
lift.go go.tools: bring up to date 2013-05-17 14:02:47 -07:00
literal.go go.tools: bring up to date 2013-05-17 14:02:47 -07:00
lvalue.go go.tools: bring up to date 2013-05-17 14:02:47 -07:00
print.go code.google.com/p/go.tools/ssa: include ssa.Package and init() function in example output. 2013-05-17 17:33:09 -04:00
promote.go go.tools: bring up to date 2013-05-17 14:02:47 -07:00
sanity.go go.tools: bring up to date 2013-05-17 14:02:47 -07:00
ssa.go go.tools: bring up to date 2013-05-17 14:02:47 -07:00
ssadump.go go.tools: bring up to date 2013-05-17 14:02:47 -07:00
typeinfo.go go.tools: bring up to date 2013-05-17 14:02:47 -07:00
util.go go.tools: bring up to date 2013-05-17 14:02:47 -07:00