tinygo/cgo
Ayke van Laethem 9ed5eae6a9 cgo: use scanner.Error in libclang
Previously it would return a `*scanner.Error`, which is not supported in
the error printer of the main package. This can easily be fixed by
making it a regular object (instead of a pointer).
2020-06-08 19:54:41 +02:00
..
testdata cgo: Add LDFlags support 2020-05-21 00:57:19 +02:00
cgo.go cgo: Add LDFlags support 2020-05-21 00:57:19 +02:00
cgo_test.go cgo: Add LDFlags support 2020-05-21 00:57:19 +02:00
const.go
const_test.go
libclang.go cgo: use scanner.Error in libclang 2020-06-08 19:54:41 +02:00
libclang_config.go
libclang_config_llvm9.go
libclang_stubs.c
security.go
security_test.go
sync.go