Thanks a lot for the hint!<br><br>Adrien<br><br><div class="gmail_quote">On Wed, May 18, 2011 at 23:02, Douglas Gregor <span dir="ltr"><<a href="mailto:dgregor@apple.com">dgregor@apple.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div><div></div><div class="h5"><br>
On May 18, 2011, at 12:09 PM, Adrien Chauve wrote:<br>
<br>
> Hi,<br>
><br>
> I tested clang::CreateASTPrinter and it's really nice (I can't wait to test different pretty printer policies).<br>
> But I'm wondering if it's possible to print back the #include as they are in the source file, instead of printing the ast content of the header file.<br>
<br>
</div></div>There aren't any command-line flags to do this, although you could do this by digging into the source locations (which include full file-inclusion history).<br>
<br>
        - Doug<br>
</blockquote></div><br>