aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl.c
AgeCommit message (Expand)AuthorFilesLines
2001-03-15decl.c (cp_make_fnname_decl): Set DECL_IGNORED_P on __FUNCTION__ and its ilk.Mark Mitchell1-0/+1
2001-03-15varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME...Mark Mitchell1-12/+6
2001-03-02xm-lynx.h, [...]: Do not define TRUE or FALSE.Zack Weinberg1-2/+2
2001-02-26except.c (call_eh_info): Cleanup generation of cp_eh_info struct.Nathan Sidwell1-0/+1
2001-02-22cp-tree.h (struct lang_decl_inlined_fns): New.Jakub Jelinek1-0/+15
2001-02-21tree.h (DECL_UNINLINABLE): Move from C++ frontend.Jason Merrill1-0/+3
2001-02-18invoke.texi (-fsquangle): Remove documentation.Mark Mitchell1-1/+1
2001-02-18Do put the VTT parameter in DECL_ARGUMENTS.Jason Merrill1-30/+18
2001-02-17decl2.c (build_artificial_parm): Set TREE_READONLY.Jason Merrill1-1/+2
2001-02-16decl.c (check_tag_decl): Make sure a typedef for an anonymous class-type intr...Gabriel Dos Reis1-0/+24
2001-02-14cp-tree.h (CLASSTYPE_DESTRUCTORS): Fix typo in comment.Mark Mitchell1-24/+22
2001-02-12Remove old ABI support.Mark Mitchell1-118/+22
2001-02-08search.c (shared_member_p): New function.Jason Merrill1-18/+34
2001-02-04diagnostic.h (set_internal_error_function): Renamed.Richard Kenner1-7/+7
2001-02-04cp-tree.h (CLASSTYPE_INTERFACE_UNKNOWN): Fix formatting.Mark Mitchell1-2/+7
2001-02-03decl.c (push_class_binding): Use context_for_name_lookup instead of CP_DECL_C...Jakub Jelinek1-1/+1
2001-01-28configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.Kaveh R. Ghazi1-1/+0
2001-01-25mangle.c (write_mangled_name, [...]): Mangle overloaded operators even in "C"...Jakub Jelinek1-1/+1
2001-01-23decl.c (grokdeclarator): Don't presume DECL_LANG_SPECIFIC indicates anything ...Nathan Sidwell1-5/+3
2001-01-19cp-tree.h (lookup_template_class): Add complain parm.Nathan Sidwell1-2/+4
2001-01-18decl.c (finish_destructor_body): Convert to vbase pointer here.Nathan Sidwell1-8/+18
2001-01-11call.c (convert_default_arg): Check for unprocessed DEFAULT_ARG.Nathan Sidwell1-14/+0
2001-01-11decl.c (grokparms): Unobfuscate and get correct diagnostic for parameters wit...Nathan Sidwell1-7/+14
2001-01-10output.h (make_function_rtl): Remove prototype.Mark Mitchell1-7/+7
2001-01-08cp-tree.h (lang_decl_flags): Rename defined_in_class to initialized_in_class.Nathan Sidwell1-1/+3
2001-01-08class.c (duplicate_tag_error): Adjust diagnostic.Nathan Sidwell1-1/+1
2001-01-08decl.c (struct binding_level): Adjust class_shadowed comments to reflect real...Nathan Sidwell1-11/+8
2001-01-04c-common.c (SIZE_TYPE, WCHAR_TYPE): Define.Joseph Myers1-140/+11
2001-01-03class.c (invalidate_class_lookup_cache): Zero the previous_class_values.Mark Mitchell1-6/+28
2001-01-02decl.c (cp_missing_noreturn_ok_p): New.Andreas Jaeger1-18/+28
2000-12-29* decl.c (init_decl_processing): Fix sign of wchar_type_node.Jakub Jelinek1-2/+2
2000-12-29class.c (pushclass): Remove #if 0'd code.Mark Mitchell1-17/+11
2000-12-20cp-tree.h: Update declarations.Richard Henderson1-6/+9
2000-12-15* decl.c (pushdecl): Don't check for linkage on a non-decl.Jason Merrill1-2/+3
2000-12-07cp-tree.h (sufficient_parms_p): Declare new function.Nathan Sidwell1-6/+2
2000-12-05Modification to define_label and finish_case_label in decl.c to handleWill Cohen1-4/+8
2000-12-05cp-tree.h (IDENTIFIER_VIRTUAL_P): Document.Nathan Sidwell1-6/+1
2000-12-04mangle.c (write_type): Mangle VECTOR_TYPE with "U8__vector".Jason Merrill1-3/+6
2000-12-01c-common.c: Include "defaults.h".Joseph Myers1-48/+16
2000-11-28decl.c (grokdeclarator): Diagnose undefined template contexts.Nathan Sidwell1-13/+5
2000-11-28decl.c (grokdeclarator): Do type access control on friend class.Nathan Sidwell1-0/+3
2000-11-27decl.c (grokfndecl): Undo COMPONENT_REF damage caused by bison parser ickiness.Nathan Sidwell1-4/+19
2000-11-19decl.c (init_decl_processing): Correct name of pure virtual function under th...Mark Mitchell1-1/+4
2000-11-19decl.c (grokparms): Don't even function types of `void' type, either.Mark Mitchell1-42/+46
2000-11-19* decl.c (grokparms): Don't create parameters of `void' type.Mark Mitchell1-4/+6
2000-11-17cp-tree.h (PARMLIST_ELLIPSIS_P): New macro.Nathan Sidwell1-209/+101
2000-11-15toplev.c (wrapup_global_declarations): Don't write out artificial static vari...Mark Mitchell1-13/+1
2000-11-11decl.c (maybe_commonize_var): Set DECL_UNINLINABLE for statics in inlines.Jason Merrill1-0/+1
2000-11-10alpha.c (check_float_value): Use memcpy, not bcopy.Kaveh R. Ghazi1-3/+2
2000-11-10Makefile.in (C_AND_OBJC_OBJS): Add c-dump.o.Mark Mitchell1-0/+1