<div dir="ltr">On Sun, Mar 3, 2013 at 6:30 PM, Lukas Vogel <span dir="ltr"><<a href="mailto:lukedirtwalkerdev@gmail.com" target="_blank">lukedirtwalkerdev@gmail.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi,<div><br></div><div>I want to create a Tool integrated in another application therefore I won't have a main function to call the tool. Which means I want to create the compilation database myself.</div>

<div>(I need the tool to translate from clang ast to another ast (in memory structure) for a visual representation of the code)</div><div><br></div><div>Do I need a CompilationDatabase anyway because I only want to do frontendactions (no compilation - just preprocessing and ast visiting) ?</div>
</div></blockquote><div><br></div><div style>Yes. </div><div style><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>From the documentation I got the structure that is needed for compilation database file but I don't really understand what has to be in there. </div>
</div></blockquote><div><br></div><div style>If you have your own way to determine the various flags needed, you don't need to go through a file - you can just implement your own CompilationDatabase that returns the right flags for the right files.</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Also I would like to know what actually happens internally by calling CompilationDatabase::loadFromDirectory(..)</div>

<div><br></div><div>Or would it be easier to just read the code in manually and then call runToolOnCode() ? </div><div><br></div><div>I would be happy if someone could clarify this whole thing a bit or point me to a Tutorial or some other example. (I looked through the clang Documentation pages but it didn't help me so far)</div>
</div></blockquote><div><br></div><div style>Look at the source of CommonOptionsParser to see how to build up a compilation database yourself / how you can inject your own compilation database.</div><div style><br></div><div style>
Cheers,</div><div style>/Manuel</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">
<div><br></div><div>Thanks in advance.</div><div><br></div><div>Cheers,</div><div><br></div><div>Lukas</div></div>
<br>_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@cs.uiuc.edu">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/mailman/listinfo/cfe-dev</a><br>
<br></blockquote></div><br></div></div>