c++: add comments

gcc/cp/ChangeLog:

	* tree.cc (strip_typedefs): Add default argument comments.
This commit is contained in:
Jason Merrill 2022-04-27 16:09:35 -04:00
parent 58e4a744b6
commit e3947ea7f3

View File

@ -1583,7 +1583,8 @@ apply_identity_attributes (tree result, tree attribs, bool *remove_attributes)
stripped. */
tree
strip_typedefs (tree t, bool *remove_attributes, unsigned int flags)
strip_typedefs (tree t, bool *remove_attributes /* = NULL */,
unsigned int flags /* = 0 */)
{
tree result = NULL, type = NULL, t0 = NULL;