Comment::dump(): show name of inline command
llvm-svn: 160467
This commit is contained in:
parent
037520e9cf
commit
c16cd2a67b
@ -106,6 +106,7 @@ void CommentDumper::visitTextComment(const TextComment *C) {
|
||||
void CommentDumper::visitInlineCommandComment(const InlineCommandComment *C) {
|
||||
dumpComment(C);
|
||||
|
||||
OS << " Name=\"" << C->getCommandName() << "\"";
|
||||
for (unsigned i = 0, e = C->getNumArgs(); i != e; ++i)
|
||||
OS << " Arg[" << i << "]=\"" << C->getArgText(i) << "\"";
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user