From: Nathan Sidwell Date: Tue, 1 May 2001 14:43:17 +0000 (+0000) Subject: * c-tree.texi (USING_STMT): Document. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=07dd196a5c10e14893546a53b72f43841b861a8f;p=gcc.git * c-tree.texi (USING_STMT): Document. From-SVN: r41726 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ae82798df81..d8655f32a20 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-05-01 Nathan Sidwell + + * c-tree.texi (USING_STMT): Document. + 2001-05-01 Kaveh R. Ghazi * bitmap.c: Change NULL_PTR to NULL or "(rtx*)0". diff --git a/gcc/c-tree.texi b/gcc/c-tree.texi index fe368f2a3e7..27558fe0f72 100644 --- a/gcc/c-tree.texi +++ b/gcc/c-tree.texi @@ -1373,6 +1373,7 @@ This predicate holds if the function an overloaded @findex TRY_HANDLERS @findex HANDLER_PARMS @findex HANDLER_BODY +@findex USING_STMT @tindex WHILE_STMT @findex WHILE_BODY @findex WHILE_COND @@ -1688,6 +1689,12 @@ the try block. It must rethrow the exception after executing that code. And, if an exception is thrown while the expression is executing, @code{terminate} must be called. +@item USING_STMT +Used to represent a @code{using} directive. The namespace is given by +@code{USING_STMT_NAMESPACE}, which will be a NAMESPACE_DECL. This node +is needed inside template functions, to implement using directives +during instantiation. + @item WHILE_STMT Used to represent a @code{while} loop. The @code{WHILE_COND} is the