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