summaryrefslogtreecommitdiff
path: root/gcc/cp/cvt.c
Commit message (Expand)AuthorAgeFilesLines
* cp-tree.h (struct lang_type): Added non_zero_init.Alexandre Oliva2002-05-141-8/+1
* typeck.c (get_member_function_from_ptrfunc): Reorganize.Jason Merrill2002-05-091-0/+3
* cvt.c (convert_to_void): Don't unconditionally make COND_EXPRs void.Mark Mitchell2002-04-241-1/+1
* c-common.c (truthvalue_conversion): Rename, update.Neil Booth2002-04-041-1/+1
* Makefile.in (convert.o, [...]): Update.Neil Booth2002-03-291-3/+3
* call.c (build_over_call): Set TREE_NO_UNUSED_WARNING too.Jakub Jelinek2002-03-141-0/+1
* Rename instantiate_type_flags to tsubst_flags_t & expand use.Nathan Sidwell2002-02-071-2/+2
* call.c (build_user_type_conversion_1): Use my_friendly_assert rather than if ...Nathan Sidwell2001-12-291-2/+1
* cp-tree.h: Delete #defines for cp_error, cp_warning, cp_pedwarn, and cp_compi...Zack Weinberg2001-12-181-25/+25
* cp-tree.h (UNIQUELY_DERIVED_FROM_P): Use lookup base.Nathan Sidwell2001-11-291-1/+1
* re PR c++/3145 (virtual inheritance still creates wrong code)Nathan Sidwell2001-11-251-153/+54
* tree-dump.c: Rename from c-dump.c.Bryce McKinlay2001-11-221-2/+2
* parse.y: Add ...Jason Merrill2001-11-151-4/+2
* cvt.c (ocp_convert): Don't warn the address of a weak function is always `true'.H.J. Lu2001-11-121-1/+1
* cvt.c (convert_to_void): Preserve TREE_SIDE_EFFECTS on COMPOUND_EXPRs.Mark Mitchell2001-08-171-2/+7
* tweak commentJason Merrill2001-08-061-1/+1
* call.c (joust): Only prefer a non-builtin candidate to a builtin one if...Jason Merrill2001-07-251-12/+26
* Remove old-abi remnants.Nathan Sidwell2001-07-211-2/+2
* cvt.c (convert_lvalue): New fn.Jason Merrill2001-07-051-0/+14
* call.c: NULL_PTR -> NULL.Kaveh R. Ghazi2001-05-021-1/+1
* c-common.c (c_promoting_integer_type_p): New function, from the corpse of old...Richard Henderson2001-04-301-1/+1
* Remove old ABI support.Mark Mitchell2001-02-121-1/+1
* search.c (shared_member_p): New function.Jason Merrill2001-02-081-0/+1
* cvt.c (ocp_convert): Handle vector type conversionDaniel Berlin2001-01-161-0/+2
* tree.c (cp_valid_lang_attribute): Don't set CLASSTYPE_COM_INTERFACE for v3 ABI.Jason Merrill2001-01-021-12/+10
* typoJason Merrill2000-12-141-1/+1
* error.c (dump_function_name): Don't let the user see __comp_ctor.Jason Merrill2000-12-091-1/+1
* typeck.c (get_delta_difference): If via a virtual base, return zero.Nathan Sidwell2000-12-051-5/+7
* cp-tree.h (binfo_from_vbase): Return the virtual base's binfo.Nathan Sidwell2000-11-271-9/+23
* cvt.c (cp_convert_to_pointer): Pass itf_complain, not itf_no_attributes.Nathan Sidwell2000-08-171-1/+1
* cp-tree.h (instantiate_type_flags): New enumeration.Nathan Sidwell2000-08-171-2/+3
* cvt.c (warn_ref_binding): New static function, broken out of ...Nathan Sidwell2000-08-141-25/+37
* cvt.c (convert_to_pointer_force): Fix error message when attempting to cast f...Nathan Sidwell2000-08-091-4/+8
* cp-tree.h (struct language_function): Remove temp_name_counter.Mark Mitchell2000-06-301-1/+1
* call.c (build_conditional_expr): Use VOID_TYPE_P.Nathan Sidwell2000-06-201-4/+3
* cp-tree.h (TREE_READONLY_DECL_P): Use DECL_P.Mark Mitchell2000-04-261-4/+2
* call.c (standard_conversion): Accept conversion between COMPLEX_TYPEsGabriel Dos Reis2000-04-251-0/+4
* class.c (instantiate_type): Handle object-relative template-id.Jason Merrill2000-04-101-1/+5
* cp-tree.h (cp_tree_index): Add CPTI_COMPLETE_CTOR_IDENTIFIER.Mark Mitchell2000-04-091-1/+2
* tree.h (COMPLETE_TYPE_P): New macro.Nathan Sidwell2000-03-211-3/+3
* cp-tree.h (CLEAR_DECL_C_BIT_FIELD): New macro.Mark Mitchell2000-03-191-1/+7
* builtins.c (c_strlen): Use size_diffop and return ssizetype value.Richard Kenner2000-02-271-1/+2
* Implement class scope using-declarations for functions.Jason Merrill2000-02-271-9/+1
* Fix copyrightsJeff Law2000-02-261-1/+2
* call.c: PROTO -> PARAMS.Kaveh R. Ghazi2000-01-261-3/+3
* cp-tree.h (scratchalloc): Remove.Mark Mitchell2000-01-171-1/+1
* call.c (convert_class_to_reference): Fix typos.Mark Mitchell2000-01-121-3/+7
* cp-tree.h (DECL_LOCAL_FUCNTION_P): New macro.Mark Mitchell1999-11-141-1/+1
* call.c (build_conditional_expr): Use build_target_expr_with_type.Mark Mitchell1999-11-141-5/+1
* decl.c (build_target_expr): Set TREE_SIDE_EFFECTS on the TARGET_EXPR.Mark Mitchell1999-09-151-1/+0