aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/init.c
AgeCommit message (Expand)AuthorFilesLines
2000-10-18c-common.h (flag_no_builtin): Declare.Mark Mitchell1-2/+2
2000-10-06init.c (build_java_class_ref): Use `build_static_name' with a suffix...Tom Tromey1-5/+5
2000-09-17splay-tree.c (splay_tree_predecessor): Fix typo in comment.Mark Mitchell1-1/+1
2000-09-13* init.c (begin_init_stmts): Don't use // comments.J. David Anglin1-2/+4
2000-09-07Move statement-tree facilities from C++ to C front-end.Mark Mitchell1-6/+6
2000-09-06init.c (build_offset_ref): Deal with namespace scoped TEMPLATE_ID_EXPRs.Nathan Sidwell1-15/+24
2000-09-04cp-tree.def (BOUND_TEMPLATE_TEMPLATE_PARM): New tree code.Kriang Lerdsuwanakij1-2/+2
2000-09-04* init.c (resolve_offset_ref): Deal with TEMPLATE_ID_EXPR.Nathan Sidwell1-2/+2
2000-08-18cp-tree.h (PTRMEM_OK_P): New macro.Nathan Sidwell1-18/+24
2000-08-10init.c (build_aggr_init): Reject bogus array initializers early.Nathan Sidwell1-8/+9
2000-07-10init.c (build_new_1): Bail early if the call to new fails.Jason Merrill1-0/+3
2000-07-04repo.c (repo_get_id): Handle the case where a class with virtual bases has a ...Jason Merrill1-1/+6
2000-07-02c-common.h (genrtl_begin_compound_stmt): Remove declaration.Benjamin Chelf1-4/+2
2000-07-01Makefile.in (C_AND_OBJC_OBJS): Added c-semantics.o.Ben Chelf1-8/+8
2000-07-01init.c (init_init_processing): Go back to aligning like double_type_node for ...Jason Merrill1-18/+14
2000-06-30cp-tree.h (struct language_function): Remove temp_name_counter.Mark Mitchell1-0/+2
2000-06-30c-common.c: Include c-common.h, not c-lex.h or c-tree.h.Mark Mitchell1-17/+18
2000-06-26cp-tree.h (genrtl_begin_stmt_expr): Rename to ...Mark Mitchell1-2/+2
2000-06-20call.c (build_conditional_expr): Use VOID_TYPE_P.Nathan Sidwell1-1/+1
2000-06-19c-common.h (IF_COND): Added documentation.Ben Chelf1-7/+27
2000-06-16cp-tree.h (struct language_function): Remove x_base_init_list and x_member_in...Mark Mitchell1-67/+59
2000-06-15tree.c (count_trees): New debugging function.Jason Merrill1-0/+3
2000-06-14tree.h (TYPE_USER_ALIGN, [...]): Define.Jakub Jelinek1-0/+1
2000-06-09revert mangling patchJason Merrill1-1/+4
2000-06-08invoke.texi: Remove documentation for -fsquangle and -fname-mangling-version.Mark Mitchell1-4/+1
2000-06-01init.c (resolve_offset_ref): Remove check for TREE_ADDRESSABLE on FIELD_DECLs.Mark Mitchell1-7/+3
2000-05-28cp-tree.h (ansi_opname): Make it a macro.Alex Samuel1-1/+1
2000-05-25Finish implementation of VTTs.Mark Mitchell1-15/+66
2000-05-24cp-tree.h (build_delete): Change prototype.Mark Mitchell1-85/+54
2000-05-24init.c (sort_member_init): Fix typo in error message generation code.Mark Mitchell1-1/+2
2000-05-24cp-tree.h (lang_decl_flags): Rename mutable_flag to uninlinable and bitfield ...Mark Mitchell1-1/+1
2000-05-21cp-tree.h (struct lang_type): Remove search_slot.Mark Mitchell1-15/+12
2000-05-19Don't create a separate copy of virtual bases for the CLASSTYPE_VBASECLASSES ...Mark Mitchell1-8/+11
2000-05-17decl2.c (finish_anon_union): Generalize error messages to handle anonymous st...Mark Mitchell1-112/+186
2000-04-26cp-tree.h (TREE_READONLY_DECL_P): Use DECL_P.Mark Mitchell1-2/+4
2000-04-12Fix typoMark Mitchell1-24/+7
2000-04-12Fix typoMark Mitchell1-1/+1
2000-04-12cp-tree.h (IDENTIFIER_CTOR_OR_DTOR_P): New macro.Mark Mitchell1-44/+73
2000-04-11cp-tree.h (lang_decl_flags): Rename constructor_for_vbase_attr to has_in_char...Mark Mitchell1-1/+2
2000-04-09cp-tree.h (cp_tree_index): Add CPTI_COMPLETE_CTOR_IDENTIFIER.Mark Mitchell1-17/+8
2000-04-09Under the new ABI, constructors don't return `this'.Mark Mitchell1-105/+44
2000-04-09cp-tree.h (cp_tree_index): Add CPTI_BASE_CTOR_IDENTIFIER...Mark Mitchell1-8/+1
2000-04-04Correct many new ABI issues regarding vbase and vcall offset layout.Mark Mitchell1-19/+11
2000-03-21tree.h (COMPLETE_TYPE_P): New macro.Nathan Sidwell1-1/+1
2000-03-20init.c (build_offset_ref): Handle the case of a templated member function.Theodore Papadopoulo1-3/+15
2000-03-19cp-tree.h (CLEAR_DECL_C_BIT_FIELD): New macro.Mark Mitchell1-5/+7
2000-03-17* Clean up usages of TREE_INT_CST_LOW.Richard Kenner1-2/+2
2000-03-10decl.c (push_overloaded_decl_1, [...]): Lose.Jason Merrill1-2/+1
2000-03-07tree.h (INT_CST_LT, [...]): Remove unneeded casts.Richard Kenner1-2/+3
2000-03-03* tree.h (TYPE_ALIGN_UNIT): New macro.Mark Mitchell1-62/+164