Age | Commit message (Expand) | Author | Files | Lines |
2004-10-11 | cp-tree.h (get_dynamic_cast_base_type): Rename to ... | Nathan Sidwell | 1 | -98/+167 |
2004-10-11 | cp-tree.h (SAME_BINFO_TYPE_P): New. | Nathan Sidwell | 1 | -8/+9 |
2004-10-10 | Convert diagnostics to use quoting flag q 7/n | Gabriel Dos Reis | 1 | -10/+10 |
2004-10-08 | * pt.c, search.c: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2004-10-08 | cp-tree.h (dfs_walk, [...]): Remove. | Nathan Sidwell | 1 | -174/+214 |
2004-10-07 | cp-tree.h (ICS_USER_FLAG): Remove comment about obsolete flag. | Mark Mitchell | 1 | -0/+16 |
2004-09-27 | re PR c++/17585 (usage of unqualified name of static member from within class... | Mark Mitchell | 1 | -2/+1 |
2004-09-27 | class.c (struct count_depth_data): Remove. | Nathan Sidwell | 1 | -61/+0 |
2004-09-24 | re PR c++/16889 (ambiguity is not detected) | Nathan Sidwell | 1 | -101/+15 |
2004-09-16 | * search.c: Follow spelling conventions. | Kazu Hirata | 1 | -6/+6 |
2004-09-16 | cp-tree.h (struct lang_type_class): Make pure_virtuals a VEC(tree). | Nathan Sidwell | 1 | -7/+3 |
2004-09-15 | * search.c (get_pure_virtuals): Remove unused variables. | Nathan Sidwell | 1 | -4/+0 |
2004-09-15 | cp-tree.h (struct lang_decl_flags): Remove needs_final_overrider. | Nathan Sidwell | 1 | -14/+0 |
2004-09-10 | class.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2004-08-30 | name-lookup.c (pop_binding, [...]): Replace abort with gcc_assert or gcc_unre... | Nathan Sidwell | 1 | -1/+1 |
2004-08-27 | call.c (validate_conversion_obstack): Replace my_friendly_assert with gcc_ass... | Nathan Sidwell | 1 | -16/+15 |
2004-08-27 | tree.h (size_int_type): Remove. | Nathan Sidwell | 1 | -1/+1 |
2004-08-25 | tree.h (build_int_cst): New, sign extended constant. | Nathan Sidwell | 1 | -1/+1 |
2004-08-25 | flags.h (enum debug_info_type): Remove DWARF_DEBUG. | Zack Weinberg | 1 | -9/+1 |
2004-08-24 | re PR c++/16889 (ambiguity is not detected) | Nathan Sidwell | 1 | -3/+25 |
2004-08-24 | re PR c++/16706 (ICE in finish_member_declaration, at cp/semantics.c:2126) | Kriang Lerdsuwanakij | 1 | -2/+18 |
2004-08-24 | re PR c++/17163 (ICE with -frepo and static class variables) | Mark Mitchell | 1 | -1/+1 |
2004-08-15 | tree.h (build_int_cst): New. | Nathan Sidwell | 1 | -2/+1 |
2004-07-26 | tree.h (BINFO_BASE_ACCESSES): Accesses are a VEC(tree). | Nathan Sidwell | 1 | -4/+5 |
2004-07-23 | cp: * search.c (lookup_conversion_operator): Avoid two loops. | Nathan Sidwell | 1 | -83/+317 |
2004-07-20 | re PR c++/16623 (g++ ICE in tsubst_decl:6081) | Mark Mitchell | 1 | -2/+1 |
2004-07-20 | tree.h: Include vec.h | Nathan Sidwell | 1 | -97/+40 |
2004-07-19 | vec.h: Propagate location information properly. | Nathan Sidwell | 1 | -12/+12 |
2004-07-17 | class.c (finish_struct_methods): Remove unncessary code. | Mark Mitchell | 1 | -19/+23 |
2004-07-16 | vec.h (VEC_address): New function. | Mark Mitchell | 1 | -42/+58 |
2004-07-14 | cp-tree.h (IDENTIFIER_VALUE): Remove. | Mark Mitchell | 1 | -212/+17 |
2004-07-13 | cp-tree.h (lang_identifier): Remove class_value. | Mark Mitchell | 1 | -85/+26 |
2004-07-12 | call.c (build_user_type_conversion_1, [...]): Pass type directly to lookup_fn... | Nathan Sidwell | 1 | -13/+27 |
2004-07-11 | cp-tree.h (saved_scope): Make old_bindings a vector. | Mark Mitchell | 1 | -40/+0 |
2004-07-07 | tree.h (TYPE_BINFO_OFFSET, [...]): Remove. | Nathan Sidwell | 1 | -27/+27 |
2004-07-06 | tree.h (TREE_VIA_VIRTUAL): Rename to ... | Nathan Sidwell | 1 | -6/+6 |
2004-07-05 | c-tree.h (TYPE_ACTUAL_ARG_TYPES): Use TYPE_LANG_SLOT_1. | Nathan Sidwell | 1 | -1/+1 |
2004-06-28 | Use vector API for vbase list. | Nathan Sidwell | 1 | -17/+24 |
2004-06-15 | re PR c++/15967 (ICE on ambiguous operator new in class hierarchy) | Giovanni Bajo | 1 | -4/+6 |
2004-03-19 | cxx-pretty-print.c (pp_cxx_unqualified_id): Use TEMPLATE_TYPE_PARM_INDEX inst... | Richard Kenner | 1 | -1/+3 |
2004-03-19 | semantics.c (finish_pseudo_destructor_expr): Allow differing cv-qualification... | Mark Mitchell | 1 | -2/+7 |
2004-03-18 | tree.h (TREE_CHECK2, [...]): New macros. | Richard Kenner | 1 | -1/+10 |
2004-03-09 | re PR c++/14401 (Uninitialized reference error not reported.) | Mark Mitchell | 1 | -12/+8 |
2004-02-14 | re PR c++/14122 (problem with non-type tmplt parm in member template) | Mark Mitchell | 1 | -1/+7 |
2004-02-04 | alloc-pool.h, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2004-01-31 | class.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2003-12-19 | cvt.c: Remove uses of "register" specifier in declarations of arguments and l... | Kazu Hirata | 1 | -2/+2 |
2003-12-04 | re PR c++/9127 (Confusing diagnostic on specialization not introduced by "tem... | Mark Mitchell | 1 | -0/+10 |
2003-10-21 | ChangeLog: Fix typos. | Kazu Hirata | 1 | -1/+1 |
2003-09-28 | c-decl.c (finish_function): Convert definition to ISO C90. | Andreas Jaeger | 1 | -7/+7 |