Age | Commit message (Expand) | Author | Files | Lines |
1998-05-11 | call.c (add_template_candidate): Adjust for changes to fn_type_unification. | Mark Mitchell | 6 | -207/+565 |
1998-05-11 | lex.c (yyprint): Remove TYPENAME_ELLIPSIS. | Mark Mitchell | 4 | -4795/+4580 |
1998-05-11 | cp-tree.h (finish_unary_op_expr): New function. | Mark Mitchell | 6 | -208/+360 |
1998-05-10 | typeck.c (build_c_cast): Don't decay arrays and functions to pointer type whe... | Mark Mitchell | 2 | -10/+35 |
1998-05-10 | document | Jason Merrill | 1 | -0/+5 |
1998-05-10 | class.c (finish_struct_1): Use OVL_CURRENT on TREE_VEC_ELT. | Jason Merrill | 6 | -4/+39 |
1998-05-09 | class.c (currently_open_class): New fn. | Jason Merrill | 4 | -13/+35 |
1998-05-07 | massive namespace patch | Martin v. Löwis | 36 | -1706/+2839 |
1998-05-07 | call.c (build_user_type_conversion_1): Handle second_conv properly for templa... | Jason Merrill | 2 | -9/+19 |
1998-05-07 | clear TREE_USED f;ag for build_type_variant types as well | Andrew MacLeod | 2 | -2/+13 |
1998-05-06 | * pt.c (tsubst): Don't tsubst the type of an IDENTIFIER_NODE. | Jason Merrill | 2 | -1/+6 |
1998-05-06 | typo typo fixes fixes | Jeff Law | 14 | -24/+24 |
1998-05-06 | toplev.h cleanup... | Jim Wilson | 2 | -22/+37 |
1998-05-06 | errfn.c (cp_error, cp_warning): Remove declarations for error and warning res... | Jeffrey A Law | 2 | -2/+5 |
1998-05-06 | error.c: Convert to using ctype macros defined in system.h. | Kaveh R. Ghazi | 5 | -33/+24 |
1998-05-06 | call.c, [...]: Add include of toplev.h. | Robert Lipe | 6 | -0/+7 |
1998-05-06 | Correct ChangeLog entry for my last cp/ChangeLog fix. | Robert Lipe | 1 | -6/+4 |
1998-05-06 | call.c, [...]: Add include of toplev.h. | Robert Lipe | 16 | -0/+17 |
1998-05-06 | call.c, [...]: Add include of toplev.h. | Robert Lipe | 1 | -0/+9 |
1998-05-05 | tree.c (perm_manip): Also regenerate the RTL of an extern. | Jason Merrill | 2 | -11/+18 |
1998-05-05 | init.c (expand_vec_init): The initialization of each array element is a full-... | Jason Merrill | 2 | -0/+12 |
1998-05-05 | * Check in merge from gcc2. See ChangeLog.12 for details. | Jeff Law | 3 | -3/+7 |
1998-05-05 | Call build_type_variant in method.c | Andrew MacLeod | 2 | -0/+6 |
1998-05-04 | tree.def: Add NAMESPACE_DECL. | Jason Merrill | 3 | -3/+10 |
1998-05-02 | call.c (build_over_call): Do evaluate arg even if it has empty class type. | Jason Merrill | 3 | -5/+15 |
1998-04-30 | Fix build failure when POSIXLY_CORRECT set, reported by B. James Phillippe. | Jim Wilson | 2 | -1/+5 |
1998-04-30 | Update gxxint.texi to include squangling info | Andrew MacLeod | 2 | -2/+73 |
1998-04-28 | semantics.c (begin_stmt_expr): Avoid duplicating the effect of the expression... | Mark Mitchell | 2 | -3/+21 |
1998-04-28 | * decl2.c (ambiguous_decl): Fix NAME parm to be a tree, not int. | Brendan Kehoe | 2 | -3/+6 |
1998-04-27 | decl.c (maybe_push_to_top_level): Always clear current_template_parms and pro... | Mark Mitchell | 2 | -29/+21 |
1998-04-26 | cp-tree.h (CLASSTYPE_IS_TEMPLATE): New macro. | Mark Mitchell | 9 | -409/+618 |
1998-04-26 | pt.c (mabybe_get_template_decl_from_type_decl): New function. | Mark Mitchell | 2 | -3/+26 |
1998-04-26 | pt.c (check_explicit_specialization): Handle overloaded constructors correctly. | Mark Mitchell | 2 | -5/+8 |
1998-04-23 | cp-tree.def: Add WRAPPER. | Jason Merrill | 6 | -75/+174 |
1998-04-23 | * pt.c (unify): Fix typo in previous change. | Mark Mitchell | 2 | -2/+6 |
1998-04-23 | * error.c (dump_type_real): Declare canonical_name. | Jason Merrill | 2 | -0/+3 |
1998-04-23 | * typeck.c (comp_target_types): Fix PMFs. | Jason Merrill | 2 | -4/+44 |
1998-04-22 | Add prototype | Mark Mitchell | 1 | -1/+2 |
1998-04-22 | pt.c (tsubst): Decrease the template-level of TEMPLATE_TEMPLATE_PARMS. | Mark Mitchell | 2 | -89/+142 |
1998-04-22 | class.c (finish_struct): Set TREE_PRIVATE and TREE_PROTECTED for the DECL_RES... | Mark Mitchell | 2 | -0/+12 |
1998-04-21 | * decl2.c (grokfield): Remangle the name of a member TYPE_DECL. | Mark Mitchell | 2 | -0/+8 |
1998-04-21 | decl2.c (check_member_template): Set DECL_IGNORED for member class templates,... | Mark Mitchell | 2 | -12/+7 |
1998-04-21 | * errfn.c (cp_thing): Use xrealloc, not xmalloc, to copy memory. | Mark Mitchell | 2 | -1/+5 |
1998-04-21 | decl.c (duplicate_decls): Only check DECL_FRIEND_P if function. | Benjamin Kosnik | 1 | -0/+4 |
1998-04-21 | decl.c (duplicate_decls): Only check DECL_FRIEND_P if function. | Benjamin Kosnik | 1 | -1/+1 |
1998-04-21 | * typeck.c (convert_for_assignment): Fix handling of pmfs. | Jason Merrill | 1 | -0/+1 |
1998-04-21 | (convert_for_assignment): Fix handling of pmfs. | Jason Merrill | 1 | -3/+5 |
1998-04-21 | cp-tree.h (intTI_type_node, [...]): Declare. | Jeffrey A Law | 4 | -0/+18 |
1998-04-18 | Patches to give useful error when no files specified. | Jim Wilson | 2 | -4/+21 |
1998-04-17 | cp-tree.h (type_as_string_real): New function. | Mark Mitchell | 4 | -53/+78 |