]> Cypherpunks repositories - gostls13.git/commit
cmd/cgo: add missing ast.SliceExpr.Max case to AST traversal.
authorAlan Donovan <adonovan@google.com>
Tue, 30 Sep 2014 20:08:04 +0000 (16:08 -0400)
committerAlan Donovan <adonovan@google.com>
Tue, 30 Sep 2014 20:08:04 +0000 (16:08 -0400)
commit74b8693c544abffbce69262b609410459d8796f8
tree5df5bb8cc3d8f03381bbbf424a99a791ed5d4598
parent146713b67ac6628350abd74f76fd2955de66b3c6
cmd/cgo: add missing ast.SliceExpr.Max case to AST traversal.

+ static test

NB: there's a preexisting (dynamic) failure of test issue7978.go.

LGTM=iant
R=rsc, iant
CC=golang-codereviews
https://golang.org/cl/144650045
misc/cgo/test/basic.go
src/cmd/cgo/ast.go