tools/go/ssa
Alan Donovan d503a640d7 go.tools/go/ssa: name anon funcs by their enclosing func.
Before, they were named func@line:col which made them easy to find in the source if you know the file, but hard if you don't, and it made tests fragile.

Now, they are named outer$1, outer$2, etc, which makes them
more informative in a UI since "outer" has meaning.

LGTM=crawshaw
R=crawshaw
CC=golang-codereviews
https://golang.org/cl/65630048
2014-02-28 10:18:55 -05:00
..
interp go.tools/go/ssa: name anon funcs by their enclosing func. 2014-02-28 10:18:55 -05:00
ssautil go.tools/go/types: remove Type.MethodSet() method. 2014-02-11 16:49:27 -05:00
testdata go.tools/go/types: split Info.Objects map into Defs and Uses. 2014-02-27 13:21:59 -05:00
blockopt.go go.tools/go/ssa: use bytes.Buffer instead of io.Writer. 2014-01-28 17:48:10 -05:00
builder.go go.tools/go/ssa: name anon funcs by their enclosing func. 2014-02-28 10:18:55 -05:00
builder_test.go go.tools/go/ssa: fix nondeterministic computation of necessary method sets. 2014-02-18 12:39:29 -08:00
const.go go.tools: rename packages. 2014-01-16 09:33:58 -05:00
create.go go.tools/go/loader: add AllowTypeErrors flag. 2014-02-18 19:43:14 -05:00
doc.go go.tools/go/ssa: fix nondeterministic computation of necessary method sets. 2014-02-18 12:39:29 -08:00
dom.go go.tools/go/ssa: use bytes.Buffer instead of io.Writer. 2014-01-28 17:48:10 -05:00
emit.go go.tools/go/types: cleanup: more consistent exported predicate names 2014-01-28 10:57:56 -08:00
example_test.go go.tools/go/ssa: use bytes.Buffer instead of io.Writer. 2014-01-28 17:48:10 -05:00
func.go go.tools/go/ssa: name anon funcs by their enclosing func. 2014-02-28 10:18:55 -05:00
lift.go go.tools: rename packages. 2014-01-16 09:33:58 -05:00
lvalue.go go.tools: rename packages. 2014-01-16 09:33:58 -05:00
print.go go.tools/go/types/typeutil: new package for type utilities. 2014-02-19 13:32:36 -05:00
promote.go go.tools/pointer: opt: type-based label tracking reduces solver time by up to 75%. 2014-02-18 12:40:44 -08:00
sanity.go go.tools/go/ssa: use bytes.Buffer instead of io.Writer. 2014-01-28 17:48:10 -05:00
source.go go.tools/pointer: opt: type-based label tracking reduces solver time by up to 75%. 2014-02-18 12:40:44 -08:00
source_test.go go.tools/go/types: split Info.Objects map into Defs and Uses. 2014-02-27 13:21:59 -05:00
ssa.go go.tools/go/types/typeutil: new package for type utilities. 2014-02-19 13:32:36 -05:00
stdlib_test.go go.tools/go/ssa: fix nondeterministic computation of necessary method sets. 2014-02-18 12:39:29 -08:00
testmain.go go.tools/go/ssa: fix breakage caused by removal of types.NewPackage parameter. 2014-02-20 19:49:38 -05:00
util.go go.tools: rename packages. 2014-01-16 09:33:58 -05:00