aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/typeck2.c
AgeCommit message (Expand)AuthorFilesLines
2001-05-02call.c: NULL_PTR -> NULL.Kaveh R. Ghazi1-1/+1
2001-04-24Lazy __FUNCTION__ generation.Nathan Sidwell1-0/+5
2001-02-16* typeck2.c (build_m_component_ref): Robustify.Mark Mitchell1-7/+8
2001-02-12typeck2.c (process_init_constructor): Check TREE_HAS_CONSTRUCTOR before issui...Nathan Sidwell1-4/+11
2001-02-08search.c (shared_member_p): New function.Jason Merrill1-4/+8
2001-01-16cvt.c (ocp_convert): Handle vector type conversionDaniel Berlin1-1/+1
2001-01-03Implement exceptions specifiers for implicit member functions.Nathan Sidwell1-0/+36
2001-01-02init.c (build_default_init): New fn.Jason Merrill1-1/+2
2000-12-21pt.c (tsubst_decl): A FUNCTION_DECL has DECL_RESULT, not DECL_TEMPLATE_RESULT.Jason Merrill1-9/+4
2000-12-15call.c (build_op_delete_call): See through ARRAY_TYPEs.Jason Merrill1-9/+26
2000-11-17typeck2.c (incomplete_type_error): Reorganise to avoid excessive diagnostics.Nathan Sidwell1-6/+11
2000-11-15diagnostic.c (finish_abort): New fn.Jason Merrill1-0/+3
2000-10-20* Use "because" instead of since in error messages.David Edelsohn1-1/+1
2000-10-13Remove obstacks.Mark Mitchell1-1/+1
2000-08-18cp-tree.h (enum_name_string): Remove prototype.Nathan Sidwell1-132/+0
2000-07-21cp-tree.h: Use __FUNCTION__ not __PRETTY_FUNCTION__.Zack Weinberg1-92/+12
2000-07-10cp-tree.h (char_type_p): New function.Mark Mitchell1-5/+1
2000-06-20call.c (build_conditional_expr): Use VOID_TYPE_P.Nathan Sidwell1-1/+1
2000-05-01cp-tree.h (same_type_ignoring_top_level_qualifiers_p): New macro.Mark Mitchell1-2/+2
2000-04-09cp-tree.h (cp_tree_index): Add CPTI_COMPLETE_CTOR_IDENTIFIER.Mark Mitchell1-1/+1
2000-03-21tree.h (COMPLETE_TYPE_P): New macro.Nathan Sidwell1-7/+4
2000-03-08typeck2.c (process_init_constructor): Set TREE_PURPOSE of array CONSTRUCTOR e...Jason Merrill1-4/+4
2000-03-07tree.h (INT_CST_LT, [...]): Remove unneeded casts.Richard Kenner1-6/+6
2000-02-27Implement class scope using-declarations for functions.Jason Merrill1-36/+12
2000-02-26Fix copyrightsJeff Law1-1/+2
2000-02-18gcc.texi (Bug Reporting): Refer to bugs.html.Martin v. Löwis1-2/+2
2000-02-16Make DECL_CONTEXT mean the class in which a member function was declared, eve...Mark Mitchell1-1/+1
2000-02-07tweak wordingJason Merrill1-1/+1
2000-01-26call.c: PROTO -> PARAMS.Kaveh R. Ghazi1-5/+5
2000-01-20typeck.c (build_unary_op): Use cp_pedwarn, not pedwarn.Gabriel Dos Reis1-2/+2
2000-01-19decl2.c (lang_decode_option): Set default line-wrap length to 72.Gabriel Dos Reis1-8/+8
1999-12-29cp-tree.h (lang_type): Replace abstract_virtuals with pure_virtuals.Mark Mitchell1-2/+2
1999-12-21cp-tree.h (TYPE_VIRTUAL_P): Rename to ...Mark Mitchell1-1/+1
1999-11-05Makefile.in (typeck2.o): Depend on output.h.Mark Mitchell1-0/+1
1999-10-14gcc toplevel:J"orn Rennecke1-1/+3
1999-09-15rtl.h (get_insn_name, [...]): Add prototypes.Kaveh R. Ghazi1-1/+0
1999-09-10cp-tree.h (finish_function): Adjust prototype.Mark Mitchell1-0/+4
1999-08-25cp-tree.def (SUBOBJECT): New tree node.Mark Mitchell1-1/+1
1999-08-11extend.texi (C++ Signatures): Remove node.Mark Mitchell1-65/+3
1999-08-09More mail address and web address updates.Jeff Law1-1/+1
1999-08-06* typeck2.c (add_exception_specifier): Use complete_type.Jason Merrill1-1/+1
1999-08-05* typeck2.c: Update URLs and mail addresses.Jeffrey A Law1-1/+1
1999-08-04cp-tree.h (empty_except_spec): New global var.Nathan Sidwell1-0/+53
1999-08-03lex.c (errorcount, sorrycount): Don't declare.Mark Mitchell1-3/+0
1999-07-30typeck2.c (initializer_constant_valid_p): Moved to c-common.c.Richard Henderson1-140/+0
1999-07-26cp-tree.h (CP_INTEGRAL_TYPE_P): New macro.Mark Mitchell1-10/+15
1999-07-17typeck2.c (my_friendly_abort): Updated URL with bug reporting instructions to...Alexandre Oliva1-4/+4
1999-05-20cp-tree.h (make_ptrmem_cst): New function.Mark Mitchell1-0/+1
1999-05-18call.c (find_scoped_type, [...]): Lose.Jason Merrill1-1/+1
1999-03-26Warning fixes:Kaveh R. Ghazi1-9/+19