Added driver option "-cxx-inheritance-view" for viewing the C++ hierarchy of a class in GraphViz.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58051 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/Driver/ASTConsumers.h b/Driver/ASTConsumers.h
index bc76df5..97adfb3 100644
--- a/Driver/ASTConsumers.h
+++ b/Driver/ASTConsumers.h
@@ -70,6 +70,9 @@
const std::string& OutFile,
Diagnostic &Diags,
const LangOptions &LangOpts);
+
+ASTConsumer *CreateInheritanceViewer(const std::string& clsname);
+
} // end clang namespace
#include "AnalysisConsumer.h"