tweak comments
authorJason Merrill <jason@gcc.gnu.org>
Tue, 10 Apr 2001 15:48:11 +0000 (11:48 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 10 Apr 2001 15:48:11 +0000 (11:48 -0400)
From-SVN: r41222

gcc/cp/call.c
gcc/cp/decl2.c

index 0850f9b80488a73f4b8dc194d458841093f60986..548bd008fe69bf3336d713e1748f8911d7ab36f7 100644 (file)
@@ -4034,6 +4034,11 @@ convert_default_arg (type, arg, fn, parmnum)
   return arg;
 }
 
+/* Subroutine of the various build_*_call functions.  Overload resolution
+   has chosen a winning candidate CAND; build up a CALL_EXPR accordingly.
+   ARGS is a TREE_LIST of the unconverted arguments to the call.  FLAGS is a
+   bitmask of various LOOKUP_* flags which apply to the call itself.  */
+
 static tree
 build_over_call (cand, args, flags)
      struct z_candidate *cand;
index b26decbe6add47edb7edb04610b5bc4294b13e0d..ded15a7f3ce4a8ea09a9cfa0dfccb196977945ce 100644 (file)
@@ -2118,12 +2118,9 @@ build_anon_union_vars (anon_decl, elems, static_p, external_p)
   return main_decl;
 }
 
-/* Finish off the processing of a UNION_TYPE structure.
-   If there are static members, then all members are
-   static, and must be laid out together.  If the
-   union is an anonymous union, we arrange for that
-   as well.  PUBLIC_P is nonzero if this union is
-   not declared static.  */
+/* Finish off the processing of a UNION_TYPE structure.  If the union is an
+   anonymous union, then all members must be laid out together.  PUBLIC_P
+   is nonzero if this union is not declared static.  */
 
 void
 finish_anon_union (anon_union_decl)