aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/error.c
AgeCommit message (Expand)Author
1999-08-07 * decl.c (bad_specifiers): It's OK to have an EH spec on a functionjason
1999-05-10 * init.c (build_offset_ref): Wrap baselinks in OFFSET_REF, too.jason
1999-04-22 * cp-tree.h (lang_decl_flags): Remove returns_first_arg andmmitchel
1999-04-20 * cp-tree.h (build_binary_op): Remove unneeded parameter.mmitchel
1999-04-10 * error.c (dump_type_real): If a typename is a template-id, putmmitchel
1999-04-08 * error.c (dump_expr): Don't crash on INDIRECT_REFs whose operandsmmitchel
1999-04-021999-04-02 Mark Mitchell <mark@codesourcery.com>mmitchel
1999-03-26Warning fixes:ghazi
1999-03-23 * cp-tree.h (TYPE_PTRMEMFUNC_P): Use TYPE_PTRMEMFUNC_FLAG.mmitchel
1999-03-13 * error.c (cp_printers): Add 'F' escape character.jason
1999-01-21 * cp-tree.h (PARM_DECL_EXPR): Delete.mmitchel
1999-01-20 * error.c (dump_function_decl): Don't print the argument types formmitchel
1998-12-18 * error.c (interesting_scope_p): New fn.jason
1998-12-07 * decl.c (build_typename_type): Set DECL_ARTIFICIAL.jason
1998-12-04 * pt.c (check_template_shadow): New fn.jason
1998-11-17 * cp-tree.h (TYPE_ALIAS_SET): Document language-dependent uses.mmitchel
1998-10-28 * call.c (add_function_candidate): Treat conversion functionsjason
1998-10-26 * error.c (dump_decl): Deal with TEMPLATE_DECLs that aremmitchel
1998-10-26 * cp-tree.def (TYPEOF_TYPE): New code.jason
1998-10-23 * cplus-dem.c (work_stuff): Replace const_type and volatile_typemmitchel
1998-10-19 Revamp references to member functions.jason
1998-10-06 * cp-tree.def (PTRMEM_CST): New tree node.mmitchel
1998-10-03 * class.c (current_class_ptr, current_class_ref): Clarifymmitchel
1998-09-09 * error.c (dump_type_real): Handle NAMESPACE_DECL.jason
1998-09-08 * cp-tree.h (anonymous_namespace_name): Declare.mmitchel
1998-08-30 * error.c (dump_decl): Use CP_DECL_CONTEXT, not DECL_CONTEXT, whenmmitchel
1998-07-28 * cp-tree.h (TI_USES_TEMPLATE_PARMS): Remove.mmitchel
1998-07-19 * error.c (dump_type_real): Don't crash when presented withmmitchel
1998-06-161998-06-16 Andrew MacLeod <amacleod@cygnus.com>amacleod
1998-06-101998-06-10 John Carr <jfc@mit.edu>jfc
1998-06-05 * cp-tree.h (DECL_NAMESPACE_ALIAS, ORIGINAL_NAMESPACE): Declare.jason
1998-06-04 * error.c (dump_expr): Clean up NEW_EXPR case.jason
1998-05-26bothner
1998-05-24 * decl.c (push_namespace): Namespaces have type void.jason
1998-05-20 * decl.c (grokfndecl): Handle definition of specialization injason
1998-05-19 * class.c (is_empty_class): Return 0 if TYPE is an error_mark_node.brendan
1998-05-13Warning patches:ghazi
1998-05-12 * error.c (dump_simple_decl): Use DECL_CLASS_SCOPE_P and/orjason
1998-05-12 * error.c (dump_simple_decl): New function, broken out from ...mmitchel
1998-05-08massive namespace patchjason
1998-05-06 * error.c: Convert to using ctype macros defined in system.h.ghazi
1998-05-06Wed May 6 06:36:41 1998 Robert Lipe <robertl@dgii.com>robertl
1998-04-23 * error.c (dump_type_real): Declare canonical_name.jason
1998-04-17Fri Apr 17 21:25:00 1998 Mark Mitchell <mmitchell@usa.net>mmitchel
1998-03-31 * call.c: Include system.h. Remove includes, declarations andlaw
1998-03-27 * error.c (dump_decl): Be a bit more explicit with templatemmitchel
1998-03-24 * cplus-dem.c (optable): Add sizeof.mmitchel
1998-02-25Partial implementation of namespaces.jason
1998-02-23Support for friend templates.jason
1998-02-22 * error.c: Include sys/types.h.law