]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
c++: add comments
authorJason Merrill <jason@redhat.com>
Wed, 27 Apr 2022 20:09:35 +0000 (16:09 -0400)
committerJason Merrill <jason@redhat.com>
Wed, 27 Apr 2022 23:49:37 +0000 (19:49 -0400)
gcc/cp/ChangeLog:

* tree.cc (strip_typedefs): Add default argument comments.

gcc/cp/tree.cc

index 63164bee638d695a87a15df0f5311e359bfa968d..ed0d0d229500825c51d49a6c5310f85414ce77f7 100644 (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;