diff options
author | Alexander Kornienko <alexfh@google.com> | 2013-01-15 12:20:21 +0000 |
---|---|---|
committer | Alexander Kornienko <alexfh@google.com> | 2013-01-15 12:20:21 +0000 |
commit | 51ccafd66682ecbccc0a63364291dc7a8f6ec0f0 (patch) | |
tree | fca6156871c194578532ee68b42cf8c210083d8d | |
parent | 02d65ee373feb1cb029185aa0de04d0c214eda3d (diff) |
Resolved merge error with r172323 (llvm::X -> X)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172528 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/AST/ASTDumper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/AST/ASTDumper.cpp b/lib/AST/ASTDumper.cpp index 7442959201..29680c47e3 100644 --- a/lib/AST/ASTDumper.cpp +++ b/lib/AST/ASTDumper.cpp @@ -1587,7 +1587,7 @@ void Comment::dump(const ASTContext &Context) const { &Context.getSourceManager()); } -void Comment::dump(llvm::raw_ostream &OS, const CommandTraits *Traits, +void Comment::dump(raw_ostream &OS, const CommandTraits *Traits, const SourceManager *SM) const { const FullComment *FC = dyn_cast<FullComment>(this); ASTDumper D(OS, Traits, SM); |