aboutsummaryrefslogtreecommitdiffhomepage
path: root/cgo/libclang.go
AgeCommit message (Expand)Author
2021-09-27all: fix staticcheck warningsAyke van Laethem
2021-03-21builder, compiler: compile and cache packages in parallelAyke van Laethem
2021-02-11cgo: add support for variadic functionsAyke van Laethem
2020-06-08cgo: use scanner.Error in libclangAyke van Laethem
2020-04-09main: switch to LLVM 10Ayke van Laethem
2019-11-25cgo: implement #cgo CFLAGSAyke van Laethem
2019-11-25cgo: add tests for errorsAyke van Laethem
2019-11-16all: switch to LLVM 9Ayke van Laethem
2019-11-08cgo: add support for nested structs and unionsAyke van Laethem
2019-11-07cgo: refactor union supportAyke van Laethem
2019-11-06cgo: include all enums in the CGo Go ASTAyke van Laethem
2019-11-06cgo: rename reserved field names like `type`Ayke van Laethem
2019-11-05cgo: implement the constant parser as a real parserAyke van Laethem
2019-11-05cgo: refactor constant expressionsAyke van Laethem
2019-11-03cgo: improve diagnosticsAyke van Laethem
2019-06-03cgo: add support for anonymous structsAyke van Laethem
2019-06-03cgo: add support for bitfields using generated getters and settersAyke van Laethem
2019-05-17cgo: print better error messages for unknown typesAyke van Laethem
2019-05-17cgo: add support for enum typesAyke van Laethem
2019-05-12cgo: refactor; support multiple cgo files in a single packageAyke van Laethem