tweak comment
From-SVN: r35655
This commit is contained in:
parent
fa1f3ebcf4
commit
babdef3603
1 changed files with 3 additions and 3 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue