Implement P0012R1, Make exception specifications part of the type system.
[deliverable/binutils-gdb.git] / include / demangle.h
index 3e1d95cc5a3be1505750c675137dfb237d1af1e1..12f51cab3580d2dacb6137213fc3ae00dd3c1f16 100644 (file)
@@ -449,7 +449,9 @@ enum demangle_component_type
   /* A transaction-safe function type.  */
   DEMANGLE_COMPONENT_TRANSACTION_SAFE,
   /* A cloned function.  */
-  DEMANGLE_COMPONENT_CLONE
+  DEMANGLE_COMPONENT_CLONE,
+  DEMANGLE_COMPONENT_NOEXCEPT,
+  DEMANGLE_COMPONENT_THROW_SPEC
 };
 
 /* Types which are only used internally.  */
This page took 0.034019 seconds and 4 git commands to generate.