aboutsummaryrefslogtreecommitdiff
path: root/include/demangle.h
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2013-04-03 18:21:49 +0000
committerDJ Delorie <dj@redhat.com>2013-04-03 18:21:49 +0000
commit3a4d23392f39faa8e59e10e4e6e9b225088172c9 (patch)
tree2f5a77519b37cb9c0f972f2f3cd641205def1c0e /include/demangle.h
parent4f4352f74debf19aba8c4b802f8400354ce04e4b (diff)
downloadfsf-binutils-gdb-3a4d23392f39faa8e59e10e4e6e9b225088172c9.zip
fsf-binutils-gdb-3a4d23392f39faa8e59e10e4e6e9b225088172c9.tar.gz
fsf-binutils-gdb-3a4d23392f39faa8e59e10e4e6e9b225088172c9.tar.bz2
merge from gcc
Diffstat (limited to 'include/demangle.h')
-rw-r--r--include/demangle.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/demangle.h b/include/demangle.h
index ed01950..58bf547 100644
--- a/include/demangle.h
+++ b/include/demangle.h
@@ -302,6 +302,12 @@ enum demangle_component_type
/* The const qualifier modifying a member function. The one subtree
is the type which is being qualified. */
DEMANGLE_COMPONENT_CONST_THIS,
+ /* C++11 A reference modifying a member function. The one subtree is the
+ type which is being referenced. */
+ DEMANGLE_COMPONENT_REFERENCE_THIS,
+ /* C++11: An rvalue reference modifying a member function. The one
+ subtree is the type which is being referenced. */
+ DEMANGLE_COMPONENT_RVALUE_REFERENCE_THIS,
/* A vendor qualifier. The left subtree is the type which is being
qualified, and the right subtree is the name of the
qualifier. */