aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-tree.h
AgeCommit message (Expand)AuthorFilesLines
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
2000-10-18c-common.c (back_end_hook): New variable.Mark Mitchell1-6/+0
2000-10-06cp-tree.h (struct cp_language_function): Remove x_result_rtx.Richard Henderson1-10/+0
2000-10-05cp-tree.h (access_kind): Fix comment typo.Nathan Sidwell1-1/+1
2000-09-21errfn.c: Move declaration of cp_printer and cp_printers to ...Andreas Jaeger1-82/+89
2000-09-19Makefile.in (c-common.o): Depend on diagnostic.h.Kaveh R. Ghazi1-1/+1
2000-09-17splay-tree.c (splay_tree_predecessor): Fix typo in comment.Mark Mitchell1-26/+14
2000-09-12c-common.h (genrtl_clear_out_block): Remove.Mark Mitchell1-13/+5
2000-09-11cp-tree.h (frob_opname): Declare.Nathan Sidwell1-0/+1
2000-09-10c-common.h (add_stmt): Change prototype.Mark Mitchell1-3/+1
2000-09-07c-common.h (prep_stmt): Declare.Mark Mitchell1-7/+1
2000-09-07Move statement-tree facilities from C++ to C front-end.Mark Mitchell1-53/+7
2000-09-07Integrated preprocessor.Zack Weinberg1-48/+30
2000-09-06extend.texi: Mark named return value extension as deprecated.Mark Mitchell1-31/+8
2000-09-06tree.c (walk_tree): Expose tail recursion.Zack Weinberg1-0/+3
2000-09-05Makefile.in (CXX_TREE_H): Add dependency on HTAB_H.Mark Mitchell1-1/+8
2000-09-04cp-tree.def (BOUND_TEMPLATE_TEMPLATE_PARM): New tree code.Kriang Lerdsuwanakij1-9/+8
2000-08-30cp-tree.h (LOCAL_CLASS_P): Use decl_function_context.Jason Merrill1-2/+1
2000-08-28[multiple changes]Jason Merrill1-0/+5
2000-08-24* cp-tree.h (MAIN_NAME_P): Remove macro.Greg McGary1-10/+0
2000-08-23cp-tree.h (DECL_CLONED_FUNCTION_P): Check DECL_LANG_SPECIFIC.Mark Mitchell1-2/+3