aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-tree.h
AgeCommit message (Expand)AuthorFilesLines
2001-03-15varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME...Mark Mitchell1-1/+1
2001-03-10toplev.c (file_name_nondirectory): Remove.Neil Booth1-1/+0
2001-03-08* cp-tree.h (set_identifier_local_value): Remove unused decl.Stan Shebs1-1/+0
2001-02-27Fix ctor vtable vcall offsets.Nathan Sidwell1-1/+1
2001-02-22cp-tree.h (struct lang_decl_inlined_fns): New.Jakub Jelinek1-0/+13
2001-02-21tree.h (DECL_UNINLINABLE): Move from C++ frontend.Jason Merrill1-6/+2
2001-02-18invoke.texi (-fsquangle): Remove documentation.Mark Mitchell1-14/+0
2001-02-18Do put the VTT parameter in DECL_ARGUMENTS.Jason Merrill1-10/+25
2001-02-16cp-tree.h (DECL_USE_VTT_PARM): Remove.Jason Merrill1-7/+0
2001-02-16cp-tree.h: Fix typos in comments.Jeffrey Oldham1-3/+3
2001-02-14cp-tree.h (setup_vtbl_ptr): Move prototype to semantics.c section.Nathan Sidwell1-3/+2
2001-02-14Kill remnants of this is variable.Nathan Sidwell1-4/+0
2001-02-14cp-tree.h (CLASSTYPE_DESTRUCTORS): Fix typo in comment.Mark Mitchell1-1/+1
2001-02-12Remove old ABI support.Mark Mitchell1-25/+8
2001-02-08search.c (shared_member_p): New function.Jason Merrill1-6/+1
2001-02-05invoke.texi (-fdump-class-layout): Document.Nathan Sidwell1-8/+14
2001-02-04cp-tree.h (CLASSTYPE_INTERFACE_UNKNOWN): Fix formatting.Mark Mitchell1-6/+17
2001-02-03decl.c (push_class_binding): Use context_for_name_lookup instead of CP_DECL_C...Jakub Jelinek1-0/+1
2001-02-02cp-tree.h (build_expr_ptr_wrapper, can_free): Remove.Jakub Jelinek1-2/+0
2001-01-29stmt.c (estimate_case_costs): Use integer_minus_one_node.Kaveh R. Ghazi1-4/+0
2001-01-22cp-tree.h (unification_kind_t): Add DEDUCE_ORDER.Nathan Sidwell1-3/+4
2001-01-19cp-tree.h (lookup_template_class): Add complain parm.Nathan Sidwell1-1/+1
2001-01-11call.c (convert_default_arg): Check for unprocessed DEFAULT_ARG.Nathan Sidwell1-4/+6
2001-01-11c-common.h (CTI_VOID_LIST): Remove.Mark Mitchell1-1/+2
2001-01-10cp-tree.h (DECL_CLONED_FUNCTION_P): Avoid wild reads by not looking at DECL_C...Mark Mitchell1-1/+3
2001-01-10invoke.texi: Document that -fcond-mismatch isn't supported for C++.Joseph Myers1-5/+0
2001-01-10c-lang.c (lang_hooks): Update.Neil Booth1-1/+1
2001-01-09c-lang.c (lang_hooks): Update.Neil Booth1-2/+0
2001-01-08cp-tree.h (lang_decl_flags): Rename defined_in_class to initialized_in_class.Nathan Sidwell1-4/+4
2001-01-04c-common.c (SIZE_TYPE, WCHAR_TYPE): Define.Joseph Myers1-6/+2
2001-01-03Implement exceptions specifiers for implicit member functions.Nathan Sidwell1-0/+1
2001-01-02init.c (build_default_init): New fn.Jason Merrill1-1/+1
2001-01-03class.c (invalidate_class_lookup_cache): Zero the previous_class_values.Mark Mitchell1-3/+3
2001-01-02tree.c (cp_valid_lang_attribute): Don't set CLASSTYPE_COM_INTERFACE for v3 ABI.Jason Merrill1-34/+2
2000-12-29class.c (pushclass): Remove #if 0'd code.Mark Mitchell1-1/+0
2000-12-22oopsJason Merrill1-3/+3
2000-12-21pt.c (tsubst_decl): A FUNCTION_DECL has DECL_RESULT, not DECL_TEMPLATE_RESULT.Jason Merrill1-1/+0
2000-12-20cp-tree.h: Update declarations.Richard Henderson1-8/+7
2000-12-18c-common.c (STD_C9L, ADJ_STD): Define.Joseph Myers1-4/+0
2000-12-07cp-tree.h (sufficient_parms_p): Declare new function.Nathan Sidwell1-1/+2
2000-12-05cp-tree.h (IDENTIFIER_VIRTUAL_P): Document.Nathan Sidwell1-2/+3
2000-11-27decl.c (grokfndecl): Undo COMPONENT_REF damage caused by bison parser ickiness.Nathan Sidwell1-2/+3
2000-11-27cp-tree.h (binfo_from_vbase): Return the virtual base's binfo.Nathan Sidwell1-1/+1
2000-11-25c-common.c: Remove USE_CPPLIB conditional inclusions.Neil Booth1-5/+1
2000-11-17cp-tree.h (PARMLIST_ELLIPSIS_P): New macro.Nathan Sidwell1-0/+4
2000-11-10Makefile.in (C_AND_OBJC_OBJS): Add c-dump.o.Mark Mitchell1-22/+5
2000-10-31memtemp77.C (main): Adjust comparison against.Gabriel Dos Reis1-27/+40
2000-10-31cp-tree.h (DECL_EXTERNAL_LINKAGE_P): New macro.Mark Mitchell1-0/+31
2000-10-19cp-tree.h (DECL_ANTICIPATED): Don't require a FUNCTION_DECL.Mark Mitchell1-1/+1
2000-10-18c-common.h (flag_no_builtin): Declare.Mark Mitchell1-1/+8