summaryrefslogtreecommitdiff
path: root/gcc/cp/decl.c
Commit message (Expand)AuthorAgeFilesLines
* cp-tree.h (enum cp_tree_index): Add CPTI_PFN_VFLAG_IDENTIFIER.Geoffrey Keating2001-05-041-1/+9
* cp-tree.h (flag_inline_trees): Update documentation.Mark Mitchell2001-05-041-6/+16
* decl.c (compute_array_index_type): Don't try to do anything with the indices ...Mark Mitchell2001-05-021-6/+6
* call.c: NULL_PTR -> NULL.Kaveh R. Ghazi2001-05-021-7/+7
* c-common.c (c_promoting_integer_type_p): New function, from the corpse of old...Richard Henderson2001-04-301-1/+1
* cp-tree.h (adjust_clone_args): Prototype new function.Nathan Sidwell2001-04-271-0/+6
* decl.c (grokdeclarator): Set context of namespace scope TYPE_DECLS.Nathan Sidwell2001-04-251-2/+6
* Lazy __FUNCTION__ generation.Nathan Sidwell2001-04-241-45/+58
* cp-tree.h (finish_enum): Change prototype.Mark Mitchell2001-04-211-112/+100
* cp-tree.h (DECL_LANGUAGE): Don't assume DECL_LANG_SPECIFIC is set.Mark Mitchell2001-04-191-11/+15
* cp-tree.h (decl_namespace_list): New macro.Jason Merrill2001-04-121-1/+2
* cp-tree.h (warn_return_type, yylex): Delete redundant declarations.Kaveh R. Ghazi2001-04-121-4/+0
* cp-tree.h (TYPE_LINKAGE_IDENTIFIER): New macro.Jason Merrill2001-04-121-19/+18
* 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