[cfe-commits] r149575 - in /cfe/trunk: include/clang/Driver/CC1Options.td include/clang/Frontend/DependencyOutputOptions.h include/clang/Frontend/Utils.h lib/Frontend/CMakeLists.txt lib/Frontend/CompilerInstance.cpp lib/Frontend/CompilerInvocation.cpp lib/Frontend/DependencyGraph.cpp

Douglas Gregor dgregor at apple.com
Thu Feb 2 15:50:41 PST 2012


On Feb 1, 2012, at 5:03 PM, Joerg Sonnenberger <joerg at britannica.bec.de> wrote:

> On Thu, Feb 02, 2012 at 12:54:53AM -0000, Douglas Gregor wrote:
>> Log:
>> Introduce a -cc1 option "-dependency-graphviz" that determines header
>> dependencies and outputs them in GraphViz format.
> 
> I think that's misnamed. The format is not "GraphViz", it is "dot".
> Graphviz is just the most popular tool for processing them.

Sure, r149645.

	- Doug



More information about the cfe-commits mailing list