aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Frontend/DocumentXML.h
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2010-05-10 17:43:18 +0000
committerDouglas Gregor <dgregor@apple.com>2010-05-10 17:43:18 +0000
commit4bd98e886012817fcfd40aa4c8329fa48f69b0a9 (patch)
tree3f4c332b87b5f4bf6f1bf0fdec327f06babc49ee /include/clang/Frontend/DocumentXML.h
parentc896ea80bb7289a3f7eef57d3acdcd445b6851db (diff)
Improved -ast-print-xml for C++, from Sebastien Binet!
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@103412 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Frontend/DocumentXML.h')
-rw-r--r--include/clang/Frontend/DocumentXML.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clang/Frontend/DocumentXML.h b/include/clang/Frontend/DocumentXML.h
index 6693ddbac5..5227c12c2c 100644
--- a/include/clang/Frontend/DocumentXML.h
+++ b/include/clang/Frontend/DocumentXML.h
@@ -114,6 +114,7 @@ private:
void addPtrAttribute(const char* pName, const NamedDecl* D);
void addPtrAttribute(const char* pName, const DeclContext* D);
void addPtrAttribute(const char* pName, const NamespaceDecl* D); // disambiguation
+ void addPtrAttribute(const char* pName, const NestedNameSpecifier* N);
void addPtrAttribute(const char* pName, const LabelStmt* L);
void addPtrAttribute(const char* pName, const char* text);