aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-tree.h
AgeCommit message (Expand)AuthorFilesLines
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
2000-08-22Makefile.in (error.o): Depends on diagnostic.hGabriel Dos Reis1-2/+4
2000-08-18cp-tree.h (PTRMEM_OK_P): New macro.Nathan Sidwell1-1/+7
2000-08-18cp-tree.h (enum_name_string): Remove prototype.Nathan Sidwell1-2/+0
2000-08-17cp-tree.h (instantiate_type_flags): New enumeration.Nathan Sidwell1-1/+8
2000-08-17cp-tree.h (CPTR_AGGR_TAG): New global tree node.Nathan Sidwell1-0/+2
2000-08-11cp-tree.h (resolve_scope_to_name): Remove unused prototype.Nathan Sidwell1-2/+0
2000-08-07cp-tree.h (CLASSTYPE_HAS_PRIMARY_BASE_P): Fix a comment typo.Kazu Hirata1-1/+1
2000-08-04cp-tree.h (add_method): Change prototype.Mark Mitchell1-1/+1
2000-08-03pt.c (do_type_instantiation): Add complain parm; don't complain if called rec...Jason Merrill1-1/+1
2000-08-02c-common.h: Prototype min_precision and c_build_qualified_type here...Zack Weinberg1-2/+1
2000-08-02* cp-tree.h (DECL_NEEDED_P): Tweak.Mark Mitchell1-1/+1
2000-07-31Allow indirect primary bases.Mark Mitchell1-30/+23
2000-07-28decl.c (duplicate_decls): If common_type produces a non-typedef type for a ty...Jason Merrill1-3/+5
2000-07-27cp-tree.h (function_depth): Declare.Mark Mitchell1-0/+7
2000-07-25Kill strict_prototype.Nathan Sidwell1-9/+0
2000-07-21cp-tree.h: Use __FUNCTION__ not __PRETTY_FUNCTION__.Zack Weinberg1-10/+16
2000-07-16cp-tree.h (THUNK_VCALL_OFFSET): Update documentation.Mark Mitchell1-2/+2
2000-07-10cp-tree.h (char_type_p): New function.Mark Mitchell1-1/+2
2000-07-02c-common.h (genrtl_begin_compound_stmt): Remove declaration.Benjamin Chelf1-19/+0
2000-07-01Makefile.in (C_AND_OBJC_OBJS): Added c-semantics.o.Ben Chelf1-49/+14
2000-07-01init.c (init_init_processing): Go back to aligning like double_type_node for ...Jason Merrill1-0/+5
2000-06-30Makefile.in (c-common.o): Don't depend on c-tree.h or c-lex.h.Mark Mitchell1-2/+0
2000-06-30cp-tree.h (struct language_function): Remove temp_name_counter.Mark Mitchell1-7/+4
2000-06-30c-common.c: Include c-common.h, not c-lex.h or c-tree.h.Mark Mitchell1-17/+2