JuliaInterop / Clang.jl

C binding generator and Julia interface to libclang
https://juliainterop.github.io/Clang.jl/
MIT License
219 stars 68 forks source link

Create a TranslationUnit by loading ast file (aka precompiled header). #422

Open habemus-papadum opened 1 year ago

habemus-papadum commented 1 year ago

The first of a series of PRs related to #416

habemus-papadum commented 1 year ago

Dies on windows. Suggestions welcome!