Commit babdef36 by Jason Merrill

tweak comment

From-SVN: r35655
parent fa1f3ebc
......@@ -148,9 +148,9 @@ DEFTREECODE (TEMPLATE_TYPE_PARM, "template_type_parm", 't', 0)
TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO is NULL_TREE
and TYPE_NAME is a TEMPLATE_DECL.
Otherwise it is used with bound template arguments like TT<int>. In this case,
TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO contains the template name
and its bound arguments. TYPE_NAME is a TYPE_DECL. */
Otherwise it is used with bound template arguments like TT<int>.
In this case, TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO contains the
template name and its bound arguments. TYPE_NAME is a TYPE_DECL. */
DEFTREECODE (TEMPLATE_TEMPLATE_PARM, "template_template_parm", 't', 0)
/* A type designated by `typename T::t'. TYPE_CONTEXT is `T',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment