Is it possible to use Clang/LLVM with Eclipse CDT and if so, how is it configured to actually make it work?
相关问题
- CMakeList file to generate LLVM bitcode file from
- AddressSanitizer blacklist in c++ not working
-
Apple Clang and numeric_limits
::max() is - Why clang missing default argument on parameter pa
- LLVM OPT not giving optimised file as output.
相关文章
- How do I generate an AST from a string of C++ usin
- clang error: non-type template argument refers to
- Debugging with Eclipse CDT and GDB: can't find
- Swift and Objective-c framework exposes its intern
- Where to find the parsed Boost.Test output in Ecli
- Compiling a .C file: Undefined symbols for archite
- can't debug small program on eclipse helios cd
- (Optimization?) Bug regarding GCC std::thread
I am the main author of the (only) LLVM plug-in for Eclipse CDT. It is still in development so might not be suitable for production environment yet. However feel free to test it to find out if it is suitable for your needs.
https://github.com/TuononenP/llvm4eclipsecdt
UPDATE The latest version is available via official Eclipse update site: http://download.eclipse.org/releases/mars
It is under Programming Languages and is named "C/C++ LLVM-Family Compiler Build Support".
Here is the LLVM plugin for CDT http://code.google.com/p/llvm4eclipsecdt/
And here ↑↑↑↑ is its author, Petri Tuononen. Thank you, Petri!