]> Cypherpunks repositories - gostls13.git/commit
go/ast: distinguish between methods and functions in filtering
authorRobert Griesemer <gri@golang.org>
Wed, 10 Apr 2013 20:39:20 +0000 (13:39 -0700)
committerRobert Griesemer <gri@golang.org>
Wed, 10 Apr 2013 20:39:20 +0000 (13:39 -0700)
commitd06313e8cebb5d956f2b5e8c74f8c495808b2275
tree104156e805adf761645c87bbdf82427c96646859
parent5fd708c000e50bac6091662c53c79a469a43071a
go/ast: distinguish between methods and functions in filtering

Go1.1 harmless, but not critical.

Fixes #5249.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/8609043
src/pkg/go/ast/filter.go
src/pkg/go/ast/filter_test.go [new file with mode: 0644]