1
0
mirror of https://github.com/golang/go synced 2024-09-30 22:48:32 -06:00
go/go
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
..
callgraph go.tools/oracle: optionally restrict 'callgraph' query to a single package. 2014-02-21 10:46:02 -05:00
exact go.tools/go/types: minor cleanups 2014-01-14 21:04:35 -08:00
gccgoimporter go.tools/go/*: fix breakage caused by removal of types.NewPackage parameter. 2014-02-20 20:11:00 -05:00
gcimporter go.tools/go/types: internal cleanups 2014-02-20 14:52:21 -08:00
importer go.tools/go/*: fix breakage caused by removal of types.NewPackage parameter. 2014-02-20 20:11:00 -05:00
loader go.tools/go/ssa: name anon funcs by their enclosing func. 2014-02-28 10:18:55 -05:00
pointer go.tools/go/ssa: name anon funcs by their enclosing func. 2014-02-28 10:18:55 -05:00
ssa go.tools/go/ssa: name anon funcs by their enclosing func. 2014-02-28 10:18:55 -05:00
types go.tools/go/types: move new switch test case in the right place (cleanup) 2014-02-27 10:46:04 -08:00
vcs go.tools/vcs: allow compilation with go 1.0 2013-10-04 11:46:57 +10:00