summaryrefslogtreecommitdiff
path: root/gcc/cp/call.c
Commit message (Expand)AuthorAgeFilesLines
* cp:nathan2001-07-261-15/+22
* * call.c (joust): Only prefer a non-builtin candidate to a builtinjason2001-07-251-21/+26
* cp:nathan2001-07-251-0/+3
* gcc:nathan2001-07-211-1/+1
* 2001-07-10 Jan van Male <jan.vanmale@fenk.wau.nl>aj2001-07-101-4/+4
* gcc/gdr2001-06-101-1/+1
* * call.c (convert_default_arg): Use INTEGRAL_TYPE_P.danglin2001-06-061-4/+2
* cp:nathan2001-06-051-5/+11
* * call.c (build_op_delete_call): Ignore exception-specificationsmmitchel2001-05-221-14/+41
* cp:ghazi2001-05-021-5/+5
* cp:nathan2001-05-011-5/+6
* * call.c (maybe_handle_ref_bind): Copy ICS_USER_FLAG andjakub2001-04-201-1/+4
* tweak commentsjason2001-04-101-0/+5
* 2001-03-23 Bryce McKinlay <bryce@albatross.co.nz>bryce2001-03-231-1/+71
* cp:nathan2001-03-121-3/+6
* cp:nathan2001-03-021-3/+15
* 2001-02-26 Jeffrey Oldham <oldham@codesourcery.com>oldham2001-02-261-3/+7
* Do put the VTT parameter in DECL_ARGUMENTS.jason2001-02-181-19/+19
* * call.c (check_dtor_name): Handle template names correctly.mmitchel2001-02-171-0/+9
* improve commentjason2001-02-171-1/+6
* * cp-tree.h (DECL_USE_VTT_PARM): Remove.jason2001-02-171-4/+4
* * call.c (convert_like_real): Create a temporary for non-lvalue.jakub2001-02-161-1/+1
* * cp-tree.h (CLASSTYPE_DESTRUCTORS): Fix typo in comment.mmitchel2001-02-141-33/+31
* Remove old ABI support.mmitchel2001-02-121-19/+4
* * cp-tree.h (build_expr_ptr_wrapper, can_free): Remove.jakub2001-02-021-3/+3
* * configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.ghazi2001-01-281-1/+0
* missed innathan2001-01-241-7/+21
* cp:nathan2001-01-231-30/+73
* cp:nathan2001-01-221-0/+1
* * typeck.c (build_function_call_real): Call fold on the CALL_EXPR.lerdsuwa2001-01-171-1/+3
* cp:nathan2001-01-111-0/+20
* cp:nathan2001-01-101-3/+6
* * call.c (build_conv): Don't use build1 for USER_CONV.mmitchel2001-01-041-1/+9
* * typeck.c (strip_all_pointer_quals): Also strip quals fromjason2001-01-021-4/+13
* * call.c (joust): Use DECL_NONSTATIC_MEMBER_FUNCTION_P, notjason2000-12-221-1/+2
* In partial ordering for a call, ignore parms for which we don't havejason2000-12-221-11/+10
* * pt.c (tsubst_decl): A FUNCTION_DECL has DECL_RESULT, notjason2000-12-211-18/+24
* * call.c (build_op_delete_call): See through ARRAY_TYPEs.jason2000-12-151-6/+8
* * error.c (dump_function_name): Don't let the user see __comp_ctor.jason2000-12-091-62/+94
* * cp-tree.h (sufficient_parms_p): Declare new function.nathan2000-12-071-14/+19
* cp:nathan2000-12-011-5/+7
* cp:nathan2000-11-301-1/+3
* * call.c (op_error): Make error messages clearer.nathan2000-11-161-6/+6
* Constant folding for builtinsbernds2000-11-011-1/+1
* * call.c (equal_functions): Also call decls_match for extern "C" fns.jason2000-10-231-2/+4
* * call.c (standard_conversion): Use RVALUE_CONVs for allmmitchel2000-10-231-1/+1
* * call.c (build_conditional_expr): Use ocp_convert to forcejason2000-10-221-3/+8
* * Makefile.in (c-common.o): Depend on diagnostic.h.ghazi2000-09-191-1/+1
* * call.c (build_scoped_method_call): Check it is not a namespace.nathan2000-09-011-0/+5
* * cp-tree.h (instantiate_type_flags): New enumeration.nathan2000-08-171-5/+5