summaryrefslogtreecommitdiff
path: root/gcc/cp/decl.c
Commit message (Expand)AuthorAgeFilesLines
* cp-tree.h (DECL_THIS_INLINE): Rename to DECL_DECLARED_INLINE_P.Mark Mitchell2001-04-061-9/+13
* cp-tree.h (OPERATOR_ASSIGN_FORMAT): Remove.Mark Mitchell2001-04-041-11/+11
* IA-64 ABI Exception Handling.Richard Henderson2001-03-281-7/+6
* decl.c (struct named_label_list): Rename eh_region to in_try_scope, add in_ca...Richard Henderson2001-03-281-18/+35
* c-common.h (DECL_NUM_STMTS): New macro.Mark Mitchell2001-03-271-2/+5
* Implement DR 209Nathan Sidwell2001-03-261-24/+27
* class.c (add_method): Use memcpy/memmove, not bcopy.Kaveh R. Ghazi2001-03-261-7/+7
* decl.c (local_names): Define.Jakub Jelinek2001-03-231-51/+80
* method.c (do_build_assign_ref): Don't use build_modify_expr for anonymous agg...Jakub Jelinek2001-03-221-0/+27
* pt.c (instantiate_decl): Abort if we see a member constant instantiation that...Jason Merrill2001-03-211-5/+2
* Compute DECL_ASSEMBLER_NAME lazily.Mark Mitchell2001-03-191-68/+32
* decl.c (cp_make_fnname_decl): Set DECL_IGNORED_P on __FUNCTION__ and its ilk.Mark Mitchell2001-03-151-0/+1
* varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME...Mark Mitchell2001-03-151-12/+6
* xm-lynx.h, [...]: Do not define TRUE or FALSE.Zack Weinberg2001-03-021-2/+2
* except.c (call_eh_info): Cleanup generation of cp_eh_info struct.Nathan Sidwell2001-02-261-0/+1
* cp-tree.h (struct lang_decl_inlined_fns): New.Jakub Jelinek2001-02-221-0/+15
* tree.h (DECL_UNINLINABLE): Move from C++ frontend.Jason Merrill2001-02-211-0/+3
* invoke.texi (-fsquangle): Remove documentation.Mark Mitchell2001-02-181-1/+1
* Do put the VTT parameter in DECL_ARGUMENTS.Jason Merrill2001-02-181-30/+18
* decl2.c (build_artificial_parm): Set TREE_READONLY.Jason Merrill2001-02-171-1/+2
* decl.c (check_tag_decl): Make sure a typedef for an anonymous class-type intr...Gabriel Dos Reis2001-02-161-0/+24
* cp-tree.h (CLASSTYPE_DESTRUCTORS): Fix typo in comment.Mark Mitchell2001-02-141-24/+22
* Remove old ABI support.Mark Mitchell2001-02-121-118/+22
* search.c (shared_member_p): New function.Jason Merrill2001-02-081-18/+34
* diagnostic.h (set_internal_error_function): Renamed.Richard Kenner2001-02-041-7/+7
* cp-tree.h (CLASSTYPE_INTERFACE_UNKNOWN): Fix formatting.Mark Mitchell2001-02-041-2/+7
* decl.c (push_class_binding): Use context_for_name_lookup instead of CP_DECL_C...Jakub Jelinek2001-02-031-1/+1
* configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.Kaveh R. Ghazi2001-01-281-1/+0
* mangle.c (write_mangled_name, [...]): Mangle overloaded operators even in "C"...Jakub Jelinek2001-01-251-1/+1
* decl.c (grokdeclarator): Don't presume DECL_LANG_SPECIFIC indicates anything ...Nathan Sidwell2001-01-231-5/+3
* cp-tree.h (lookup_template_class): Add complain parm.Nathan Sidwell2001-01-191-2/+4
* decl.c (finish_destructor_body): Convert to vbase pointer here.Nathan Sidwell2001-01-181-8/+18
* call.c (convert_default_arg): Check for unprocessed DEFAULT_ARG.Nathan Sidwell2001-01-111-14/+0
* decl.c (grokparms): Unobfuscate and get correct diagnostic for parameters wit...Nathan Sidwell2001-01-111-7/+14
* output.h (make_function_rtl): Remove prototype.Mark Mitchell2001-01-101-7/+7
* cp-tree.h (lang_decl_flags): Rename defined_in_class to initialized_in_class.Nathan Sidwell2001-01-081-1/+3
* class.c (duplicate_tag_error): Adjust diagnostic.Nathan Sidwell2001-01-081-1/+1
* decl.c (struct binding_level): Adjust class_shadowed comments to reflect real...Nathan Sidwell2001-01-081-11/+8
* c-common.c (SIZE_TYPE, WCHAR_TYPE): Define.Joseph Myers2001-01-041-140/+11
* class.c (invalidate_class_lookup_cache): Zero the previous_class_values.Mark Mitchell2001-01-031-6/+28
* decl.c (cp_missing_noreturn_ok_p): New.Andreas Jaeger2001-01-021-18/+28
* * decl.c (init_decl_processing): Fix sign of wchar_type_node.Jakub Jelinek2000-12-291-2/+2
* class.c (pushclass): Remove #if 0'd code.Mark Mitchell2000-12-291-17/+11
* cp-tree.h: Update declarations.Richard Henderson2000-12-201-6/+9
* * decl.c (pushdecl): Don't check for linkage on a non-decl.Jason Merrill2000-12-151-2/+3
* cp-tree.h (sufficient_parms_p): Declare new function.Nathan Sidwell2000-12-071-6/+2
* Modification to define_label and finish_case_label in decl.c to handleWill Cohen2000-12-051-4/+8
* cp-tree.h (IDENTIFIER_VIRTUAL_P): Document.Nathan Sidwell2000-12-051-6/+1
* mangle.c (write_type): Mangle VECTOR_TYPE with "U8__vector".Jason Merrill2000-12-041-3/+6
* c-common.c: Include "defaults.h".Joseph Myers2000-12-011-48/+16