1. 12 Dec, 1998 16 commits
  2. 11 Dec, 1998 12 commits
  3. 10 Dec, 1998 10 commits
  4. 09 Dec, 1998 2 commits
    • * flow.c: Update some comments. · c9852047
      From-SVN: r24226
      Jeffrey A Law committed
    • cp-tree.h (most_specialized_instantiation): New function. · 104bf76a
      	* cp-tree.h (most_specialized_instantiation): New function.
      	(print_candidates): Likewise.
      	* class.c (validate_lhs): Remove.
      	(resolve_address_of_overloaded_function): New function, split out
      	and then substantially reworked, from ...
      	(instantiate_type): Use it.  Simplify.
      	* cvt.c (convert_to_reference): Complain when caller has indicated
      	that's the right thing to do.  Don't crash if instantiate_type
      	fails.
      	* pt.c: Substitute `parameters' for `paramters' throughout.
      	(print_candidates): Don't make it static.
      	(most_specialized_instantiation): Split out from ...
      	(most_specialized): Here.
      
      From-SVN: r24225
      Mark Mitchell committed