<div dir="ltr">Thanks Marko. <br><br><div class="gmail_quote">2011/6/19 Marko Schütz Schmuck <span dir="ltr"><<a href="mailto:MarkoSchuetz@web.de">MarkoSchuetz@web.de</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
At Thu, 16 Jun 2011 13:34:39 +0100,<br>
<div class="im">Zheng Wang wrote:<br>
><br>
> Hi,<br>
><br>
> Is there any way to retrieves the names of header files that are included in a source in clang?<br>
<br>
</div>look at the class PreprocessingRecord. You create a PreprocessingRecord<br>
before starting the pre-processor. After pre-processing you can use<br>
PreprocessingRecord::iterator to look at each pre-processor event that<br>
was recorded. The kind of pre-processor event you are interested in is<br>
PreprocessedEntity::InclusionDirectiveKind.<br>
<br>
Best regards,<br>
<font color="#888888"><br>
Marko </font></blockquote></div><br><br clear="all"><br>-- <br>Best regards,<br><br>WANG Zheng<br>
</div>