LLVM C++ IDE for windows
- by osgx
Hello
Is there some C/C++ IDE for windows, which is integrated with LLVM compiler (and clang C/C++ analyzer), just like modern Xcode do.
I have Dev-Cpp (it uses outdated gcc) and Code::Blocks (with some gcc).
But Gcc gives me very cryptic error messages. I want to get some more user-friendly error messages from clang frontend.
Yes, clang was not able to be used with complex C++ code, but trunk clang already can compile LLVM itself. So I wonder if is there any of llvm IDEs in development or in beta versions.
Thanks.