summaryrefslogtreecommitdiff
path: root/include/clang/Index/CallGraph.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/Index/CallGraph.h')
-rw-r--r--include/clang/Index/CallGraph.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Index/CallGraph.h b/include/clang/Index/CallGraph.h
index 336bf47a2efc6..38baf0f7537f4 100644
--- a/include/clang/Index/CallGraph.h
+++ b/include/clang/Index/CallGraph.h
@@ -94,7 +94,7 @@ public:
Decl *getDecl(CallGraphNode *Node);
- void print(llvm::raw_ostream &os);
+ void print(raw_ostream &os);
void dump();
void ViewCallGraph() const;