c++: comment
authorJason Merrill <jason@redhat.com>
Tue, 6 Dec 2022 14:51:33 +0000 (09:51 -0500)
committerJason Merrill <jason@redhat.com>
Thu, 8 Dec 2022 18:32:02 +0000 (13:32 -0500)
gcc/cp/ChangeLog:

* constexpr.cc (maybe_constant_value): Add default arg comments.

gcc/cp/constexpr.cc

index 0b43ae4..23a27a9 100644 (file)
@@ -8474,7 +8474,8 @@ fold_simple (tree t)
 static GTY((deletable)) hash_map<tree, tree> *cv_cache;
 
 tree
-maybe_constant_value (tree t, tree decl, bool manifestly_const_eval)
+maybe_constant_value (tree t, tree decl /* = NULL_TREE */,
+                     bool manifestly_const_eval /* = false */)
 {
   tree r;