<div>I have installed LLVM 2.6 and llvm-gcc, now I intend to install Clang to write some program to do some AST analysis.</div>
<div>The current problem as follow:</div>
<div>I use the "llvm/projects/sample" to build a project as the document guide, and added some code, now, if I install Clang, how can I add the code that used Clang's API.</div>