aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl.c
AgeCommit message (Expand)AuthorFilesLines
2000-04-18cp-tree.h (lang_decl_flags): Remove const_memfunc and volatile_memfunc.Mark Mitchell1-2/+1
2000-04-16decl.c (decls_match): Allow a redeclaration of a builtin to specify args whil...Jason Merrill1-1/+2
2000-04-16cp-tree.def (THUNK_DECL): Add to documentation.Mark Mitchell1-4/+0
2000-04-12cp-tree.h (IDENTIFIER_CTOR_OR_DTOR_P): New macro.Mark Mitchell1-60/+44
2000-04-11cp-tree.h (cp_tree_index): Add CPTI_DTOR_IDENTIFIER.Mark Mitchell1-1/+7
2000-04-11cp-tree.h (lang_decl_flags): Rename constructor_for_vbase_attr to has_in_char...Mark Mitchell1-9/+4
2000-04-11cp-tre.h (finish_function): Change prototype.Mark Mitchell1-5/+5
2000-04-10class.c (instantiate_type): Handle object-relative template-id.Jason Merrill1-7/+9
2000-04-10cp-tree.h (struct lang_decl): Remove main_decl_variant.Mark Mitchell1-4/+0
2000-04-09cp-tree.h (cp_tree_index): Add CPTI_COMPLETE_CTOR_IDENTIFIER.Mark Mitchell1-7/+3
2000-04-09Under the new ABI, constructors don't return `this'.Mark Mitchell1-60/+90
2000-04-09cp-tree.h (cp_tree_index): Add CPTI_BASE_CTOR_IDENTIFIER...Mark Mitchell1-34/+48
2000-04-06cp-tree.h (lang_decl_flags): Rename saved_inline to deferred.Mark Mitchell1-8/+1
2000-04-06final.c (final): Use xcalloc to allocate line_note_exists.Mark Mitchell1-1/+5
2000-03-26c-convert.c (convert): Return if output or input type is ERROR_MARK.Richard Kenner1-6/+6
2000-03-26decl.c (grokdeclarator): Count partial specializations when keeping track of ...Mark Mitchell1-2/+14
2000-03-25Remove accidental commitMark Mitchell1-2/+2
2000-03-25Fix typo in ChangeLogMark Mitchell1-2/+2
2000-03-24decl.c (vtype_decl_p): Use TYPE_POLYMORPHIC_P.Nathan Sidwell1-3/+2
2000-03-23builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros.Theodore Papadopoulo1-11/+9
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