| Age | Commit message (Expand) | Author | Files | Lines |
| 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 |
| 1999-12-20 | current_function -> cfun | Bernd Schmidt | 1 | -16/+15 |
| 1999-12-17 | cp-tree.h (cp_tree_index): Add CPTI_DSO_HANDLE. | Mark Mitchell | 1 | -31/+197 |
| 1999-12-16 | class.c (handle_using_decl): Get TYPE_FIELDS and TYPE_METHODS out of the clas... | Mark Mitchell | 1 | -2/+1 |
| 1999-12-15 | cp-tree.h (make_aggr_type): Declare. | Richard Henderson | 1 | -6/+6 |
| 1999-12-14 | error.c (dump_decl): operator==, not operator ==. | Jason Merrill | 1 | -3/+14 |
| 1999-12-11 | class.c (get_vtable_name): Use a literal format string and VTABLE_NAME_PREFIX... | Kaveh R. Ghazi | 1 | -1/+0 |
| 1999-12-09 | decl.c (init_decl_processing): Reenable inlining on trees. | Mark Mitchell | 1 | -4/+0 |
| 1999-12-06 | decl.c (init_decl_processing): #if 0 last patch. | Mark Mitchell | 1 | -0/+4 |
| 1999-12-05 | decl.c (init_decl_processing): Set flag_inline_trees if !flag_no_inline. | Mark Mitchell | 1 | -0/+3 |
| 1999-12-05 | cp-tree.h (calls_setjmp_p): Declare. | Mark Mitchell | 1 | -0/+12 |
| 1999-12-05 | cp-tree.def (SCOPE_STMT): Take one operand. | Mark Mitchell | 1 | -14/+25 |
| 1999-12-04 | c-common.c (enum attrs): Add A_NO_LIMIT_STACK. | Geoff Keating | 1 | -0/+10 |
| 1999-12-01 | cp-tree.h (min_tree_cons): Remove. | Mark Mitchell | 1 | -4/+6 |
| 1999-11-25 | Make-lang.in (CXX_SRCS): Add optimize.c. | Mark Mitchell | 1 | -43/+51 |
| 1999-11-23 | decl.c (pushdecl, [...]): Don't call a variadic function with a non-literal f... | Kaveh R. Ghazi | 1 | -12/+14 |