cp-tree.def (CPLUS_BINDING): Update documentation.
[gcc.git] / gcc / cp / typeck.c
1998-12-13 Mark Mitchellcp-tree.def (CPLUS_BINDING): Update documentation.
1998-12-07 Jason Merrilldecl.c (build_typename_type): Set DECL_ARTIFICIAL.
1998-11-24 Jason Merrilltypeck.c (build_component_ref): Remove unused statement.
1998-11-18 Jason Merrilldecl.c (cplus_expand_expr_stmt): Always complain about...
1998-11-17 Mark Mitchellcp-tree.h (TYPE_ALIAS_SET): Document language-dependent...
1998-11-16 Jason Merrilltypeck2.c (my_friendly_abort): Don't fatal twice in...
1998-11-16 Jason Merrilldecl.c (cplus_expand_expr_stmt): Promote warning about...
1998-11-01 Mark Mitchellcp-tree.h (COMPARE_STRICT): New macro.
1998-10-27 Jason Merrillcall.c (standard_conversion): instantiate_type here.
1998-10-26 Jason Merrilltypeck.c (convert_arguments): Don't handle pmf referenc...
1998-10-23 Mark Mitchellcplus-dem.c (work_stuff): Replace const_type and volati...
1998-10-21 Jason Merrill* typeck.c (build_component_ref): Use of a type here...
1998-10-19 Jason MerrillRevamp references to member functions.
1998-10-16 Jason Merrilltypeck.c (build_indirect_ref): Complain about a pointer...
1998-10-08 Jeffrey A Lawtypeck.c (unsigned_type): Only return TItype nodes...
1998-10-06 Mark Mitchellcp-tree.def (PTRMEM_CST): New tree node.
1998-10-04 Mark Mitchellcall.c (build_over_call): Make pedwarns about dropped...
1998-10-03 Mark Mitchellclass.c (current_class_ptr, [...]): Clarify documentation.
1998-10-03 Jason Merrilltypeck.c (build_conditional_expr): Only fold if ifexp...
1998-09-25 Kaveh R. GhaziWarning fixes:
1998-09-24 Mark Mitchellcp-tree.h (language_lvalue_valid): Remove.
1998-09-15 Alexandre Olivatypeck.c (comptypes): when comparing pointer types...
1998-09-07 Jason Merrillrevert error reporting patch
1998-09-06 Mark Mitchellcp-error.def: New file.
1998-08-31 Jason Merrillcp-tree.h, decl2.c: Remove support for -fall-virtual...
1998-08-27 Jason Merrilllex.c (handle_cp_pragma): Remove #pragma vtable.
1998-08-27 Jason Merrillclass.c: #if 0 complete_type_p.
1998-08-25 Jason Merrilltypeck.c (comp_cv_target_types): Split out...
1998-08-25 Jason Merrilltypeck.c (convert_for_assignment): Converting from...
1998-08-24 Jason Merrilldecl.c (start_decl): Remove redundant linkage check.
1998-08-24 Mark Mitchelltypeck.c (convert_for_initialization): Move check for...
1998-08-24 Jason Merrillc-common.c (combine_strings): Also set TREE_READONLY.
1998-08-23 Mark Mitchelliomanip.h: Use __extension__ for `extern' explicit...
1998-08-19 Mark Mitchelltypeck.c (build_binary_op_nodefault): Warn on use of...
1998-08-19 Mark Mitchellcp-tree.h (ansi_null_node): New variable.
1998-08-17 Jason Merrillgxxint.texi: Remove obsolete documentation of overloadi...
1998-08-07 Mark Mitchelltypeck.c (require_complete_type): Use complete_type_or_...
1998-08-03 Jason Merrillmethod.c (set_mangled_name_for_decl): Change return...
1998-07-28 Mark Mitchellcp-tree.h (TI_USES_TEMPLATE_PARMS): Remove.
1998-07-17 Jason Merrillparse.y (primary): Use notype_unqualified_id instead...
1998-07-16 Jason Merrillinit.c (build_offset_ref): Don't call mark_used on...
1998-07-16 Jason Merrill* typeck.c (convert_for_assignment): Use comptypes.
1998-07-15 Jason Merrillmethod.c (build_decl_overload_real): Fix namespace...
1998-07-12 Kriang Lerdsuwanakijtypeck.c (comptypes, [...]): Add parameter comparison.
1998-06-17 Jason Merrilltypeck.c (build_binary_op_nodefault): Change % in forma...
1998-06-17 Jason Merrillmethod.c (hack_identifier): Complain about getting...
1998-06-16 Jason Merrillmethod.c (hack_identifier): Don't let a class template...
1998-06-13 Mark Mitchellcp-tree.h (complete_type_or_else): Declare.
1998-06-12 Mark Mitchellclass.c (instantiate_type): Don't treat template-ids...
1998-06-11 Mark Mitchellcall.c (convert_default_arg): Make global, not static.
1998-06-10 Jason Merrill* typeck.c (build_component_ref): Diagnose ref to neste...
1998-06-10 Brendan Kehoetypeck.c (build_component_ref): Make sure FIELD has...
1998-06-10 Jason Merrillinit.c (resolve_offset_ref): Handle default-initialization.
1998-06-07 Mark Mitchellclass.c (instantiate_type): Handle pointer-to-members...
1998-06-01 Per Bothnercp-tree.h (TYPE_FOR_JAVA): New macro.
1998-05-25 Mark Mitchelldecl2.c (build_anon_union_vars): Don't crash on empty...
1998-05-24 Jason Merrilldecl.c (push_namespace): Namespaces have type void.
1998-05-22 Jason Merrillpt.c (determine_specialization): Just return an error_m...
1998-05-20 Mark Mitchellcp-tree.h (MAIN_NAME_P): New macro.
1998-05-19 Mark Mitchellcall.c (compare_qual): Remove.
1998-05-17 Jason Merrilltypeck.c (type_unknown_p): Return true for TREE_LIST...
1998-05-14 Brendan Kehoetypeck.c (original_type): New function.
1998-05-13 Kaveh R. GhaziWarning patches:
1998-05-10 Mark Mitchelltypeck.c (build_c_cast): Don't decay arrays and functio...
1998-05-08 Martin v. Löwismassive namespace patch
1998-05-06 Jeff Lawtypo typo fixes fixes
1998-05-06 Robert Lipecall.c, [...]: Add include of toplev.h.
1998-05-05 Jeff Law* Check in merge from gcc2. See ChangeLog.12 for details.
1998-04-26 Mark Mitchellcp-tree.h (CLASSTYPE_IS_TEMPLATE): New macro.
1998-04-23 Jason Merrill* typeck.c (comp_target_types): Fix PMFs.
1998-04-21 Jason Merrill(convert_for_assignment): Fix handling of pmfs.
1998-04-21 Jeffrey A Lawcp-tree.h (intTI_type_node, [...]): Declare.
1998-04-17 Jason Merrillredo
1998-04-17 Jason Merrillrevert
1998-04-17 Jason Merrilldecl2.c (lang_decode_option): -fnew-abi implies -fvtabl...
1998-04-10 Jason Merrillsig.c (build_signature_pointer_constructor): Don't...
1998-04-09 Benjamin Kosnikcp-tree.h (start_decl): Update prototype.
1998-03-31 Jeffrey A Lawcall.c: Include system.h.
1998-03-30 Jason Merrillcall.c (build_method_call): Handle non-scoped destructo...
1998-03-29 Jeffrey A Law* typeck.c (expand_target_expr): Delete dead function.
1998-03-26 Jason Merrillcall.c (build_over_call): Check IS_AGGR_TYPE, not TYPE_...
1998-03-12 Manfred Hollsteintypeck.c (build_binary_op_nodefault): Correctly place...
1998-03-12 Manfred Hollsteind
1998-03-04 Jason Merrilltypeck.c (unary_complex_lvalue): &D::i has type B:...
1998-03-03 Jason Merrillcvt.c, [...]: Clean up more old overloading code, old...
1998-03-03 Jason Merrillcall.c, [...]: Remove support for -fno-ansi-overloading...
1998-02-27 Jason Merrillpt.c (tsubst, [...]): Support member class templates.
1998-02-25 Jason Merrilltypeck.c (get_delta_difference): Give hard error for...
1998-02-23 Jason MerrillSupport for friend templates.
1998-02-19 Brendan Kehoetypeck.c (build_unary_op): Only warn about incr/decr...
1998-02-18 Brendan Kehoetree.h (merge_machine_{type,decl}_attributes): Declare.
1998-02-12 Mark Mitchelltypeck.c (build_ptrmemfunc): Typecheck pointer-to-membe...
1998-02-11 Mark Mitchellcp-tree.h (push_template_decl): Return the decl passed...
1998-02-03 Kriang Lerdsuwanakijerror.c (dump_decl): Fix type of default arguments...
1998-02-02 Mark Mitchellcp-tree.h (DECL_NONSTATIC_MEMBER_FUNCTION_P): New macro.
1998-02-02 Kaveh R. GhaziVarious fixes for -Wall problems from Kaveh. See Chang...
1998-02-01 J"orn Renneckedecl.c (init_decl_processing): Use set_sizetype.
1998-01-29 Jason Merrillclass.c (instantiate_type): Don't just return a known...
1998-01-27 Mark Mitchellcall.c (add_template_candidate_real): New function.
1998-01-22 Kriang Lerdsuwanakijpt.c (coerce_template_parms): Don't access elements...
next