tinygo/cgo
Ayke van Laethem c7a23183e8 all: format code according to Go 1.19 rules
Go 1.19 started reformatting code in a way that makes it more obvious
how it will be rendered on pkg.go.dev. It gets it almost right, but not
entirely. Therefore, I had to modify some of the comments so that they
are formatted correctly.
2022-08-04 12:18:32 +02:00
..
testdata cgo: refactor 2022-05-06 17:22:22 +02:00
cgo.go all: format code according to Go 1.19 rules 2022-08-04 12:18:32 +02:00
cgo_test.go loader: only add Clang header path for CGo 2022-02-12 15:33:06 +01:00
const.go cgo: implement prefix parsing 2021-05-21 17:54:13 +02:00
const_test.go cgo: implement prefix parsing 2021-05-21 17:54:13 +02:00
libclang.go cgo: add a check that we don't use different LLVM versions 2022-07-04 14:54:39 +02:00
libclang_config_llvm13.go cgo: fix default LLVM version to LLVM 14 2022-07-04 14:54:39 +02:00
libclang_config_llvm14.go cgo: fix default LLVM version to LLVM 14 2022-07-04 14:54:39 +02:00
libclang_stubs.c cgo: slightly improve error messages 2022-03-12 21:17:29 +01:00
security.go cgo: implement #cgo CFLAGS 2019-11-25 09:32:03 +01:00
security_test.go cgo: implement #cgo CFLAGS 2019-11-25 09:32:03 +01:00
sync.go cgo: refactor; support multiple cgo files in a single package 2019-05-12 10:49:15 +02:00