Skip to content
Snippets Groups Projects
Commit 8b81df32 authored by Rafael Espindola's avatar Rafael Espindola
Browse files

Use version of DisplayGraph that takes a StringRef.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@183916 91177308-0d34-0410-b5e6-96231b3b80d8
parent 4889a1fe
No related branches found
No related tags found
No related merge requests found
......@@ -159,7 +159,7 @@ void CXXRecordDecl::viewInheritance(ASTContext& Context) const {
O.close();
// Display the graph
DisplayGraph(Filename);
DisplayGraph(Filename.str());
} else {
llvm::errs() << "error opening file for writing!\n";
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment