summaryrefslogtreecommitdiff
path: root/gcc/cp/call.c
diff options
context:
space:
mode:
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>2001-04-10 15:48:11 +0000
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>2001-04-10 15:48:11 +0000
commitcf4ef81084c99337e540d71cc4d41b7396ca50cd (patch)
treec9f80f27994e43c530b578ca76af5ef5c22b17cc /gcc/cp/call.c
parent829a8c2d03de2d8805e71590b2d1c768979fd860 (diff)
downloadgcc-cf4ef81084c99337e540d71cc4d41b7396ca50cd.tar.gz
tweak comments
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41222 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/call.c')
-rw-r--r--gcc/cp/call.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/cp/call.c b/gcc/cp/call.c
index 0850f9b8048..548bd008fe6 100644
--- a/gcc/cp/call.c
+++ b/gcc/cp/call.c
@@ -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;