]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - include/demangle.h
Import gcc commit 65388b28656d65595bdaf191df85af81c35ca63 which adds support for...
[thirdparty/binutils-gdb.git] / include / demangle.h
index 6a03f4f4f938553e17cca0252f6fcfbfdfb21c62..49b84d4de88a3efae1994a1821b5dcf052cdcc2e 100644 (file)
@@ -314,6 +314,8 @@ enum demangle_component_type
   /* C++11: An rvalue reference modifying a member function.  The one
      subtree is the type which is being referenced.  */
   DEMANGLE_COMPONENT_RVALUE_REFERENCE_THIS,
+  /* C++23: A member function with explict object parameter.  */
+  DEMANGLE_COMPONENT_XOBJ_MEMBER_FUNCTION,
   /* A vendor qualifier.  The left subtree is the type which is being
      qualified, and the right subtree is the name of the
      qualifier.  */