tinygo/cgo
Ayke van Laethem b72f677310 cgo: create new GenDecl for every symbol
Previously, a GenDecl was shared between many different
consts/vars/types. However, it actually makes much more sense not to
bundle them as that is also the case in C.

This makes the printed output of the CGo AST much nicer, and works
around a bug in Go 1.11.
2019-11-03 19:15:38 +01:00
..
cgo.go cgo: create new GenDecl for every symbol 2019-11-03 19:15:38 +01:00
libclang.go cgo: improve diagnostics 2019-11-03 16:58:23 +01:00
libclang_config.go cgo: refactor; support multiple cgo files in a single package 2019-05-12 10:49:15 +02: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