c++: add comments
gcc/cp/ChangeLog: * tree.cc (strip_typedefs): Add default argument comments.
This commit is contained in:
parent
58e4a744b6
commit
e3947ea7f3
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user