]> Cypherpunks repositories - gostls13.git/commit
go/ast: FuncType.Params may be nil (per AST documentation)
authorRobert Griesemer <gri@golang.org>
Fri, 16 Nov 2012 19:53:26 +0000 (11:53 -0800)
committerRobert Griesemer <gri@golang.org>
Fri, 16 Nov 2012 19:53:26 +0000 (11:53 -0800)
commita42e8a80864281807384a6e5a45bebf3327a53fe
tree98133b580c13b900ff500df5c4c60e48f53d7463
parent8f82bff545ed7d1f432038b7ad97e46c4bb5cf77
go/ast: FuncType.Params may be nil (per AST documentation)

ast.Walk needs to check for it or it will crash.

R=r
CC=golang-dev
https://golang.org/cl/6852062
src/pkg/go/ast/walk.go