Closed Gnimuc closed 7 months ago
I only tested it on mac-aarch64, so if it doesn't work on your machine, please report the issue to Clang.jl. ;)
Tested on linux-x86-64 (through WSL) and works great!
I also tested on Julia 1.10 without issues so I think we can get rid of the Manifest.toml
that was checked in as well?
Tested on linux-x86-64 (through WSL) and works great! I also tested on Julia 1.10 without issues so I think we can get rid of the
Manifest.toml
that was checked in as well?
I guess so, but we should put a compat bound to Clang
.
Thanks @Gnimuc for your help!
Clang v0.18 will be adding an experimental C++ environment for parsing C++ source code.
x-ref: https://github.com/JuliaInterop/Clang.jl/issues/470