[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

Joerg Sonnenberger joerg at britannica.bec.de
Wed Feb 1 17:03:50 PST 2012


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.

Joerg



More information about the cfe-commits mailing list