On Fri, Jan 30, 2009 at 10:33 AM, Kasra <kasra_n500 at yahoo.com> wrote: > I was a little ambiguous. I know LLVM is in C++. By support I meant compilation of C++ source code into LLVM IR. > I am right to assume this feature is not fully implemented right? llvm-g++ fully supports compiling C++ into LLVM. Support in clang is a WIP. Andrew