mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-21 00:07:36 +08:00
merge from gcc
This commit is contained in:
parent
d848b3419f
commit
95500c2eff
@ -1,3 +1,8 @@
|
|||||||
|
2007-08-31 Douglas Gregor <doug.gregor@gmail.com>
|
||||||
|
|
||||||
|
* demangle.h (enum demangle_component_type): Add
|
||||||
|
DEMANGLE_COMPONENT_RVALUE_REFERENCE.
|
||||||
|
|
||||||
2007-07-25 Ben Elliston <bje@au.ibm.com>
|
2007-07-25 Ben Elliston <bje@au.ibm.com>
|
||||||
|
|
||||||
* ternary.h: Remove.
|
* ternary.h: Remove.
|
||||||
|
@ -296,6 +296,9 @@ enum demangle_component_type
|
|||||||
/* A reference. The one subtree is the type which is being
|
/* A reference. The one subtree is the type which is being
|
||||||
referenced. */
|
referenced. */
|
||||||
DEMANGLE_COMPONENT_REFERENCE,
|
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. */
|
/* A complex type. The one subtree is the base type. */
|
||||||
DEMANGLE_COMPONENT_COMPLEX,
|
DEMANGLE_COMPONENT_COMPLEX,
|
||||||
/* An imaginary type. The one subtree is the base type. */
|
/* An imaginary type. The one subtree is the base type. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user