summaryrefslogtreecommitdiff
path: root/gcc/cp/error.c
Commit message (Expand)AuthorAgeFilesLines
* call.c (implicit_conversion): Robustify.Mark Mitchell1999-09-131-0/+1
* cp-tree.h (fndecl_as_string, [...]): Constify a char*.Kaveh R. Ghazi1999-08-291-15/+15
* call.c (build_conditional_expr): Fix typo.Jason Merrill1999-08-241-1/+7
* cp-tree.def (PSEUDO_DTOR_EXPR): New tree code.Mark Mitchell1999-08-191-0/+8
* cp-tree.def (STMT_EXPR): New tree node.Mark Mitchell1999-08-161-0/+6
* extend.texi (C++ Signatures): Remove node.Mark Mitchell1999-08-111-23/+3
* class.c (count_fields, [...]): Add static prototype.Kaveh R. Ghazi1999-08-071-13/+13
* error.c (dump_expr): Handle EXACT_DIV_EXPR.Mark Mitchell1999-08-061-1/+5
* cp-tree.h (BINFO_VIRTUALS): Document new format.Mark Mitchell1999-07-271-2/+2
* call.c (NEED_TEMPORARY_P): New macro.Mark Mitchell1999-07-231-1/+16
* error.c (dump_type_real): Handle TREE_LIST again.Jason Merrill1999-06-271-0/+5
* decl.c (expand_static_init): When building an anonymous function for use with...Mark Mitchell1999-06-191-0/+18
* init.c (build_offset_ref): Wrap baselinks in OFFSET_REF, too.Jason Merrill1999-05-101-3/+6
* cp-tree.h (lang_decl_flags): Remove returns_first_arg and preserves_first_arg.Mark Mitchell1999-04-221-4/+10
* cp-tree.h (build_binary_op): Remove unneeded parameter.Mark Mitchell1999-04-201-1/+1
* error.c (dump_type_real): If a typename is a template-id, put out the templat...Mark Mitchell1999-04-101-1/+5
* error.c (dump_expr): Don't crash on INDIRECT_REFs whose operands don't have t...Mark Mitchell1999-04-081-0/+1
* tinfo.h (__class_type_info): Fix illegal declaration.Mark Mitchell1999-04-021-0/+8
* Warning fixes:Kaveh R. Ghazi1999-03-261-0/+1
* cp-tree.h (TYPE_PTRMEMFUNC_P): Use TYPE_PTRMEMFUNC_FLAG.Mark Mitchell1999-03-231-2/+11
* error.c (cp_printers): Add 'F' escape character.Nathan Sidwell1999-03-121-47/+96
* cp-tree.h (PARM_DECL_EXPR): Delete.Mark Mitchell1999-01-211-1/+0
* error.c (dump_function_decl): Don't print the argument types for a function w...Mark Mitchell1999-01-201-6/+11
* error.c (interesting_scope_p): New fn.Jason Merrill1998-12-181-4/+26
* decl.c (build_typename_type): Set DECL_ARTIFICIAL.Jason Merrill1998-12-071-4/+9
* pt.c (check_template_shadow): New fn.Jason Merrill1998-12-041-1/+2
* cp-tree.h (TYPE_ALIAS_SET): Document language-dependent uses.Mark Mitchell1998-11-171-2/+2
* call.c (add_function_candidate): Treat conversion functions as coming from th...Jason Merrill1998-10-271-8/+5
* error.c (dump_decl): Deal with TEMPLATE_DECLs that are VAR_DECLs.Mark Mitchell1998-10-261-1/+9
* cp-tree.def (TYPEOF_TYPE): New code.Jason Merrill1998-10-251-0/+6
* cplus-dem.c (work_stuff): Replace const_type and volatile_type with type_quals.Mark Mitchell1998-10-231-48/+53
* Revamp references to member functions.Jason Merrill1998-10-191-2/+1
* cp-tree.def (PTRMEM_CST): New tree node.Mark Mitchell1998-10-061-4/+15
* class.c (current_class_ptr, [...]): Clarify documentation.Mark Mitchell1998-10-031-1/+0
* error.c (dump_type_real): Handle NAMESPACE_DECL.Jason Merrill1998-09-081-0/+1
* cp-tree.h (anonymous_namespace_name): Declare.Mark Mitchell1998-09-081-1/+4
* error.c (dump_decl): Use CP_DECL_CONTEXT, not DECL_CONTEXT, when comparing wi...Mark Mitchell1998-08-301-2/+2
* cp-tree.h (TI_USES_TEMPLATE_PARMS): Remove.Mark Mitchell1998-07-281-70/+54
* error.c (dump_type_real): Don't crash when presented with intQI_type_node or ...Mark Mitchell1998-07-191-2/+12
* decl.c (grokvardecl): Don't build external assembler names for TYPENAMEs in o...Andrew MacLeod1998-06-161-2/+2
* tree.c (debug_binfo): Make printf format match arguments.John Carr1998-06-101-1/+1
* cp-tree.h (DECL_NAMESPACE_ALIAS, [...]): Declare.Martin v. Löwis1998-06-041-11/+17
* error.c (dump_expr): Clean up NEW_EXPR case.Jason Merrill1998-06-031-0/+27
* language_as_string: Handle lang_java.Per Bothner1998-05-261-0/+3
* decl.c (push_namespace): Namespaces have type void.Jason Merrill1998-05-241-0/+1
* decl.c (grokfndecl): Handle definition of specialization in friend declaration.Jason Merrill1998-05-201-1/+1
* class.c (is_empty_class): Return 0 if TYPE is an error_mark_node.Brendan Kehoe1998-05-191-0/+5
* Warning patches:Kaveh R. Ghazi1998-05-131-7/+8
* error.c (dump_simple_decl): Use DECL_CLASS_SCOPE_P and/or DECL_NAMESPACE_SCOP...Jason Merrill1998-05-121-5/+2
* error.c (dump_simple_decl): New function, broken out from ...Mark Mitchell1998-05-121-22/+32