]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/cp/gxxint.texi
cplus-dem.c (work_stuff): Replace const_type and volatile_type with type_quals.
[thirdparty/gcc.git] / gcc / cp / gxxint.texi
index c8f312ebfca25608723a01ee3dbc51d4db751081..f23b85d351400780d6a67ee1913d9a2fa02c15a0 100644 (file)
@@ -1783,6 +1783,12 @@ Used by squangling to compress qualified names.
 @item l
 Encodes the C++ @code{long} type.
 
+@item n
+Used with squangling.
+
+@item N 
+Namespaces.
+
 @item P
 Indicates a pointer type.  Followed by the type pointed to.
 
@@ -1817,11 +1823,14 @@ A modifier that indicates that the following integer type is unsigned.
 Also used to indicate that the following class or namespace name
 is encoded using Unicode-mangling.
 
+@item u
+The @code{restrict} type qualifier.
+
 @item v
 Encodes the C++ and Java @code{void} types.
 
 @item V
-A modified for a @code{const} type or method.
+A modifier for a @code{volatile} type or method.
 
 @item w
 Encodes the C++ @code{wchar_t} type, and the Java @code{char} types.