JuliaInterop / Clang.jl

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

Generate bindings for Clang 18(Julia 1.12) #503

Closed christiangnrd closed 1 month ago

christiangnrd commented 1 month ago

Master branch is now using LLVM 18 so add those bindings.

Gnimuc commented 1 month ago

Thanks!