Hi All,
Does anyone know the state of the Java fronted for clang? Thanks.
George
Hi All,
Does anyone know the state of the Java fronted for clang? Thanks.
George
Clang is not a Java compiler.
--Sean Silva
Clang is a frontend for the C family of languages, which includes C, C++, Objective-C, OpenCL, and CUDA. Java is a significant different language, so it won't ever be a part of Clang itself.
I think the Java front-end for LLVM is effectively dead, but you could ask on llvm-dev in case someone else is working on a Java front-end now.
- Doug