Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does clang/libclang have Java bindings?

I would like to use the code analysis capabilities of clang in a plugin for a Java-based IDE.

Since the plugin must be written in Java, I am wondering whether there are any Java bindings for libclang, or some other way to access clang functionality from a Java program (beyond using JNI directly)?

like image 627
HighCommander4 Avatar asked Nov 28 '11 21:11

HighCommander4


1 Answers

I'm closely tracking LLVM/Clang development and i'm not aware of Java bindings to libclang.

like image 184
arrowd Avatar answered Oct 02 '22 21:10

arrowd