aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/DumpXML.cpp
diff options
context:
space:
mode:
authorJohn McCall <rjmccall@apple.com>2010-12-02 10:37:08 +0000
committerJohn McCall <rjmccall@apple.com>2010-12-02 10:37:08 +0000
commit7bd245b42cb3fb3da8877faf748538dd0b0154fb (patch)
tree6d5e42bee98786f87902cfc99d6618cbcdd6584d /lib/AST/DumpXML.cpp
parent3bddf5c2173a0a8bf900fe10f07b38e95e09c745 (diff)
Tweaks.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@120701 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/AST/DumpXML.cpp')
-rw-r--r--lib/AST/DumpXML.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/AST/DumpXML.cpp b/lib/AST/DumpXML.cpp
index 2a7d40ea2b..a3ecda5425 100644
--- a/lib/AST/DumpXML.cpp
+++ b/lib/AST/DumpXML.cpp
@@ -262,7 +262,7 @@ struct XMLDumper : public XMLDeclVisitor<XMLDumper>,
if (Name.isIdentifier())
return set("name", Name.getAsIdentifierInfo()->getName());
- set("name", "<unsupported>");
+ set("name", Name.getAsString());
}
class TemporaryContainer {