<div dir="ltr">This is too little information to help you. We need:<div>- the actual error</div><div>- the code you're running it on</div><div>(preferably trimmed down to the minimum you can make it)</div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Wed, Apr 9, 2014 at 12:23 PM, Viktor Kaszian <span dir="ltr"><<a href="mailto:kaszian@cs.uni-bonn.de" target="_blank">kaszian@cs.uni-bonn.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi everyone,<br>
<br>
those of you who double up on the cfe-users may remember my emails regarding Control Flow Graphs.<br>
<br>
I want to try to compile a Tool that will extract the CFG from any given .c/.cpp source file. The core idea is to use ASTConsumer function and execute BuildCFG.<br>
<br>
However I keep getting error messages when trying to compile the tool. These always pertain to the correct use of includes at the beginning of the tool. I used similar includes to those used in the tutorial (<a href="http://clang.llvm.org/docs/LibTooling.html" target="_blank">http://clang.llvm.org/docs/<u></u>LibTooling.html</a>), but the tutorial seems to skip over placing my own source file as well as correctly compiling it.<br>

<br>
If you could help me out it would be much appreciated.<br>
<br>
Best regards,<br>
Viktor<br>
______________________________<u></u>_________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@cs.uiuc.edu" target="_blank">cfe-dev@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev" target="_blank">http://lists.cs.uiuc.edu/<u></u>mailman/listinfo/cfe-dev</a><br>
</blockquote></div><br></div>