aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cvt.c
AgeCommit message (Expand)AuthorFilesLines
1999-09-12cp-tree.def (CLEANUP_STMT): New node.Mark Mitchell1-29/+0
1999-09-09extend.texi (Volatiles): New node.Nathan Sidwell1-4/+135
1999-08-30cp-tree.h (begin_init_stmts): Declare.Mark Mitchell1-0/+26
1999-08-11extend.texi (C++ Signatures): Remove node.Mark Mitchell1-36/+0
1999-08-06decl.c (lookup_name_real): Set the complain flag if we're looking for a names...Jason Merrill1-2/+9
1999-07-27tweak whitespaceJason Merrill1-2/+2
1999-07-26cp-tree.h (CP_INTEGRAL_TYPE_P): New macro.Mark Mitchell1-5/+2
1999-05-22cp-tree.h (cplus_expand_constant): Declare.Mark Mitchell1-4/+14
1999-05-10init.c (build_offset_ref): Wrap baselinks in OFFSET_REF, too.Jason Merrill1-1/+1
1999-05-07init.c (resolve_offset_ref): Don't return a raw method.Jason Merrill1-1/+1
1999-04-01cvt.c (convert_pointer_to_real): Use same_type_p.Nathan Sidwell1-1/+1
1999-03-26Warning fixes:Kaveh R. Ghazi1-1/+1
1999-03-23cp-tree.h (TYPE_PTRMEMFUNC_P): Use TYPE_PTRMEMFUNC_FLAG.Mark Mitchell1-9/+6
1999-02-26typeck.c (complete_type_or_else): Add VALUE arg, for helpful diagnostics.Nathan Sidwell1-3/+4
1999-01-24* cvt.c (cp_convert_to_pointer): Fix conversion of 0 to pmf.Jason Merrill1-1/+1
1999-01-18typeck.c (comp_ptr_ttypes_reinterpret): Per ANSI, tighten up definition of 'c...Jason Merrill1-2/+1
1998-12-22Warning fixes:Kaveh R. Ghazi1-0/+1
1998-12-18cvt.c (convert_to_reference): Check for both error_mark_node and NULL_NODE af...DJ Delorie1-2/+2
1998-12-14class.c (pushclass): Tweak handling of class-level bindings.Mark Mitchell1-17/+14
1998-12-09cp-tree.h (most_specialized_instantiation): New function.Mark Mitchell1-1/+5
1998-12-07decl.c (build_typename_type): Set DECL_ARTIFICIAL.Jason Merrill1-4/+4
1998-11-24except.c (expand_throw): Use cp_finish_decl for the throw temp.Jason Merrill1-1/+3
1998-11-22update copyrightsJason Merrill1-1/+1
1998-11-18decl.c (cplus_expand_expr_stmt): Always complain about unresolved type.Jason Merrill1-0/+6
1998-11-16decl.c (cplus_expand_expr_stmt): Promote warning about naked member function ...Jason Merrill1-1/+6
1998-11-01cp-tree.h (COMPARE_STRICT): New macro.Mark Mitchell1-2/+3
1998-10-27call.c (standard_conversion): instantiate_type here.Jason Merrill1-0/+9
1998-10-23cplus-dem.c (work_stuff): Replace const_type and volatile_type with type_quals.Mark Mitchell1-19/+13
1998-10-19Revamp references to member functions.Jason Merrill1-14/+1
1998-10-15typeck.c (build_indirect_ref): Complain about a pointer to data member, too.Jason Merrill1-0/+3
1998-10-09cvt.c (ocp_convert): Avoid infinite recursion caused by 1998-10-03 change.Mark Mitchell1-5/+5
1998-10-04call.c (build_over_call): Make pedwarns about dropped qualifiers into full-fl...Mark Mitchell1-11/+21
1998-10-03class.c (current_class_ptr, [...]): Clarify documentation.Mark Mitchell1-3/+13
1998-09-25Warning fixes:Kaveh R. Ghazi1-8/+7
1998-09-07revert error reporting patchJason Merrill1-23/+23
1998-09-06cp-error.def: New file.Mark Mitchell1-23/+23
1998-09-02cvt.c (convert_pointer_to_real): Tidy.Jason Merrill1-5/+5
1998-08-31cp-tree.h, decl2.c: Remove support for -fall-virtual, -fenum-int-equivalence ...Jason Merrill1-2/+1
1998-08-25typeck.c (comp_cv_target_types): Split out...Jason Merrill1-2/+3
1998-08-23iomanip.h: Use __extension__ for `extern' explicit template instantiations.Mark Mitchell1-2/+6
1998-08-17gxxint.texi: Remove obsolete documentation of overloading code.Jason Merrill1-7/+1
1998-08-07cvt.c (cp_convert_to_pointer): Handle NULL pointer conversions, even in compl...Mark Mitchell1-1/+9
1998-07-11friend.c (do_friend): Pull the identifier out of declarator.Jason Merrill1-3/+3
1998-06-09init.c (resolve_offset_ref): Handle default-initialization.Jason Merrill1-22/+85
1998-05-22decl.c (lang_print_error_function): New fn.Jason Merrill1-4/+4
1998-05-05* Check in merge from gcc2. See ChangeLog.12 for details.Jeff Law1-2/+2
1998-04-09sig.c (build_signature_pointer_constructor): Don't set TREE_HAS_CONSTRUCTOR f...Jason Merrill1-1/+5
1998-03-31call.c: Include system.h.Jeffrey A Law1-5/+1
1998-03-29* cvt.c (build_conversion_type_1): Delete dead function.Jeffrey A Law1-38/+0
1998-03-26cvt.c (perform_qualification_conversions): Use comp_target_types instead of c...Mark Mitchell1-1/+1