OSDN Git Service

* cp-tree.h (calls_setjmp_p): Declare.
[pf3gnuchains/gcc-fork.git] / gcc / cp / error.c
1999-11-23 mmitchel * cp-tree.def (FUNCTION_NAME): New tree node.
1999-11-10 mmitchel * error.c (dump_function_name): Don't crash if given...
1999-09-29 mmitchel * cp-tree.h (TMPL_ARGS_HAVE_MULTIPLE_LEVELS): Move...
1999-09-29 nathan * error.c (dump_template_parms): Don't use TS_PEDANTIC...
1999-09-29 gdr1999-09-28 Gabriel Dos Reis <gdr@codesourcery.com>
1999-09-27 nathan Augment stringification of trees.
1999-09-24 mmitchel * cp-tree.h (CPTI_CLEANUP_TYPE): New macro.
1999-09-17 gdr1999-09-17 Gabriel Dos Reis <gdr@codesourcery.com>
1999-09-13 mmitchel * call.c (implicit_conversion): Robustify. Handle...
1999-08-29 ghazi * cp-tree.h (fndecl_as_string, type_as_string,
1999-08-24 jason * call.c (build_conditional_expr): Fix typo.
1999-08-19 mmitchel * cp-tree.def (PSEUDO_DTOR_EXPR): New tree code.
1999-08-16 mmitchel * cp-tree.def (STMT_EXPR): New tree node.
1999-08-11 mmitchel * extend.texi (C++ Signatures): Remove node.
1999-08-07 ghazi * class.c (count_fields, add_fields_to_vec): Add stati...
1999-08-06 mmitchel * error.c (dump_expr): Handle EXACT_DIV_EXPR.
1999-07-27 mmitchel * cp-tree.h (BINFO_VIRTUALS): Document new format.
1999-07-23 mmitchel * call.c (NEED_TEMPORARY_P): New macro.
1999-06-28 jason * error.c (dump_type_real): Handle TREE_LIST again.
1999-06-19 mmitchel * decl.c (expand_static_init): When building an anonym...
1999-05-10 jason * init.c (build_offset_ref): Wrap baselinks in OFFSET_...
1999-04-22 mmitchel * cp-tree.h (lang_decl_flags): Remove returns_first_ar...
1999-04-20 mmitchel * cp-tree.h (build_binary_op): Remove unneeded parameter.
1999-04-10 mmitchel * error.c (dump_type_real): If a typename is a templat...
1999-04-08 mmitchel * error.c (dump_expr): Don't crash on INDIRECT_REFs...
1999-04-02 mmitchel1999-04-02 Mark Mitchell <mark@codesourcery.com>
1999-03-26 ghaziWarning fixes:
1999-03-23 mmitchel * cp-tree.h (TYPE_PTRMEMFUNC_P): Use TYPE_PTRMEMFUNC_FLAG.
1999-03-13 jason * error.c (cp_printers): Add 'F' escape character.
1999-01-21 mmitchel * cp-tree.h (PARM_DECL_EXPR): Delete.
1999-01-20 mmitchel * error.c (dump_function_decl): Don't print the argume...
1998-12-18 jason * error.c (interesting_scope_p): New fn.
1998-12-07 jason * decl.c (build_typename_type): Set DECL_ARTIFICIAL.
1998-12-04 jason * pt.c (check_template_shadow): New fn.
1998-11-17 mmitchel * cp-tree.h (TYPE_ALIAS_SET): Document language-depend...
1998-10-28 jason * call.c (add_function_candidate): Treat conversion...
1998-10-26 mmitchel * error.c (dump_decl): Deal with TEMPLATE_DECLs that are
1998-10-26 jason * cp-tree.def (TYPEOF_TYPE): New code.
1998-10-23 mmitchel * cplus-dem.c (work_stuff): Replace const_type and...
1998-10-19 jason Revamp references to member functions.
1998-10-06 mmitchel * cp-tree.def (PTRMEM_CST): New tree node.
1998-10-03 mmitchel * class.c (current_class_ptr, current_class_ref):...
1998-09-09 jason * error.c (dump_type_real): Handle NAMESPACE_DECL.
1998-09-08 mmitchel * cp-tree.h (anonymous_namespace_name): Declare.
1998-08-30 mmitchel * error.c (dump_decl): Use CP_DECL_CONTEXT, not DECL_C...
1998-07-28 mmitchel * cp-tree.h (TI_USES_TEMPLATE_PARMS): Remove.
1998-07-19 mmitchel * error.c (dump_type_real): Don't crash when presented...
1998-06-16 amacleod1998-06-16 Andrew MacLeod <amacleod@cygnus.com>
1998-06-10 jfc1998-06-10 John Carr <jfc@mit.edu>
1998-06-05 jason * cp-tree.h (DECL_NAMESPACE_ALIAS, ORIGINAL_NAMESPACE...
1998-06-04 jason * error.c (dump_expr): Clean up NEW_EXPR case.
1998-05-26 bothner
1998-05-24 jason * decl.c (push_namespace): Namespaces have type void.
1998-05-20 jason * decl.c (grokfndecl): Handle definition of specializa...
1998-05-19 brendan * class.c (is_empty_class): Return 0 if TYPE is an...
1998-05-13 ghaziWarning patches:
1998-05-12 jason * error.c (dump_simple_decl): Use DECL_CLASS_SCOPE_P...
1998-05-12 mmitchel * error.c (dump_simple_decl): New function, broken...
1998-05-08 jasonmassive namespace patch
1998-05-06 ghazi * error.c: Convert to using ctype macros define...
1998-05-06 robertlWed May 6 06:36:41 1998 Robert Lipe <robertl@dgii...
1998-04-23 jason * error.c (dump_type_real): Declare canonical_name.
1998-04-17 mmitchelFri Apr 17 21:25:00 1998 Mark Mitchell <mmitchell...
1998-03-31 law * call.c: Include system.h. Remove includes...
1998-03-27 mmitchel * error.c (dump_decl): Be a bit more explicit with...
1998-03-24 mmitchel * cplus-dem.c (optable): Add sizeof.
1998-02-25 jasonPartial implementation of namespaces.
1998-02-23 jasonSupport for friend templates.
1998-02-22 law * error.c: Include sys/types.h.
1998-02-03 jason * error.c (dump_decl): Fix type of default arguments...
1998-02-02 lawVarious fixes for -Wall problems from Kaveh. See Chang...
1998-01-29 jason * class.c (instantiate_type): Don't just return a...
1998-01-27 jason * call.c (add_template_candidate_real): New function.
1998-01-24 jason * error.c (dump_decl): Fix type default template args.
1998-01-24 jasontweak
1998-01-22 jasonWed Jan 21 10:29:57 1998 Kriang Lerdsuwanakij <lerdsu...
1998-01-19 jason * decl.c (start_decl): Don't allow duplicate definitio...
1998-01-16 jason * error.c (dump_decl): For enum tags, output...
1997-12-18 jason * except.c: Remove register_exception_table{,_p}.
1997-12-16 jason * tree.c (mapcar): Handle TRY_CATCH_EXPR et al.
1997-12-08 jason * error.c (dump_decl): Handle LOOKUP_EXPR.
1997-12-03 jason * tree.c (is_overloaded_fn): Handle getting a fn template.
1997-11-28 jason * pt.c (check_explicit_specialization): Complain about...
1997-11-20 jason * decl.c (make_implicit_typename): Handle case where...
1997-11-01 brendan * lex.c (FILE_NAME_NONDIRECTORY): Delete macro.
1997-10-20 jasonMon Oct 20 11:44:20 1997 Mark Mitchell <mmitchell...
1997-10-20 jason * decl.c (init_decl_processing): Give null_node unknow...
1997-09-28 jasonSat Sep 27 16:22:48 1997 Jason Merrill <jason@yorick...
1997-09-10 jasonTue Sep 9 17:57:25 1997 Mark Mitchell <mmitchell...
1997-09-08 jasonMon Sep 8 01:21:43 1997 Mark Mitchell <mmitchell...
1997-09-06 jason * class.c (grow_method): Remove check for redeclaration.
1997-08-25 jason * call.c (joust): Tweak message.
1997-08-21 jasonWed Aug 20 17:25:08 1997 Jason Merrill <jason@yorick...
1997-08-19 jasonmerge
1997-07-24 brendan92th Cygnus<->FSF quick merge
1997-05-28 mrs91th Cygnus<->FSF quick merge
1997-02-21 mrs90th Cygnus<->FSF quick merge
1997-01-21 mrs90th Cygnus<->FSF quick merge
1996-12-18 mrs90th Cygnus<->FSF quick merge
1996-11-12 mrs90th Cygnus<->FSF quick merge
next