]> Cypherpunks repositories - gostls13.git/commit
Allow a nil Ident to print without crashing.
authorRoger Peppe <rogpeppe@gmail.com>
Mon, 4 Jan 2010 18:34:37 +0000 (10:34 -0800)
committerRobert Griesemer <gri@golang.org>
Mon, 4 Jan 2010 18:34:37 +0000 (10:34 -0800)
commitf221067fe875f67c5fc0dc08e5258ecedb04d16d
tree58ba638634686da50e6a5b8014a7caef41cd2baa
parentc05f86a46a782283e217a0704616753fa7dbb3cf
Allow a nil Ident to print without crashing.
Allow Walk of []Decl

R=gri
CC=golang-dev, rsc
https://golang.org/cl/183112
src/pkg/go/ast/ast.go
src/pkg/go/ast/walk.go