projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d46b2b
)
Resolved merge error with r172323 (llvm::X -> X)
author
Alexander Kornienko
<alexfh@google.com>
Tue, 15 Jan 2013 12:20:21 +0000
(12:20 +0000)
committer
Alexander Kornienko
<alexfh@google.com>
Tue, 15 Jan 2013 12:20:21 +0000
(12:20 +0000)
llvm-svn: 172528
clang/lib/AST/ASTDumper.cpp
patch
|
blob
|
history
diff --git
a/clang/lib/AST/ASTDumper.cpp
b/clang/lib/AST/ASTDumper.cpp
index
7442959
..
29680c4
100644
(file)
--- a/
clang/lib/AST/ASTDumper.cpp
+++ b/
clang/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);