summaryrefslogtreecommitdiff
path: root/gcc/cp/cvt.c
Commit message (Expand)AuthorAgeFilesLines
...
* call.c (conversion_kind): New type.Mark Mitchell2004-02-131-7/+0
* call.c: Fix comment formatting.Kazu Hirata2003-12-211-1/+1
* tree.c (get_unwidened): Decide whether to narrow a bitfield reference based o...Jason Merrill2003-12-191-1/+2
* cvt.c: Remove uses of "register" specifier in declarations of arguments and l...Kazu Hirata2003-12-191-10/+10
* * cvt.c (convert_to_void): Use void_zero_node after overload failure.Richard Henderson2003-11-101-0/+1
* ChangeLog: Fix typos.Kazu Hirata2003-10-211-1/+1
* c-common.c (c_common_truthvalue_conversion): Warn if the address of a non-wea...Steven Bosscher2003-10-121-14/+2
* re PR c++/12037 (Spurious "statement has no effect" in templates)Nathan Sidwell2003-09-051-2/+0
* re PR c++/11512 (Spurious warning for comma-operator in templates)Nathan Sidwell2003-08-161-10/+11
* fold-const.c (force_fit_type): Handle OFFSET_TYPE.Mark Mitchell2003-07-221-70/+68
* cp-tree.h (build_scoped_method_call): Remove.Mark Mitchell2003-07-081-6/+2
* re PR c++/11431 (static_cast behavior with subclasses when default constructo...Mark Mitchell2003-07-061-6/+3
* call.c: Fix comment typos.Kazu Hirata2003-07-051-1/+1
* call.c (build_addr_func): Handle bound pointers-to-members.Mark Mitchell2003-07-041-24/+30
* call.c (build_scoped_method_call): Use convert_to_void.Mark Mitchell2003-07-031-5/+1
* cp-tree.h (COMPARE_RELAXED): Rename to ...Nathan Sidwell2003-06-181-3/+3
* cvt.c (ocp_convert): Only abort if we try to convert an object of TREE_ADDRES...Jason Merrill2003-04-031-1/+2
* re PR c++/10245 (?: operator requires public copy constructor of return type)Jason Merrill2003-03-281-0/+15
* call.c (reference_binding): Remove REF_IS_VAR parameter.Mark Mitchell2003-03-071-1/+1
* re PR c++/9878 (error: non-lvalue in unary `&' wrongly issued)Mark Mitchell2003-03-031-68/+27
* cvt.c, [...]: This is the C++ front end, not the C front end.Nathanael Nerode2003-01-031-2/+2
* fold-const.c (fold): Avoid NOP_EXPRs better.Jason Merrill2003-01-031-1/+15
* call.c, [...]: Replace "GNU CC" with "GCC" in the copyright header.Steven Bosscher2003-01-011-4/+4
* Remove traditional C constructs 3/n.Gabriel Dos Reis2002-12-281-52/+25
* Make-lang.in (po-generated): Remove parse.c.Mark Mitchell2002-12-281-13/+9
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-0/+2
* re PR c++/8031 (ICE in comptypes, at cp/typeck.c:913)Gabriel Dos Reis2002-12-131-0/+2
* re PR c++/7478 (internal compiler error on static_cast inside template)Mark Mitchell2002-10-171-2/+8
* ChangeLog: Follow spelling conventions.Kazu Hirata2002-09-211-1/+1
* call.c: Fix comment formatting.Kazu Hirata2002-09-131-5/+5
* Fix PR/2213Gabriel Dos Reis2002-08-051-0/+6
* Index: ChangeLogGeoffrey Keating2002-08-041-8/+0
* call.c (build_field_call): Do not look up the field by name.Mark Mitchell2002-08-011-4/+4
* cvt.c (cp_convert_to_pointer): Call force_fit_type for null pointers.Jason Merrill2002-07-051-0/+2
* 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