This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]