aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-tree.h
AgeCommit message (Expand)AuthorFilesLines
2004-09-21cp-tree.h (struct lang_type_header): Remove uses_multiple_inheritance field.Nathan Sidwell1-23/+5
2004-09-16cp-tree.h (struct lang_type_class): Make pure_virtuals a VEC(tree).Nathan Sidwell1-5/+8
2004-09-15configure.ac: Check for COMDAT support.Mark Mitchell1-0/+1
2004-09-15cp-tree.h (struct lang_decl_flags): Remove needs_final_overrider.Nathan Sidwell1-8/+2
2004-09-10c-common.h (struct c_fileinfo): Comment moved here from cp-tree.h.Zack Weinberg1-7/+0
2004-09-10class.c, [...]: Fix comment typos.Kazu Hirata1-3/+3
2004-09-09cp-tree.h (do_poplevel): New prototype.Ziemowit Laski1-0/+1
2004-09-08vec.c (vec_p_reserve, [...]): Rename to ...Nathan Sidwell1-1/+1
2004-09-01target-def.h (TARGET_CXX): Add TARGET_CXX_EXPORT_CLASS_DATA.Mark Mitchell1-0/+7
2004-08-31hooks.c (hook_bool_void_true): New function.Mark Mitchell1-0/+1
2004-08-31Make-lang.in (CXX_AND_OBJCXX_OBJS): Add cp/cp-objcp-common.o.Ziemowit Laski1-0/+1
2004-08-30cp-tree.h (initialize_artificial_var): Declare.Mark Mitchell1-0/+1
2004-08-30tree.h (BINFO_PRIMARY_BASE_OF): Remove.Nathan Sidwell1-17/+2
2004-08-30c-common.c (c_sizeof_or_alignof_type): Use gcc_assert.Nathan Sidwell1-3/+2
2004-08-27re PR c++/13684 (local static object variable constructed once but ctors and ...Jason Merrill1-1/+2
2004-08-26cp-tree.h (DECL_FIELD_IS_BASE): New.Richard Henderson1-0/+6
2004-08-25cp-tree.h (mangle_type): Remove.Mark Mitchell1-1/+0
2004-08-19langhooks-def.h (LANG_HOOKS_UNSAVE_EXPR_NOW): Remove.Eric Christopher1-24/+23
2004-08-19cp-tree.h (build_shared_int_cst): Remove.Nathan Sidwell1-1/+0
2004-08-17re PR c++/16965 (Confusing mismatch in error messages)Mark Mitchell1-1/+1
2004-08-16re PR c++/6749 (infinite loop with inheritance of abstract classes)Kriang Lerdsuwanakij1-1/+1
2004-08-04target-def.h (TARGET_CXX_CDTOR_RETURNS_THIS): Define.Paul Brook1-4/+6
2004-08-04class.c (build_vtable): Do not set DECL_VISIBILITY here.Mark Mitchell1-1/+2
2004-08-02re PR c++/16338 (ICE when throwing a compound literal)Mark Mitchell1-0/+17
2004-07-29c-common.h (lang_post_pch_load): New variable.Mark Mitchell1-27/+49
2004-07-28cp-tree.h (struct tree_pair_s): New.Nathan Sidwell1-8/+17
2004-07-25re PR c++/9283 (__attribute__((visibility ("hidden"))) not supported for clas...Niall Douglas1-1/+6
2004-07-25decl.c: Rename all identifiers named `class' to `cl'.Bernardo Innocenti1-2/+4
2004-07-25cp-tree.h (TYPE_SET_PTRMEMFUNC_TYPE): Use GGC_CNEW.Gabriel Dos Reis1-2/+2
2004-07-20cp-tree.def (TINST_LEVEL): Make it an 'x' node.Steven Bosscher1-3/+18
2004-07-20re PR c++/16623 (g++ ICE in tsubst_decl:6081)Mark Mitchell1-1/+7
2004-07-20tree.h (binfo_member): Remove.Nathan Sidwell1-1/+0
2004-07-20cp-tree.h (struct lang_type_class): Remove vfields field.Nathan Sidwell1-13/+2
2004-07-20tree.h: Include vec.hNathan Sidwell1-20/+0
2004-07-20c-common.h (check_case_value): Remove prototype.Steven Bosscher1-12/+8
2004-07-20Revert patch for PR c++/16623.Mark Mitchell1-7/+1
2004-07-19re PR c++/16623 (g++ ICE in tsubst_decl:6081)Mark Mitchell1-1/+7
2004-07-18c-common.c (c_common_truthvalue_conversion): Don't warn if TREE_NO_WARNING is...Steven Bosscher1-4/+0
2004-07-17langhooks.h (builtin_function): New langhook.Joseph Myers1-0/+2
2004-07-17class.c (finish_struct_methods): Remove unncessary code.Mark Mitchell1-1/+14
2004-07-17cfgcleanup.c (try_simplify_condjump): Don't remove line notes to avoid unreac...Steven Bosscher1-1/+1
2004-07-16langhooks-def.h (LANG_HOOKS_TREE_INLINING_COPY_RES_DECL_FOR_INLINING, [...]):...Richard Henderson1-2/+0
2004-07-16vec.h (VEC_address): New function.Mark Mitchell1-9/+8
2004-07-15decl.c (xref_basetypes): Refactor.Nathan Sidwell1-1/+2
2004-07-14cp-tree.h (IDENTIFIER_VALUE): Remove.Mark Mitchell1-10/+0
2004-07-13cp-tree.h (lang_identifier): Remove class_value.Mark Mitchell1-11/+0
2004-07-12cp-tree.h (get_aggr_typedef): Remove.Mark Mitchell1-1/+0
2004-07-12cp-tree.h (make_binfo): Remove.Nathan Sidwell1-1/+0
2004-07-12re PR c++/2204 (G++ doesn't check (member) function parameter for abstract-ne...Giovanni Bajo1-0/+1
2004-07-11cp-tree.h (saved_scope): Make old_bindings a vector.Mark Mitchell1-2/+1