r105957 - in /branches/gcjx-branch/gcjx: Change...

tromey@gcc.gnu.org tromey@gcc.gnu.org
Fri Oct 28 20:19:00 GMT 2005


Author: tromey
Date: Fri Oct 28 20:19:44 2005
New Revision: 105957

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=105957
Log:
	* model/wildcard.cc (contains_p): New method.
	* model/wildcard.hh (model_wildcard::contains_p): Declare.
	* conversions.hh (capture_conversion): Declare.
	* conversions.cc (capture_conversion): New function.
	(widen_instantiation): Likewise.
	(widening_reference_conversion): Use widen_instantiation.
	* model/class.hh (model_class::create_instance): Changed return
	type.
	(model_class::contains_p): Declare.
	* model/class.cc (create_instance): Updated.
	(contains_p): New method.

Modified:
    branches/gcjx-branch/gcjx/ChangeLog
    branches/gcjx-branch/gcjx/conversions.cc
    branches/gcjx-branch/gcjx/conversions.hh
    branches/gcjx-branch/gcjx/model/class.cc
    branches/gcjx-branch/gcjx/model/class.hh
    branches/gcjx-branch/gcjx/model/wildcard.cc
    branches/gcjx-branch/gcjx/model/wildcard.hh



More information about the Gcc-cvs mailing list