]> gcc.gnu.org Git - gcc.git/history - gcc/cp/typeck2.c
typeck2.c (add_exception_specifier): Only require complete type if not in processing...
[gcc.git] / gcc / cp / typeck2.c
2001-08-19 Jakub Jelinektypeck2.c (add_exception_specifier): Only require compl...
2001-06-10 Gabriel Dos ReisMakefile.in (c-parse.o): Depend on diagnostic.h
2001-05-02 Kaveh R. Ghazicall.c: NULL_PTR -> NULL.
2001-04-24 Nathan SidwellLazy __FUNCTION__ generation.
2001-02-16 Mark Mitchell* typeck2.c (build_m_component_ref): Robustify.
2001-02-12 Nathan Sidwelltypeck2.c (process_init_constructor): Check TREE_HAS_CO...
2001-02-08 Jason Merrillsearch.c (shared_member_p): New function.
2001-01-16 Daniel Berlincvt.c (ocp_convert): Handle vector type conversion
2001-01-03 Nathan SidwellImplement exceptions specifiers for implicit member...
2001-01-03 Jason Merrillinit.c (build_default_init): New fn.
2000-12-21 Jason Merrillpt.c (tsubst_decl): A FUNCTION_DECL has DECL_RESULT...
2000-12-15 Jason Merrillcall.c (build_op_delete_call): See through ARRAY_TYPEs.
2000-11-17 Nathan Sidwelltypeck2.c (incomplete_type_error): Reorganise to avoid...
2000-11-15 Jason Merrilldiagnostic.c (finish_abort): New fn.
2000-10-20 David Edelsohn* Use "because" instead of since in error messages.
2000-10-13 Mark MitchellRemove obstacks.
2000-08-18 Nathan Sidwellcp-tree.h (enum_name_string): Remove prototype.
2000-07-21 Zack Weinbergcp-tree.h: Use __FUNCTION__ not __PRETTY_FUNCTION__.
2000-07-10 Mark Mitchellcp-tree.h (char_type_p): New function.
2000-06-20 Nathan Sidwellcall.c (build_conditional_expr): Use VOID_TYPE_P.
2000-05-01 Mark Mitchellcp-tree.h (same_type_ignoring_top_level_qualifiers_p...
2000-04-09 Mark Mitchellcp-tree.h (cp_tree_index): Add CPTI_COMPLETE_CTOR_IDENT...
2000-03-21 Nathan Sidwelltree.h (COMPLETE_TYPE_P): New macro.
2000-03-08 Jason Merrilltypeck2.c (process_init_constructor): Set TREE_PURPOSE...
2000-03-07 Richard Kennertree.h (INT_CST_LT, [...]): Remove unneeded casts.
2000-02-27 Jason MerrillImplement class scope using-declarations for functions.
2000-02-26 Jeff LawFix copyrights
2000-02-18 Martin v. Löwisgcc.texi (Bug Reporting): Refer to bugs.html.
2000-02-16 Mark MitchellMake DECL_CONTEXT mean the class in which a member...
2000-02-07 Jason Merrilltweak wording
2000-01-26 Kaveh R. Ghazicall.c: PROTO -> PARAMS.
2000-01-20 Gabriel Dos Reistypeck.c (build_unary_op): Use cp_pedwarn, not pedwarn.
2000-01-19 Gabriel Dos Reisdecl2.c (lang_decode_option): Set default line-wrap...
1999-12-29 Mark Mitchellcp-tree.h (lang_type): Replace abstract_virtuals with...
1999-12-21 Mark Mitchellcp-tree.h (TYPE_VIRTUAL_P): Rename to ...
1999-11-05 Mark MitchellMakefile.in (typeck2.o): Depend on output.h.
1999-10-14 J"orn Renneckegcc toplevel:
1999-09-15 Kaveh R. Ghazirtl.h (get_insn_name, [...]): Add prototypes.
1999-09-10 Mark Mitchellcp-tree.h (finish_function): Adjust prototype.
1999-08-25 Mark Mitchellcp-tree.def (SUBOBJECT): New tree node.
1999-08-11 Mark Mitchellextend.texi (C++ Signatures): Remove node.
1999-08-09 Jeff LawMore mail address and web address updates.
1999-08-06 Jason Merrill* typeck2.c (add_exception_specifier): Use complete_type.
1999-08-05 Jeffrey A Law* typeck2.c: Update URLs and mail addresses.
1999-08-04 Nathan Sidwellcp-tree.h (empty_except_spec): New global var.
1999-08-03 Mark Mitchelllex.c (errorcount, sorrycount): Don't declare.
1999-07-31 Richard Hendersontypeck2.c (initializer_constant_valid_p): Moved to...
1999-07-26 Mark Mitchellcp-tree.h (CP_INTEGRAL_TYPE_P): New macro.
1999-07-18 Alexandre Olivatypeck2.c (my_friendly_abort): Updated URL with bug...
1999-05-20 Mark Mitchellcp-tree.h (make_ptrmem_cst): New function.
1999-05-19 Jason Merrillcall.c (find_scoped_type, [...]): Lose.
1999-03-26 Kaveh R. GhaziWarning fixes:
1999-03-13 Martin v. Löwissemantics.c (finish_switch_cond): Handle error cases...
1999-02-26 Nathan Sidwelltypeck.c (complete_type_or_else): Add VALUE arg, for...
1999-02-06 Jeffrey A Law* typeck2.c: Update email addrsses.
1998-11-29 Jason Merrilltypeck2.c (process_init_constructor): Use same_type_p.
1998-11-24 Jason Merrilllex.c (handle_generic_pragma): Use token_buffer.
1998-11-23 Jason Merrilltypeck2.c (process_init_constructor): If there are...
1998-11-23 Jason Merrillupdate copyrights
1998-11-18 Jason Merrilldecl.c (cplus_expand_expr_stmt): Always complain about...
1998-11-18 Jason Merrillsearch.c (get_abstract_virtuals): Complain about virtua...
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-10-30 Mark Mitchelldecl2.c (delete_sanity): Pass integer_zero_node, not...
1998-10-27 Jason Merrillcall.c (standard_conversion): instantiate_type here.
1998-10-26 Jason Merrilltypeck2.c (process_init_constructor): Only skip anonymo...
1998-10-26 Jason Merrilltypeck2.c (check_for_new_type): Only depend on pedantic...
1998-10-26 Jason Merrilltypeck.c (convert_arguments): Don't handle pmf referenc...
1998-10-19 Jason MerrillRevamp references to member functions.
1998-10-16 Jason Merrilltypeck.c (build_indirect_ref): Complain about a pointer...
1998-10-12 Jason Merrilltypeck2.c (my_friendly_abort): Add URL.
1998-09-24 Mark Mitchellcp-tree.h (language_lvalue_valid): Remove.
1998-09-07 Jason Merrillrevert error reporting patch
1998-09-06 Mark Mitchellcp-error.def: New file.
1998-07-28 Jason Merrillclass.c (finish_struct_1): Convert integer_zero_node...
1998-07-27 Jason Merrill* typeck2.c (build_functional_cast): Handle default...
1998-06-22 Kaveh R. GhaziWarning fixes:
1998-06-19 Bruno Haibletypeck2.c (pop_init_level): Warn about implicit zero...
1998-06-17 Jason Merrillmethod.c (hack_identifier): Complain about getting...
1998-05-28 Jason Merrillcall.c (build_method_call): Make sure get_type_value...
1998-05-24 Jason Merrilldecl.c (push_namespace): Namespaces have type void.
1998-05-06 Jeff Lawtypo typo fixes fixes
1998-05-06 Robert Lipecall.c, [...]: Add include of toplev.h.
1998-04-17 Mark Mitchelltypeck2.c (process_init_constructor): Don't strip cv...
1998-04-10 Jason Merrillsig.c (build_signature_pointer_constructor): Don't...
1998-03-31 Jeffrey A Lawcall.c: Include system.h.
1998-03-17 Mark Mitchelltypeck2.c (build_x_arrow): Don't crash when an aggregat...
1998-03-15 Manfred Hollsteincp-tree.h (struct lang_decl_flags): Add needs_final_ove...
1998-03-03 Jason Merrillcvt.c, [...]: Clean up more old overloading code, old...
1998-02-24 Jason Merrill* typeck2.c (process_init_constructor): Fix labeled...
1998-02-19 Jason Merrilloops
1998-02-19 Jason Merrilltypeck2.c (process_init_constructor): Sorry about non...
1998-02-19 Jason Merrillcvt.c (cp_convert_to_pointer): Preserve TREE_CONSTANT.
1998-02-02 Kaveh R. GhaziVarious fixes for -Wall problems from Kaveh. See Chang...
1998-01-19 Mark Mitchelldecl.c (start_decl): Don't allow duplicate definitions...
1997-12-22 Kaveh R. Ghazicall.c (add_builtin_candidate): Add default case in...
1997-11-26 Jason Merrilltypeck2.c (digest_init): Make copies where appropriate.
1997-10-16 Jason Merrillmethod.c (build_overload_value): Handle TEMPLATE_CONST_...
1997-10-14 Jason Merrillcp-tree.h (scratchalloc, [...]): Define as macros for...
1997-08-21 Jason Merrill[multiple changes]
next
This page took 1.413331 seconds and 108 git commands to generate.