merge from gcc
This commit is contained in:
parent
bc0844aee7
commit
d503175434
4 changed files with 63 additions and 18 deletions
|
@ -377,6 +377,10 @@ enum demangle_component_type
|
|||
DEMANGLE_COMPONENT_CHARACTER,
|
||||
/* A decltype type. */
|
||||
DEMANGLE_COMPONENT_DECLTYPE,
|
||||
/* Global constructors keyed to name. */
|
||||
DEMANGLE_COMPONENT_GLOBAL_CONSTRUCTORS,
|
||||
/* Global destructors keyed to name. */
|
||||
DEMANGLE_COMPONENT_GLOBAL_DESTRUCTORS,
|
||||
/* A pack expansion. */
|
||||
DEMANGLE_COMPONENT_PACK_EXPANSION
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue