Age | Commit message (Expand) | Author | Files | Lines |
1998-05-19 | Warning fixes: | Kaveh R. Ghazi | 1 | -0/+3 |
1998-05-14 | typeck.c (original_type): New function. | Brendan Kehoe | 1 | -0/+1 |
1998-05-13 | Warning patches: | Kaveh R. Ghazi | 1 | -0/+1 |
1998-05-12 | error.c (dump_simple_decl): Use DECL_CLASS_SCOPE_P and/or DECL_NAMESPACE_SCOP... | Jason Merrill | 1 | -2/+2 |
1998-05-12 | cp-tree.h (CANONICAL_TYPE_VARIANT): New macro. | Mark Mitchell | 1 | -0/+8 |
1998-05-11 | call.c (add_template_candidate): Adjust for changes to fn_type_unification. | Mark Mitchell | 1 | -2/+12 |
1998-05-11 | cp-tree.h (finish_unary_op_expr): New function. | Mark Mitchell | 1 | -0/+11 |
1998-05-10 | class.c (finish_struct_1): Use OVL_CURRENT on TREE_VEC_ELT. | Jason Merrill | 1 | -0/+10 |
1998-05-07 | massive namespace patch | Martin v. Löwis | 1 | -33/+69 |
1998-05-06 | typo typo fixes fixes | Jeff Law | 1 | -2/+2 |
1998-04-26 | cp-tree.h (CLASSTYPE_IS_TEMPLATE): New macro. | Mark Mitchell | 1 | -4/+28 |
1998-04-23 | cp-tree.def: Add WRAPPER. | Jason Merrill | 1 | -0/+15 |
1998-04-21 | cp-tree.h (intTI_type_node, [...]): Declare. | Jeffrey A Law | 1 | -0/+1 |
1998-04-17 | cp-tree.h (type_as_string_real): New function. | Mark Mitchell | 1 | -0/+1 |
1998-04-09 | cp-tree.h (start_decl): Update prototype. | Benjamin Kosnik | 1 | -3/+4 |
1998-04-08 | lex.c (finput): New variable. | Dave Brolley | 1 | -2/+0 |
1998-04-03 | Implement empty base optimization. | Jason Merrill | 1 | -0/+4 |
1998-04-02 | Re-implement allocation of base class subobjects. | Jason Merrill | 1 | -10/+4 |
1998-04-02 | cp-tree.h: Lose CLASSTYPE_VBASE_SIZE, some unused stuff. | Jason Merrill | 1 | -62/+28 |
1998-03-29 | * cp-tree.h (push_expression_obstack): Declare. | Jeffrey A Law | 1 | -0/+1 |
1998-03-28 | pt.c (tsubst): Clear TREE_USED for new FUNCTION_DECLs. | Mark Mitchell | 1 | -0/+17 |
1998-03-27 | pt.c (redeclare_class_template): New function. | Mark Mitchell | 1 | -0/+1 |
1998-03-25 | cp-tree.h (enforce_access): Declare. | Mark Mitchell | 1 | -0/+1 |
1998-03-25 | * cp-tree.h: Fix typo. | Kriang Lerdsuwanakij | 1 | -1/+1 |
1998-03-24 | cplus-dem.c (optable): Add sizeof. | Mark Mitchell | 1 | -1/+1 |
1998-03-18 | semantics.c: New file, containing routines to perform the semantic phase of p... | Mark Mitchell | 1 | -0/+67 |
1998-03-15 | cp-tree.h (TEMPLATE_PARMS_FOR_INLINE): New macro. | Jason Merrill | 1 | -0/+2 |
1998-03-15 | cp-tree.h (struct lang_decl_flags): Add needs_final_overrider. | Manfred Hollstein | 1 | -1/+6 |
1998-03-03 | cvt.c, [...]: Clean up more old overloading code, old RTTI code, and some for... | Jason Merrill | 1 | -1/+0 |
1998-03-02 | call.c, [...]: Remove support for -fno-ansi-overloading and overloading METHO... | Jason Merrill | 1 | -16/+0 |
1998-03-02 | call.c, [...]: Remove nsubsts parm from *type_unification* and unify. | Jason Merrill | 1 | -1/+1 |
1998-02-28 | missed | Jason Merrill | 1 | -0/+2 |
1998-02-27 | Support partial specialization of member class templates. | Jason Merrill | 1 | -1/+1 |
1998-02-26 | pt.c (tsubst, [...]): Support member class templates. | Jason Merrill | 1 | -6/+3 |
1998-02-25 | typeck.c (get_delta_difference): Give hard error for conversion from virtual ... | Jason Merrill | 1 | -4/+4 |
1998-02-24 | Partial implementation of namespaces. | Jason Merrill | 1 | -3/+44 |
1998-02-23 | pt.c, [...]: Remove unused NARGS argument to tsubst and friends. | Jason Merrill | 1 | -3/+3 |
1998-02-22 | Support for friend templates. | Jason Merrill | 1 | -15/+59 |
1998-02-18 | * cp-tree.h (strip_attrs): Remove decl. | Brendan Kehoe | 1 | -1/+0 |
1998-02-12 | cp-tree.h: Add access_protected_virtual_node. | Jason Merrill | 1 | -1/+2 |
1998-02-10 | cp-tree.h (push_template_decl): Return the decl passed in, or an equivalent d... | Mark Mitchell | 1 | -1/+1 |
1998-02-10 | Add declaration for flag_do_squangling. | Andrew Macleod | 1 | -0/+5 |
1998-02-02 | call.c (add_template_candidate_real): Pass extra parameter to fn_type_unifica... | Mark Mitchell | 1 | -1/+1 |
1998-02-02 | cp-tree.h (DECL_NONSTATIC_MEMBER_FUNCTION_P): New macro. | Mark Mitchell | 1 | -1/+7 |
1998-01-28 | cp-tree.h (grok_enum_decls): Remove type parameter. | Jason Merrill | 1 | -1/+1 |
1998-01-27 | call.c (add_template_candidate_real): New function. | Mark Mitchell | 1 | -6/+9 |
1998-01-22 | pt.c (coerce_template_parms): Don't access elements of ARGLIST that is not re... | Kriang Lerdsuwanakij | 1 | -1/+10 |
1998-01-19 | decl.c (start_decl): Don't allow duplicate definitions of static data members. | Mark Mitchell | 1 | -3/+13 |
1998-01-12 | init.c (build_new_1): Split out from build_new. | Jason Merrill | 1 | -0/+3 |
1997-12-12 | errfn.c (cp_pedwarn, [...]): Replace extern decls with casts. | Jason Merrill | 1 | -1/+0 |