<html>
<head></head>
<body>
<p>Hello,</p>
<p>My objective is to create a tool using Clang to go through the AST. My question is:</p>
<p>Which is the best way to configure clang to this purpose?</p>
<p>I was following the instructions here: <a href="http://llvm.org/docs/GettingStarted.html#getting-started-quickly-a-summary" target="_blank">http://llvm.org/docs/GettingStarted.html#getting-started-quickly-a-summary</a></p>
<p>but I had some problems when runningn make and I was recommended to try a release build. Now, I have a directory called Release+Asserts, but I would like to know what are you using to do the same as I intend to do. I'm not even sure if I have to follow those instructions as I found this other tutorial where the instructions to obtain clang are different:</p>
<p><a href="http://clang.llvm.org/docs/LibASTMatchersTutorial.html" target="_blank">http://clang.llvm.org/docs/LibASTMatchersTutorial.html</a></p>
<p>I have also found the package libclang-dev to use it directly as a library, but I'm not sure if this would be another valid option:<br/>
<a href="http://packages.ubuntu.com/quantal/libclang-dev " target="_blank">http://packages.ubuntu.com/quantal/libclang-dev </a></p>
<p>Please, I need your help.</p>
<p>Pedro.</p>

</body>
</html>