[cfe-dev] const_str.diff [ Re: Continuing Adventures with Objective-C ]
Devang Patel
dpatel at apple.com
Fri May 16 09:57:49 PDT 2008
On May 13, 2008, at 9:22 AM, David Chisnall wrote:
> const_str.diff adds a call to the runtime-specific method for
> generating constant ObjC strings. It also relaxes the string class
> type checking. If NSConstantString has not been declared when a
> constant string is encountered (which happens quite often) then the
> constant string is an id. If it has, then it is an NSConstantString.
This looks OK.
Thanks!
-
Devang
More information about the cfe-dev
mailing list