]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - include/demangle.h
PR other/61321 - demangler crash on casts in template parameters
[thirdparty/gcc.git] / include / demangle.h
index f4c41218e7fea0bdaf05c9b5747a3f6172698e23..1d7cadf4b71fcff175921e9577212d631cab980a 100644 (file)
@@ -379,6 +379,10 @@ enum demangle_component_type
   /* A typecast, represented as a unary operator.  The one subtree is
      the type to which the argument should be cast.  */
   DEMANGLE_COMPONENT_CAST,
+  /* A conversion operator, represented as a unary operator.  The one
+     subtree is the type to which the argument should be converted
+     to.  */
+  DEMANGLE_COMPONENT_CONVERSION,
   /* A nullary expression.  The left subtree is the operator.  */
   DEMANGLE_COMPONENT_NULLARY,
   /* A unary expression.  The left subtree is the operator, and the