]> gcc.gnu.org Git - gcc.git/history - gcc/cp/typeck.c
tree.h (INT_CST_LT, [...]): Remove unneeded casts.
[gcc.git] / gcc / cp / typeck.c
2000-03-07 Richard Kennertree.h (INT_CST_LT, [...]): Remove unneeded casts.
2000-03-06 Nathan Sidwelltypeck.c (dubious_conversion_warnings): Look through...
2000-03-05 Nathan Sidwellcall.c (convert_like): Macrofy.
2000-03-03 Mark Mitchell* tree.h (TYPE_ALIGN_UNIT): New macro.
2000-03-02 Richard Kennerc-common.c (c_common_nodes_and_builtins): Make sizetype...
2000-03-01 Jason Merrillrevert last patch
2000-03-01 Cor Veenman* typeck.c (convert_for_assignment): Warn about convers...
2000-03-01 Bernd SchmidtReorganize some warning code
2000-03-01 Jason Merrillsearch.c (protected_accessible_p): Use context_for_name...
2000-02-27 Richard Kennerbuiltins.c (c_strlen): Use size_diffop and return ssize...
2000-02-27 Jason MerrillImplement class scope using-declarations for functions.
2000-02-26 Jeff LawFix copyrights
2000-02-22 Martin v. LöwisRefer to the standard as an ISO document, not an ANSI...
2000-02-22 Mark Mitchellcp-tree.h (CPTI_VTABLE_INDEX_TYPE): New macro.
2000-02-16 Mark MitchellMake DECL_CONTEXT mean the class in which a member...
2000-02-08 Nathan Sidwelltypeck.c (strip_all_pointer_quals): Use TYPE_MAIN_VARIA...
2000-01-26 Kaveh R. Ghazicall.c: PROTO -> PARAMS.
2000-01-26 Richard Hendersontree.def (UNNE_EXPR): Remove.
2000-01-25 Gabriel Dos Reistypeck.c (composite_pointer_type, [...]): Avoid ANSI...
2000-01-24 Richard Hendersonrtl.def: Add unordered fp comparisions.
2000-01-23 Mark Mitchellcp-tree.h (register_dtor_fn): New function.
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...
2000-01-17 Mark Mitchellcp-tree.h (scratchalloc): Remove.
2000-01-12 Mark Mitchellcall.c (convert_class_to_reference): Fix typos.
2000-01-05 Nathan Sidwelltypeck.c (build_static_cast): Don't strip target qualif...
1999-12-31 Mark Mitchellcp-tree.h (CLASSTYPE_VBASECLASSES): Update documentation.
1999-12-21 Mark Mitchellcp-tree.h (TYPE_VIRTUAL_P): Rename to ...
1999-12-20 Nathan Sidwelltypeck.c (strip_all_pointer_quals): New static function.
1999-12-20 Bernd Schmidtcurrent_function -> cfun
1999-12-15 Nathan Sidwelltypeck.c (build_c_cast): Expand warning message.
1999-12-09 Mark Mitchelldump.c (dequeue_and_dump): Abbreviate `class' as `cls...
1999-12-01 Mark Mitchellcp-tree.h (min_tree_cons): Remove.
1999-11-23 Kaveh R. Ghazidecl.c (pushdecl, [...]): Don't call a variadic functio...
1999-11-22 Nathan Sidwellsemantics.c (finish_unary_op_expr): Only set TREE_NEGAT...
1999-11-14 Mark Mitchellcp-tree.h (DECL_LOCAL_FUCNTION_P): New macro.
1999-10-27 Jeffrey A Lawc-typeck.c (build_function_call): Check that the built...
1999-10-06 Mark Mitchellcp-tree.h (CLASSTYPE_VFIELD): Remove.
1999-10-04 Mark Mitchellcall.c (build_over_call): Don't set TREE_SIDE_EFFECTS...
1999-10-02 Jason Merrill* typeck.c (decay_conversion): Strip cv-quals from...
1999-09-30 Dirk Zollercp-tree.h (warn_float_equal): Declare.
1999-09-25 Mark Mitchellcp-tree.h (check_return_expr): New function.
1999-09-24 Mark Mitchellcp-tree.h (CPTI_CLEANUP_TYPE): New macro.
1999-09-24 Mark Mitchellcp-tree.h (DECL_ANON_UNION_ELEMS): New macro.
1999-09-21 Martin v. Löwistypeck.c (get_member_function_from_ptrfunc): Allow...
1999-09-20 Mark MitchellRemove support for assigning to `this'.
1999-09-20 Bernd SchmidtMake it possible to prototype port-specific functions...
1999-09-18 Martin v. Löwistypeck.c (get_member_function_from_ptrfunc): Always...
1999-09-16 Jason Merrillfix comment
1999-09-15 Nathan Sidwelltypeck.c (expr_sizeof): Reinstall and augment OFFSET_RE...
1999-09-13 Nathan Sidwelltypeck.c (expr_sizeof): Don't decay arrays and functions.
1999-09-13 Mark Mitchellcall.c (implicit_conversion): Robustify.
1999-09-10 Mark Mitchellcp-tree.h (finish_function): Adjust prototype.
1999-09-09 Nathan Sidwellextend.texi (Volatiles): New node.
1999-09-09 Mark Mitchellcp-tree.h (scratch_tree_cons): Remove.
1999-09-08 Mark Mitchellcp-tree.h (copy_to_permanent): Remove.
1999-09-08 Richard Hendersonc-typeck.c (type_lists_compatible_p): Use simple_type_p...
1999-09-04 Mark MitchellMakefile.in (CXX_TREE_H): Include function.h.
1999-09-03 Nathan Sidwelltypeck.c (build_indirect_ref): Reject dereference of...
1999-09-02 Mark Mitchellcp-tree.h (cp_function): Move here, from decl.c.
1999-08-29 Mark Mitchellcp-tree.h (strip_array_types): New function.
1999-08-25 Mark Mitchellcp-tree.def (SUBOBJECT): New tree node.
1999-08-24 Jason Merrillcall.c (build_conditional_expr): Fix typo.
1999-08-20 Mark Mitchellpt.c (redeclare_class_template): Merge default template...
1999-08-18 Mark Mitchellsearch.c (setup_class_bindings): Robustify.
1999-08-16 Mark Mitchellcp-tree.def (STMT_EXPR): New tree node.
1999-08-14 Mark Mitchellcp-tree.def (DECL_STMT): Make it smaller.
1999-08-12 Jason Merrilllang-options.h: Add -fms-extensions.
1999-08-11 Mark Mitchellextend.texi (C++ Signatures): Remove node.
1999-08-09 Bernd SchmidtInclude function.h in most files.
1999-08-09 Jason Merrillsemantics.c (begin_function_try_block, [...]): New...
1999-08-09 Jason Merrilldecl.c (struct binding_level): Add eh_region field.
1999-08-09 Jason Merrillptree.c (print_lang_type): Print the real type of a...
1999-08-07 Kaveh R. Ghaziclass.c (count_fields, [...]): Add static prototype.
1999-08-07 Jason Merrilldecl.c (bad_specifiers): It's OK to have an EH spec...
1999-08-07 Jason Merrilldecl.c (lookup_name_real): Set the complain flag if...
1999-08-04 Nathan Sidwellcp-tree.h (empty_except_spec): New global var.
1999-08-03 Richard Hendersoncall.c: Include defaults.h instead of expr.h.
1999-08-02 Jakub JelinekJakub Jelinek <jj@ultra.linux.cz>
1999-08-01 Bernd SchmidtBackport of GC branch patches part 2: kill stmt status...
1999-07-28 Jason Merrillcp-tree.h (DECL_VIRTUAL_CONTEXT): New macro.
1999-07-27 Mark Mitchelltree.c (build_cplus_new): Adjust call to abstract_virtu...
1999-07-26 Jason Merrillinput.c (feed_input): Add file, line parms.
1999-07-26 Mark Mitchellcp-tree.h (ncp_convert): Rename to perform_implicit_con...
1999-07-26 Mark Mitchellcp-tree.h (CP_INTEGRAL_TYPE_P): New macro.
1999-07-23 Mark Mitchellcall.c (NEED_TEMPORARY_P): New macro.
1999-07-09 Jason Merrillpt.c (do_decl_instantiation): Downgrade duplicate insta...
1999-07-06 Gavin Romig-KochFor gcc:
1999-07-02 Gavin Romig-KochFor gcc:
1999-06-28 Jason Merrillerror.c (dump_type_real): Handle TREE_LIST again.
1999-05-25 Jason Merrilltypeck.c (casts_away_constness, [...]): Strip both...
1999-05-24 Mark Mitchelltypeck.c (build_static_cast): Don't allow static_casts...
1999-05-22 Mark Mitchellcp-tree.h (cplus_expand_constant): Declare.
1999-05-21 Mark Mitchelltypeck.c (build_ptrmemfunc): Handle PTRMEM_CSTs careful...
1999-05-20 Mark Mitchellcall.c (build_object_call): Don't look at DECL_NAME...
1999-05-20 Mark Mitchellcp-tree.h (make_ptrmem_cst): New function.
1999-05-19 Jason MerrillImplement anonymous structs.
1999-05-19 Jason Merrillcall.c (find_scoped_type, [...]): Lose.
1999-05-10 Jason Merrillinit.c (build_offset_ref): Wrap baselinks in OFFSET_REF...
1999-05-07 Jason Merrillinit.c (resolve_offset_ref): Don't return a raw method.
next
This page took 0.96962 seconds and 108 git commands to generate.