merge from gcc

This commit is contained in:
DJ Delorie
2008-10-07 01:28:01 +00:00
parent 06fa9cecf1
commit 1c08f2c880
9 changed files with 269 additions and 466 deletions

View File

@@ -372,7 +372,9 @@ enum demangle_component_type
/* A name formed by a single character. */
DEMANGLE_COMPONENT_CHARACTER,
/* A decltype type. */
DEMANGLE_COMPONENT_DECLTYPE
DEMANGLE_COMPONENT_DECLTYPE,
/* A pack expansion. */
DEMANGLE_COMPONENT_PACK_EXPANSION
};
/* Types which are only used internally. */