ClangKit
ClangKit copied to clipboard
ClangKit provides an Objective-C frontend to LibClang. Source tokenization, diagnostics and fix-its are actually implemented.
I parse .m files written in Objective-C using ClangKit, when the source code is about over 300 lines, I find out that the source code is truncated and no tokens...
When makefile run into line '@$(CD) $(DIR_BUILD) && ../$(DIR_LLVM)configure --enable-optimized' it will output: 'The LLVM project no longer supports building with configure & make. Please migrate to the CMake-based build...
Your installation guide instructs to build the LLVM sources using the makefile. After running the makefile, what must be done?