]> Cypherpunks repositories - gostls13.git/commit
cmd/cgo: visit cgo type inside ellipsis node
authorHiroshi Ioka <hirochachacha@gmail.com>
Mon, 30 Apr 2018 08:36:23 +0000 (17:36 +0900)
committerIan Lance Taylor <iant@golang.org>
Tue, 1 May 2018 00:44:48 +0000 (00:44 +0000)
commita4aa2e0c280237f5e4d22f84386bcfee2f9cec3f
tree3f3eb09a777d9da75f8ae536b8c546096e734c84
parentc2fdb42b1632b054d382b05ebfb6cb903dbb9531
cmd/cgo: visit cgo type inside ellipsis node

Fixes #25143

Change-Id: Ide654fe70651fda827cdeeaaa73d2a1f8aefd7e7
Reviewed-on: https://go-review.googlesource.com/110159
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
misc/cgo/test/cgo_test.go
misc/cgo/test/issue25143.go [new file with mode: 0644]
src/cmd/cgo/ast.go