Age | Commit message (Expand) | Author | Files | Lines |
2000-03-21 | tree.h (COMPLETE_TYPE_P): New macro. | Nathan Sidwell | 1 | -24/+24 |
2000-03-21 | cxxabi.h: New header file. | Nathan Sidwell | 1 | -1/+9 |
2000-03-17 | * Clean up usages of TREE_INT_CST_LOW. | Richard Kenner | 1 | -2/+2 |
2000-03-15 | cp-tree.h (CPTI_REF_DESC_TYPE, [...]): Remove. | Nathan Sidwell | 1 | -1/+1 |
2000-03-15 | decl.c (cp_finish_decl): Remove obsolete comment. | Nathan Sidwell | 1 | -6/+1 |
2000-03-13 | decl.c (grokfndecl): Set TREE_NOTHROW if TYPE_NOTHROW_P. | Jason Merrill | 1 | -1/+1 |
2000-03-13 | cp-tree.h (revert_static_member_fn): Change prototype. | Mark Mitchell | 1 | -22/+14 |
2000-03-12 | cp-tree.h (scope_kind): New type. | Mark Mitchell | 1 | -133/+211 |
2000-03-11 | tweak formatting | Jason Merrill | 1 | -1/+2 |
2000-03-10 | decl.c (push_throw_library_fn): Take the FUNCTION_TYPE. | Jason Merrill | 1 | -9/+12 |
2000-03-10 | lang-options.h, decl2.c: Add -fno-enforce-eh-specs. | Jason Merrill | 1 | -0/+5 |
2000-03-10 | decl.c (push_overloaded_decl_1, [...]): Lose. | Jason Merrill | 1 | -58/+132 |
2000-03-09 | tree.h (struct tree_common): Rename raises_flag to nothrow_flag. | Jason Merrill | 1 | -0/+4 |
2000-03-08 | decl.c (grok_op_properties): Merge conversion to void warning with other sill... | Nathan Sidwell | 1 | -4/+5 |
2000-03-08 | c-common.h (make_fname_decl): Declare. | Nathan Sidwell | 1 | -24/+65 |
2000-03-03 | decl2.c (key_method): Break out from... | Jason Merrill | 1 | -13/+0 |
2000-03-03 | decl.c (cp_finish_decl): Remove obsolete obstack comments, fix typos. | Nathan Sidwell | 1 | -7/+2 |
2000-03-03 | * tree.h (TYPE_ALIGN_UNIT): New macro. | Mark Mitchell | 1 | -20/+16 |
2000-02-29 | c-decl.c (current_function_decl): Move to toplev.c. | Martin v. Löwis | 1 | -4/+0 |
2000-02-27 | builtins.c (c_strlen): Use size_diffop and return ssizetype value. | Richard Kenner | 1 | -3/+4 |
2000-02-24 | decl.c (grokdeclarator): Diagnose qualifiers on non-member function type, rat... | Nathan Sidwell | 1 | -5/+10 |
2000-02-23 | decl.c (grokdeclarator): Call decl_type_access_control. | Jason Merrill | 1 | -0/+1 |
2000-02-23 | * decl.c (decls_match): Remove obsolete static member nadgering. | Nathan Sidwell | 1 | -21/+1 |
2000-02-22 | Refer to the standard as an ISO document, not an ANSI one. | Martin v. Löwis | 1 | -15/+14 |
2000-02-22 | cp-tree.h (CPTI_VTABLE_INDEX_TYPE): New macro. | Mark Mitchell | 1 | -25/+35 |
2000-02-21 | call.c (build_object_call): Compress consecutive calls to cp_error. | Gabriel Dos Reis | 1 | -23/+22 |
2000-02-19 | c-common.c (decl_attributes): Set DECL_SIZE_UNIT. | Richard Kenner | 1 | -20/+4 |
2000-02-18 | semantics.c (deferred_type_access_control): Walk the entire type_lookups list. | Jason Merrill | 1 | -1/+1 |
2000-02-16 | Make DECL_CONTEXT mean the class in which a member function was declared, eve... | Mark Mitchell | 1 | -27/+30 |
2000-02-16 | * decl.c (xref_tag): Don't SET_IDENTIFIER_NAMESPACE_VALUE. | Jason Merrill | 1 | -8/+0 |
2000-02-07 | decl.c (store_parm_decls): Don't build cleanups for parameters while processi... | Mark Mitchell | 1 | -1/+3 |
2000-02-07 | cp-tree.h (struct saved_scope): Add incomplete field. | Jason Merrill | 1 | -31/+74 |
2000-01-29 | Adjust variable names, comments, help strings. | Ulrich Drepper | 1 | -2/+2 |
2000-01-28 | Fix recent small bug | Mike Stump | 1 | -1/+3 |
2000-01-27 | decl.c (pushdecl): Fix up shadow warnings with respect to implicit for scopes. | Mike Stump | 1 | -21/+26 |
2000-01-26 | call.c: PROTO -> PARAMS. | Kaveh R. Ghazi | 1 | -80/+80 |
2000-01-25 | decl.c (member_function_or_else): Change third arg from a format specifier to... | Kaveh R. Ghazi | 1 | -8/+15 |
2000-01-24 | cp-tree.h (CPTI_TP_DESC_TYPE, [...]): Remove cp_tree_index enumerations. | Nathan Sidwell | 1 | -5/+8 |
2000-01-23 | cp-tree.h (register_dtor_fn): New function. | Mark Mitchell | 1 | -7/+8 |
2000-01-17 | cp-tree.h (scratchalloc): Remove. | Mark Mitchell | 1 | -4/+4 |
2000-01-17 | cp-tree.h (flag_new_abi): Move. | Mark Mitchell | 1 | -9/+1 |
2000-01-16 | decl.c (init_decl_processing): Complain if -fnew-abi -fno-vtable-thunks is used. | Mark Mitchell | 1 | -0/+5 |
2000-01-13 | * decl.c (start_cleanup_fn): Call pushdecl. | Mark Mitchell | 1 | -0/+1 |
2000-01-12 | call.c (convert_class_to_reference): Fix typos. | Mark Mitchell | 1 | -11/+19 |
2000-01-03 | (flag_isoc9x): New variable to be able to use code in c-common.c. | Ulrich Drepper | 1 | -297/+300 |
1999-12-31 | cp-tree.h (CLASSTYPE_VBASECLASSES): Update documentation. | Mark Mitchell | 1 | -1/+1 |
1999-12-29 | cp-tree.h (do_inline_function_hair): Remove. | Mark Mitchell | 1 | -1/+4 |
1999-12-29 | cp-tree.h (lang_type): Replace abstract_virtuals with pure_virtuals. | Mark Mitchell | 1 | -3/+3 |
1999-12-26 | decl.c (store_return_init): Use mode of old RTL generated for DECL_RESULT, no... | Mark Mitchell | 1 | -1/+8 |
1999-12-21 | cp-tree.h (TYPE_VIRTUAL_P): Rename to ... | Mark Mitchell | 1 | -11/+15 |