public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-8292] c++: add comments
@ 2022-04-27 23:49 Jason Merrill
  0 siblings, 0 replies; only message in thread
From: Jason Merrill @ 2022-04-27 23:49 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:e3947ea7f31518422d9d6b39f081dd4bb2e8f08f

commit r12-8292-ge3947ea7f31518422d9d6b39f081dd4bb2e8f08f
Author: Jason Merrill <jason@redhat.com>
Date:   Wed Apr 27 16:09:35 2022 -0400

    c++: add comments
    
    gcc/cp/ChangeLog:
    
            * tree.cc (strip_typedefs): Add default argument comments.

Diff:
---
 gcc/cp/tree.cc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gcc/cp/tree.cc b/gcc/cp/tree.cc
index 63164bee638..ed0d0d22950 100644
--- a/gcc/cp/tree.cc
+++ b/gcc/cp/tree.cc
@@ -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;


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-04-27 23:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-27 23:49 [gcc r12-8292] c++: add comments Jason Merrill

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).