]> gcc.gnu.org Git - gcc.git/commitdiff
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 0b43ae4ece3648ed50a988bc1f50d51c87292296..23a27a962de13c983f6c7c8351508710a9df91e6 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;
 
This page took 0.068247 seconds and 5 git commands to generate.