Commit c80106a4 by Ira Ruben Committed by Nathan Sidwell

cp-tree.def (TEMPLATE_DECL): Update comment.

2001-07-06  Ira Ruben   <ira@apple.com>
        * cp-tree.def (TEMPLATE_DECL): Update comment. DECL_RESULT should
	be DECL_TEMPLATE_RESULT.

From-SVN: r43807
parent f8d92613
2001-07-06 Ira Ruben <ira@apple.com>
* cp-tree.def (TEMPLATE_DECL): Update comment. DECL_RESULT should
be DECL_TEMPLATE_RESULT.
2001-07-05 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net> 2001-07-05 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
* cp-tree.h (copy_template_template_parm): Rename to ... * cp-tree.h (copy_template_template_parm): Rename to ...
......
...@@ -84,10 +84,10 @@ DEFTREECODE (EMPTY_CLASS_EXPR, "empty_class_expr", 'e', 0) ...@@ -84,10 +84,10 @@ DEFTREECODE (EMPTY_CLASS_EXPR, "empty_class_expr", 'e', 0)
only done for functions so far only done for functions so far
For class template: For class template:
DECL_INITIAL associated templates (methods &c) DECL_INITIAL associated templates (methods &c)
DECL_RESULT null DECL_TEMPLATE_RESULT null
For non-class templates: For non-class templates:
TREE_TYPE type of object to be constructed TREE_TYPE type of object to be constructed
DECL_RESULT decl for object to be created DECL_TEMPLATE_RESULT decl for object to be created
(e.g., FUNCTION_DECL with tmpl parms used) (e.g., FUNCTION_DECL with tmpl parms used)
*/ */
DEFTREECODE (TEMPLATE_DECL, "template_decl", 'd', 0) DEFTREECODE (TEMPLATE_DECL, "template_decl", 'd', 0)
......
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