summaryrefslogtreecommitdiff
path: root/gcc/cp/call.c
Commit message (Expand)AuthorAgeFilesLines
* * call.c (resolve_args): Resolve template specializations, ifmmitchel1998-10-061-0/+20
* Warning fixes:ghazi1998-10-061-3/+3
* * pt.c (instantiate_decl): Do save and restore file position.jason1998-10-051-2/+6
* * call.c (build_object_call): Move declaration of variableghazi1998-10-051-3/+2
* * call.c (build_over_call): Make pedwarns about dropped qualifiersmmitchel1998-10-041-2/+2
* * call.c (build_field_call): handle static data members toooliva1998-09-151-2/+3
* revert error reporting patchjason1998-09-071-51/+52
* * cp-error.def: New file.mmitchel1998-09-061-52/+51
* * cp-tree.h, decl2.c: Remove support for -fall-virtual,jason1998-08-311-6/+1
* * lex.c (handle_cp_pragma): Remove #pragma vtable.jason1998-08-271-2/+5
* * typeck.c (convert_for_assignment): Converting from pm of vbasejason1998-08-251-3/+13
* * c-common.c (combine_strings): Also set TREE_READONLY.jason1998-08-241-0/+8
* * iomanip.h: Use __extension__ for `extern' explicit templatemmitchel1998-08-231-1/+8
* * gxxint.texi: Remove obsolete documentation of overloading code.jason1998-08-171-7/+1
* * call.c (build_over_call): Pass 1 to popclass.jason1998-07-271-1/+1
* * cp-tree.h: Add prototype for set_identifier_local_value.jason1998-07-241-1/+3
* 1998-07-16 Mark Mitchell <mark@markmitchell.com>mmitchel1998-07-161-6/+0
* 1998-07-16 Mark Mitchell <mark@markmitchell.com>mmitchel1998-07-161-0/+6
* * method.c (build_decl_overload_real): Fix namespace handling.jason1998-07-151-14/+25
* * call.c (joust): Don't warn about "confusing" conversions to thejason1998-07-141-3/+9
* * call.c (joust): Fix confusing conversion warning.jason1998-06-231-40/+35
* Warning fixes:ghazi1998-06-221-1/+0
* * method.c (hack_identifier): Don't let a class template out.jason1998-06-161-49/+36
* * call.c (convert_default_arg): Make global, not static.mmitchel1998-06-111-22/+58
* * call.c (build_method_call): Fix thinko.jason1998-06-101-9/+9
* * call.c (build_scoped_method_call): Fix thinko.jason1998-06-101-2/+2
* * init.c (resolve_offset_ref): Handle default-initialization.jason1998-06-101-3/+7
* * call.c (joust): Also warn about confusing conversion op/constructorjason1998-06-051-5/+3
* * spew.c (yylex): Also return the TYPE_DECL if got_object.jason1998-06-051-28/+51
* * decl.c (start_decl): Always pedwarn about vacuously redeclaringjason1998-05-281-3/+5
* * call.c (build_method_call): Make sure get_type_value returnsjason1998-05-281-2/+4
* * call.c (tourney): Don't do any extra comparisons.mmitchel1998-05-251-4/+10
* 1998-05-24 Mark Mitchell <mark@markmitchell.com>mmitchel1998-05-241-14/+18
* * decl.c (lang_print_error_function): New fn.jason1998-05-221-0/+5
* * decl2.c (start_objects, finish_objects, do_dtors,jason1998-05-201-6/+4
* * call.c (compare_qual): Remove.mmitchel1998-05-191-220/+376
* * call.c (build_over_call): Tweak empty class handling.jason1998-05-181-2/+4
* * typeck.c (type_unknown_p): Return true for TREE_LIST also.jason1998-05-171-2/+4
* * call.c (build_over_call): Don't use IS_SIGNATURE on a namespace.jason1998-05-171-1/+1
* Warning patches:ghazi1998-05-131-3/+0
* * error.c (dump_simple_decl): Use DECL_CLASS_SCOPE_P and/orjason1998-05-121-6/+4
* * call.c (add_template_candidate): Adjust for changes tommitchel1998-05-111-14/+21
* massive namespace patchjason1998-05-081-42/+64
* * call.c (build_user_type_conversion_1): Handle second_convjason1998-05-081-9/+14
* Wed May 6 06:36:41 1998 Robert Lipe <robertl@dgii.com>robertl1998-05-061-0/+1
* * call.c (build_over_call): Do evaluate arg even if it has emptyjason1998-05-031-3/+6
* * cp-tree.def: Add WRAPPER. USER_CONV now only has two ops.jason1998-04-231-71/+95
* * tree.c (avoid_overlap): Add prototype.law1998-04-171-0/+2
* dbkoz1998-04-091-3/+4
* * call.c (build_call): Still evaluate the actual argument.jason1998-04-071-2/+15