]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/cgo: for godefs, don't let field prefix removal cause duplicates
authorIan Lance Taylor <iant@golang.org>
Wed, 15 Sep 2021 23:11:37 +0000 (16:11 -0700)
committerIan Lance Taylor <iant@golang.org>
Thu, 16 Sep 2021 23:56:28 +0000 (23:56 +0000)
commit265b59aefdd383fc60fcfc7a2838018b16d1d29a
tree919b9deed9cba48459251de246543b23ee2da0a5
parent4efdaa7bc7220fad0177842d0009285ca429a823
cmd/cgo: for godefs, don't let field prefix removal cause duplicates

Fixes #48396

Change-Id: Idd7cb66536ef513806c472d394a929bc271fc26b
Reviewed-on: https://go-review.googlesource.com/c/go/+/350159
Trust: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Matt Layher <mdlayher@gmail.com>
misc/cgo/testgodefs/testdata/issue48396.go [new file with mode: 0644]
misc/cgo/testgodefs/testdata/main.go
misc/cgo/testgodefs/testgodefs_test.go
src/cmd/cgo/gcc.go