]> Cypherpunks repositories - gostls13.git/commit
go/ast: consider anonymous fields and set Incomplete bit when filtering ASTs
authorRobert Griesemer <gri@golang.org>
Thu, 12 May 2011 16:01:32 +0000 (09:01 -0700)
committerRobert Griesemer <gri@golang.org>
Thu, 12 May 2011 16:01:32 +0000 (09:01 -0700)
commitd376935a18fcc5c377b17469ba4073eba80a9af5
tree4746c35acfdd529c27271112e03ac8d4abcefcc4
parent26bbb2b2f7aa12fb04b348d62924bb97dac64845
go/ast: consider anonymous fields and set Incomplete bit when filtering ASTs

Also:
- fieldListExports: don't require internal pointer to StructType/InterfaceType node
- filterFieldLists: make structure match fieldListExports

R=rsc
CC=golang-dev
https://golang.org/cl/4527050
src/pkg/go/ast/filter.go