On Aug 11, 2008, at 5:12 PM, Daniel Dunbar wrote: > URL: http://llvm.org/viewvc/llvm-project?rev=54659&view=rev > Log: > Add ObjC constant string support for NeXT. > > Changed CGObjCRuntime::GenerateConstantString interface to take > std::string instead of char* and size.
Hey Daniel, What is the advantage of this approach? The std::string does a copy of the data now which isn't strictly needed. -Chris _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
