[cfe-dev] java frontend

Douglas Gregor dgregor at apple.com
Wed Jul 25 09:54:10 PDT 2012


On Jul 25, 2012, at 2:34 AM, George Baah <georgebaah at gmail.com> wrote:

> Hi All,
>   Does anyone know the state of the Java fronted for clang? Thanks.

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




More information about the cfe-dev mailing list