Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2008-09-09 22:21:42 +0400
committerDJ Delorie <dj@redhat.com>2008-09-09 22:21:42 +0400
commite841b018cbcc123c8415671dd783ba8770b90ce9 (patch)
tree90dd4a331ecd04c6006515f26810c848d3c9c278 /include
parentfc378cf7cefcd5bfa3c1330d291d54fd0c38a3e0 (diff)
merge from gcc
Diffstat (limited to 'include')
-rw-r--r--include/ChangeLog5
-rw-r--r--include/demangle.h4
2 files changed, 8 insertions, 1 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index f70cebd91..ece1aae36 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,8 @@
+2008-09-09 Jason Merrill <jason@redhat.com>
+
+ * demangle.h (enum demangle_component_type): Add
+ DEMANGLE_COMPONENT_DECLTYPE.
+
2008-08-25 Alan Modra <amodra@bigpond.net.au>
* binary-io.h: New file, imported from gnulib, but don't
diff --git a/include/demangle.h b/include/demangle.h
index 78e022dff..146d778e0 100644
--- a/include/demangle.h
+++ b/include/demangle.h
@@ -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. */