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