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)?
source share