summaryrefslogtreecommitdiff
path: root/gcc/cp/class.c
Commit message (Expand)AuthorAgeFilesLines
* * cp-tree.h (dfs_walk, dfs_walk_real, dfs_unmark, markedp,nathan2004-10-081-76/+45
* * cp-tree.h (ICS_USER_FLAG): Remove comment about obsolete flag.mmitchel2004-10-071-14/+2
* Convert diagnostics to use quoting flag q 2/ngdr2004-10-041-72/+75
* PR middle-end/17525jason2004-09-291-0/+1
* * class.c (VTT_TOP_LEVEL_P, VTT_MARKED_BINFO_P): Remove.nathan2004-09-281-98/+67
* * class.c (struct count_depth_data): Remove.nathan2004-09-271-36/+5
* * cp-tree.h (struct lang_type_header): Removenathan2004-09-211-23/+8
* * call.c, semantics.c: Follow spelling conventions.kazu2004-09-181-1/+1
* 2004-09-17 Jeffrey D. Oldham <oldham@codesourcery.com>zack2004-09-171-2/+2
* * class.c (copy_virtuals): Remove.nathan2004-09-161-19/+5
* * cp-tree.h (struct lang_type_class): Make pure_virtuals anathan2004-09-161-10/+9
* * cp-tree.h (struct lang_decl_flags): Removenathan2004-09-151-3/+3
* PR c++/17386rth2004-09-101-24/+33
* * class.c, cp-tree.h, decl.c, decl2.c, mangle.c,kazu2004-09-101-3/+3
* * target-def.h (TARGET_CXX): Add TARGET_CXX_EXPORT_CLASS_DATA.mmitchel2004-09-011-0/+1
* * hooks.c (hook_bool_void_true): New function.mmitchel2004-08-311-8/+24
* * cp-tree.h (initialize_artificial_var): Declare.mmitchel2004-08-301-14/+3
* * class.c (build_base_path): Use build_address directly.rth2004-08-301-1/+1
* * fold-const.c (tree_expr_nonzero_p): Use get_base_address beforerth2004-08-301-2/+10
* * call.c (check_dtor_name): Replace abort with gcc_assert ornathan2004-08-301-21/+13
* * tree.h (BINFO_PRIMARY_BASE_OF): Remove.nathan2004-08-301-171/+129
* * call.c (validate_conversion_obstack): Replacenathan2004-08-271-58/+43
* * tree.h (size_int_type): Remove.nathan2004-08-271-2/+1
* * cp-tree.h (DECL_FIELD_IS_BASE): New.rth2004-08-261-3/+7
* * tree.h (build_int_cst): New, sign extended constant.nathan2004-08-251-3/+3
* * flags.h (enum debug_info_type): Remove DWARF_DEBUG.zack2004-08-251-1/+1
* * stor-layout.c (initialize_sizetypes): Set SIZETYPE earlier,nathan2004-08-201-1/+2
* * cp-tree.h (build_shared_int_cst): Remove.nathan2004-08-191-1/+1
* * call.c (build_vfield_ref, build_call, build_conditional_expr,sayle2004-08-161-20/+20
* .:nathan2004-08-151-1/+1
* Fix typommitchel2004-08-121-2/+3
* PR c++/16273mmitchel2004-08-121-58/+100
* 2004-08-06 Paolo Bonzini <bonzini@gnu.org>bonzini2004-08-061-3/+0
* 2004-08-04 Geoffrey Keating <geoffk@apple.com>geoffk2004-08-051-1/+1
* * class.c (build_vtable): Do not set DECL_VISIBILITY here.mmitchel2004-08-041-46/+1
* * c-common.h (lang_post_pch_load): New variable.mmitchel2004-07-291-2/+53
* * cp-tree.h (struct tree_pair_s): New.nathan2004-07-281-11/+17
* PR c++/9283giovannibajo2004-07-251-1/+40
* * cp-tree.h (TYPE_SET_PTRMEMFUNC_TYPE): Use GGC_CNEW.gdr2004-07-251-2/+3
* PR c++/16623mmitchel2004-07-201-1/+5
* * cp-tree.h (struct lang_type_class): Remove vfields field.nathan2004-07-201-45/+7
* .:nathan2004-07-201-75/+48
* Revert patch for PR c++/16623.mmitchel2004-07-201-5/+1
* PR c++/16623mmitchel2004-07-191-1/+5
* .:nathan2004-07-191-53/+53
* * class.c (finish_struct_methods): Remove unncessary code.mmitchel2004-07-171-21/+9
* * class.c (finish_struct_bits): Use for loop.nathan2004-07-161-29/+17
* * vec.h (VEC_address): New function.mmitchel2004-07-161-176/+113
* * class.c(finish_struct_bits): Don't set TYPE_HAS_CONVERSION here.nathan2004-07-151-29/+14
* * class.c (check_bases): Don't set CLASSTYPE_NON_AGGREGATE here.nathan2004-07-151-26/+13