aboutsummaryrefslogtreecommitdiffhomepage
path: root/cgo/libclang.go
AgeCommit message (Expand)Author
2024-01-18cgo: add file AST for fake C file locationsAyke van Laethem
2023-09-18all: switch to LLVM 16Ayke van Laethem
2022-11-02cgo: support anonymous enums included in multiple Go filesAyke van Laethem
2022-09-16cgo: implement support for static functionsAyke van Laethem
2022-07-04cgo: add a check that we don't use different LLVM versionsAyke van Laethem
2022-05-06cgo: refactorAyke van Laethem
2022-03-12cgo: slightly improve error messagesAyke van Laethem
2022-03-12Update libclang installation comment to libclang-13-devZauberNerd
2021-11-04cgo: run CGo parser for all CGo fragments in a fileAyke van Laethem
2021-10-31all: drop support for LLVM 10Ayke van Laethem
2021-09-29cgo: implement rudimentary C array decayingAyke van Laethem
2021-09-28cgo: fix line/column reporting in syntax error messagesAyke van Laethem
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