From 84681ea68987b5e51f82fca7b7caf7e8eb315493 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Wed, 3 Apr 2013 18:21:40 +0000 Subject: merge from gcc --- include/demangle.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/demangle.h') diff --git a/include/demangle.h b/include/demangle.h index ed0195003..58bf547d5 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. */ -- cgit v1.2.3