Resolved merge error with r172323 (llvm::X -> X)
authorAlexander Kornienko <alexfh@google.com>
Tue, 15 Jan 2013 12:20:21 +0000 (12:20 +0000)
committerAlexander Kornienko <alexfh@google.com>
Tue, 15 Jan 2013 12:20:21 +0000 (12:20 +0000)
llvm-svn: 172528

clang/lib/AST/ASTDumper.cpp

index 7442959..29680c4 100644 (file)
@@ -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);