[cfe-commits] r169095 - in /cfe/trunk: include/clang/AST/ include/clang/Sema/ lib/AST/ lib/Analysis/ lib/Rewrite/Core/ lib/StaticAnalyzer/Checkers/ lib/StaticAnalyzer/Core/

Nico Weber thakis at chromium.org
Sat Dec 1 23:27:09 PST 2012


On Sat, Dec 1, 2012 at 8:59 PM, Sean Silva <silvas at purdue.edu> wrote:
> On Sat, Dec 1, 2012 at 12:25 PM, Benjamin Kramer <benny.kra at gmail.com> wrote:
>> I never got IWYU to work on any non-trivial code base. This change was driven by looking at include graphs and pruning off dead branches, starting with the most heavily used headers.
>
> Out of curiosity, what did you use to generate the include graphs? Did
> you just use the doxygen ones?

I was curious too and asked on IRC. Yes, doxygen. d0k used
bindings/python/examples/cindex/cindex-includes.py , and there's also
the -dependency-dot cc1 option.

Nico

>
> -- Sean Silva
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits



More information about the cfe-commits mailing list