merge from gcc

This commit is contained in:
DJ Delorie
2008-09-09 18:21:49 +00:00
parent 11cb6f65ab
commit ba8cb4bac5
5 changed files with 162 additions and 11 deletions

View File

@@ -370,7 +370,9 @@ enum demangle_component_type
subtree is the first part and the right subtree the second. */
DEMANGLE_COMPONENT_COMPOUND_NAME,
/* A name formed by a single character. */
DEMANGLE_COMPONENT_CHARACTER
DEMANGLE_COMPONENT_CHARACTER,
/* A decltype type. */
DEMANGLE_COMPONENT_DECLTYPE
};
/* Types which are only used internally. */