aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/include/demangle.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.9/include/demangle.h')
-rw-r--r--gcc-4.9/include/demangle.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc-4.9/include/demangle.h b/gcc-4.9/include/demangle.h
index bbad71bd8..7dc26489d 100644
--- a/gcc-4.9/include/demangle.h
+++ b/gcc-4.9/include/demangle.h
@@ -373,6 +373,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