forked from OSchip/llvm-project
In Stmt::printPretty(), pass the SourceManager to dump().
llvm-svn: 75606
This commit is contained in:
parent
12563b8111
commit
b0c86d4fe8
|
@ -1241,7 +1241,7 @@ void Stmt::printPretty(llvm::raw_ostream &OS, ASTContext& Context,
|
|||
}
|
||||
|
||||
if (Policy.Dump) {
|
||||
dump();
|
||||
dump(Context.getSourceManager());
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue