merge from gcc

This commit is contained in:
DJ Delorie
2007-08-31 20:20:44 +00:00
parent d848b3419f
commit 95500c2eff
2 changed files with 8 additions and 0 deletions

View File

@ -296,6 +296,9 @@ enum demangle_component_type
/* A reference. The one subtree is the type which is being
referenced. */
DEMANGLE_COMPONENT_REFERENCE,
/* C++0x: An rvalue reference. The one subtree is the type which is
being referenced. */
DEMANGLE_COMPONENT_RVALUE_REFERENCE,
/* A complex type. The one subtree is the base type. */
DEMANGLE_COMPONENT_COMPLEX,
/* An imaginary type. The one subtree is the base type. */