LibToolingExample
LibToolingExample copied to clipboard
An example of how to use Clang's LibTooling interface.
First, thanks for your write up, it has helped a ton while trying to get my head around Clang. I do think there is a bug in example.cpp though. At...
Hello, I begin to learn how to use clang and I've download your example by git. I'm trying to "make" but I've some error like this : [code] llvm[0]: Compiling...
The build should not be performed as you instruct, where you `svn co` to `llvm`, `cd llvm; make`. With such a configuration (with a build directory and a llvm source...
See #2. Also addresses very similar issues to #1...
And it's linked in the first google result: https://kevinaboos.wordpress.com/2013/07/23/clang-tutorial-part-ii-libtooling-example/