tinygo/cgo
Ayke van Laethem 76c9f13e13 cgo: include all enums in the CGo Go AST
Not all enums may be used as a type anywhere, which was previously the
only way to include an enum in the AST. This commit makes sure all enums
are included.
2019-11-06 17:46:20 +01:00
..
testdata cgo: include all enums in the CGo Go AST 2019-11-06 17:46:20 +01:00
cgo.go cgo: avoid '"unsafe" imported but not used' error 2019-11-06 16:30:07 +01:00
cgo_test.go cgo: do type checking in CGo testing 2019-11-06 16:30:07 +01:00
const.go cgo: implement the constant parser as a real parser 2019-11-05 14:18:38 +01:00
const_test.go cgo: implement the constant parser as a real parser 2019-11-05 14:18:38 +01:00
libclang.go cgo: include all enums in the CGo Go AST 2019-11-06 17:46:20 +01:00
libclang_config.go macos: use llvm@8 instead of just llvm in paths 2019-11-03 21:02:39 +01:00
libclang_stubs.c cgo: add support for bitfields using generated getters and setters 2019-06-03 16:13:19 +02:00
sync.go cgo: refactor; support multiple cgo files in a single package 2019-05-12 10:49:15 +02:00