[cfe-dev] Patch: reporting the full include graph for a C++ compilation unit

Lukács T. Berki lberki at google.com
Mon May 9 16:25:24 PDT 2011


Hello happy people,

I created a small patch to Clang to allow the compiler to report the full
inclusion graph (i.e. a list of including file - included file) pairs. Note
that this is quite similar to the functionality of -H, with the difference
that this one reports also inclusions that are skipped because it would have
no effect due to include guards and that the output is written to a file
instead of stderr.

The patch is in the attachment. What does it take to get this submitted to
Clang?


Lukács
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20110509/7910031b/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: first.patch
Type: text/x-patch
Size: 6871 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20110509/7910031b/attachment.bin>


More information about the cfe-dev mailing list