Age | Commit message (Expand) | Author | Files | Lines |
1998-02-28 | missed | Jason Merrill | 1 | -0/+2 |
1998-02-28 | parse.y (nested_name_specifier): Use explicit_template_type. | Jason Merrill | 7 | -2935/+2949 |
1998-02-28 | cp-tree.h (TYPENAME_TYPE_FULLNAME): New macro. | Jason Merrill | 5 | -3392/+3464 |
1998-02-27 | pt.c (add_to_template_args): Fix thinko. | Jason Merrill | 2 | -4/+8 |
1998-02-27 | Support partial specialization of member class templates. | Jason Merrill | 6 | -23/+71 |
1998-02-26 | comment | Jason Merrill | 2 | -0/+4 |
1998-02-26 | pt.c (tsubst, [...]): Support member class templates. | Jason Merrill | 11 | -3362/+3434 |
1998-02-25 | typeck.c (get_delta_difference): Give hard error for conversion from virtual ... | Jason Merrill | 3 | -23/+25 |
1998-02-24 | Partial implementation of namespaces. | Jason Merrill | 11 | -80/+597 |
1998-02-24 | decl.c (finish_function): Give a pedwarn for reaching end of non-void functio... | Brendan Kehoe | 2 | -6/+1 |
1998-02-24 | decl.c (finish_function): Give a pedwarn for reaching end of non-void functio... | Brendan Kehoe | 2 | -1/+6 |
1998-02-23 | pt.c (instantiate_class_template): Don't instantiate if pedantic and the args... | Jason Merrill | 3 | -3/+27 |
1998-02-23 | * typeck2.c (process_init_constructor): Fix labeled init check. | Jason Merrill | 2 | -0/+5 |
1998-02-23 | tweak | Jason Merrill | 1 | -1/+0 |
1998-02-23 | comment | Jason Merrill | 1 | -0/+2 |
1998-02-23 | pt.c, [...]: Remove unused NARGS argument to tsubst and friends. | Jason Merrill | 6 | -190/+159 |
1998-02-22 | * pt.c (tsubst, FUNCTION_DECL): Tidy. | Jason Merrill | 2 | -56/+49 |
1998-02-22 | Support for friend templates. | Jason Merrill | 17 | -330/+874 |
1998-02-22 | * error.c: Include sys/types.h. | Jeffrey A Law | 2 | -0/+5 |
1998-02-19 | opps. | Jeff Law | 1 | -1/+1 |
1998-02-19 | method.c (build_mangled_name): Start CPP directives in column zero. | Jeff Law | 1 | -3/+3 |
1998-02-19 | method.c (build_mangled_name): Start CPP directives in column zero. | Jeff Law | 1 | -0/+4 |
1998-02-19 | oops | Jason Merrill | 1 | -1/+3 |
1998-02-19 | typeck2.c (process_init_constructor): Sorry about non-trivial labeled initial... | Jason Merrill | 4 | -3665/+3688 |
1998-02-19 | * pt.c (coerce_template_parms) Add a new parameter, is_tmpl_parm, | Kriang Lerdsuwanakij | 2 | -25/+36 |
1998-02-19 | cvt.c (cp_convert_to_pointer): Preserve TREE_CONSTANT. | Jason Merrill | 3 | -5/+12 |
1998-02-19 | typeck.c (build_unary_op): Only warn about incr/decr a pointer if pedantic ||... | Brendan Kehoe | 2 | -2/+8 |
1998-02-19 | * pt.c (unify): Handle TEMPLATE_DECL. | Kriang Lerdsuwanakij | 2 | -0/+8 |
1998-02-18 | * cp-tree.h (strip_attrs): Remove decl. | Brendan Kehoe | 2 | -1/+4 |
1998-02-18 | tree.h (merge_machine_{type,decl}_attributes): Declare. | Brendan Kehoe | 4 | -33/+15 |
1998-02-17 | parse.y (initdcl0_innards): New grammar symbol. | Mark Mitchell | 3 | -3838/+3831 |
1998-02-17 | * parse.y (simple_stmt): Use getdecls() to check for decl. | Jason Merrill | 3 | -4/+8 |
1998-02-14 | Make-lang.in (DEMANGLER_INSTALL_NAME, [...]): New macros. | Manfred Hollstein | 2 | -2/+23 |
1998-02-14 | * call.c (standard_conversion): Fix multi-level ptr conversions. | Jason Merrill | 3 | -26/+16 |
1998-02-13 | disable | Jason Merrill | 1 | -1/+1 |
1998-02-13 | * pt.c (determine_specialization): Give better errors. | Jason Merrill | 2 | -5/+15 |
1998-02-13 | * init.c (build_new): Propagate error_mark_node up. | Mike Stump | 2 | -7/+9 |
1998-02-13 | parse.y (simple_stmt): If the condition isn't a declaration, start the contro... | Jason Merrill | 3 | -147/+188 |
1998-02-13 | tweak message | Jason Merrill | 1 | -1/+1 |
1998-02-12 | call.c (build_over_call): Convert builtin abs, labs and fabs to tree-codes. | Andreas Schwab | 3 | -2/+24 |
1998-02-12 | * call.c (standard_conversion): A BASE_CONV replaces an RVALUE_CONV. | Jason Merrill | 2 | -1/+9 |
1998-02-12 | cp-tree.h: Add access_protected_virtual_node. | Jason Merrill | 7 | -394/+388 |
1998-02-12 | decl.c (shadow_tag): Give error for typedef-ing built-in types Fixes g++/14837 | Benjamin Kosnik | 1 | -1/+1 |
1998-02-12 | decl.c (shadow_tag): Give error for typedef-ing built-in types Fixes g++/14837 | Benjamin Kosnik | 1 | -0/+4 |
1998-02-12 | call.c (reference_binding): Use comptypes when comparing TYPE_MAIN_VARIANTS t... | Mark Mitchell | 1 | -2/+4 |
1998-02-12 | typeck.c (build_ptrmemfunc): Typecheck pointer-to-member conversions. | Mark Mitchell | 1 | -9/+11 |
1998-02-11 | tree.c (is_overloaded_fn): Use really_overloaded_fn. | Mark Mitchell | 2 | -20/+18 |
1998-02-10 | cp-tree.h (push_template_decl): Return the decl passed in, or an equivalent d... | Mark Mitchell | 8 | -3242/+3243 |
1998-02-10 | * pt.c (convert_nontype_argument): Fix typo. | Jason Merrill | 2 | -3/+4 |
1998-02-10 | pt.c (check_explicit_specialization): Allow old-style specialization of class... | Jason Merrill | 2 | -15/+31 |