]> Cypherpunks repositories - gostls13.git/commit
go/ast: use a slice instead of a linked list for the list of comments
authorRobert Griesemer <gri@golang.org>
Sat, 20 Feb 2010 01:03:09 +0000 (17:03 -0800)
committerRobert Griesemer <gri@golang.org>
Sat, 20 Feb 2010 01:03:09 +0000 (17:03 -0800)
commit989ef60509e13234a10f75ad8e61ce7f76307176
tree4e8ae09679e0a4b46dc2fb6acb6098258b28f54a
parentaaec61555a3963903be8efa46d54b2db029adfec
go/ast: use a slice instead of a linked list for the list of comments
        (this will simplify some further changes)
removed several TODOs

R=rsc
CC=golang-dev
https://golang.org/cl/216059
src/pkg/go/ast/ast.go
src/pkg/go/ast/filter.go
src/pkg/go/ast/walk.go
src/pkg/go/doc/doc.go
src/pkg/go/parser/parser.go
src/pkg/go/printer/nodes.go
src/pkg/go/printer/printer.go