Does clang / libclang have Java bindings?

I would like to use the clang code analysis features in the plugin for the Java IDE.

Since the plugin must be written in Java, I wonder if there are any Java bindings for libclang or any other way to access the clang functions from a Java program (except for using JNI directly)?

+6
source share
1 answer

I am closely following the development of LLVM / Clang, and I do not know the Java bindings for libclang.

+4
source

Source: https://habr.com/ru/post/902599/


All Articles