go/src/cmd/fix
Elias Naur 7dbbb5bacf cmd/cgo,cmd/fix,misc/cgo: map the EGLConfig C type to uintptr in Go
Similarly to EGLDisplay, EGLConfig is declared as a pointer but may
contain non-pointer values.

I believe this is the root cause of https://todo.sr.ht/~eliasnaur/gio/121.

Change-Id: I412c4fbc2eef4aa028534d68bda95db98e3a365d
Reviewed-on: https://go-review.googlesource.com/c/go/+/235817
Run-TryBot: Elias Naur <mail@eliasnaur.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2020-05-31 09:48:08 +00:00
..
cftype.go
cftype_test.go
context.go
context_test.go
doc.go
egltype.go cmd/cgo,cmd/fix,misc/cgo: map the EGLConfig C type to uintptr in Go 2020-05-31 09:48:08 +00:00
egltype_test.go cmd/cgo,cmd/fix,misc/cgo: map the EGLConfig C type to uintptr in Go 2020-05-31 09:48:08 +00:00
fix.go all: use "reports whether" consistently in the few places that didn't 2018-11-02 22:47:58 +00:00
gotypes.go
gotypes_test.go
import_test.go
jnitype.go
jnitype_test.go
main.go cmd/fix: eliminate data races in TestRewrite and gofmt 2019-11-18 15:11:03 +00:00
main_test.go cmd/fix: eliminate data races in TestRewrite and gofmt 2019-11-18 15:11:03 +00:00
netipv6zone.go
netipv6zone_test.go
printerconfig.go
printerconfig_test.go
typecheck.go