Displaying 2 results from an estimated 2 matches for "5421f507".
2011 Sep 06
0
[LLVMdev] SmallString for CommandLine options?
On Sep 4, 2011, at 9:14 PM, Talin wrote:
> I've managed to eliminate nearly all uses of std::string from my frontend. About the only ones remaining are all of the occurrences of cl::opt<std::string>. Is it likely that at some point we'll see support for SmallString in the command-line lib?
The better fix is to switch cl::opt to allow StringRef: there is no specific reason to
2011 Sep 05
3
[LLVMdev] SmallString for CommandLine options?
I've managed to eliminate nearly all uses of std::string from my frontend.
About the only ones remaining are all of the occurrences of
cl::opt<std::string>. Is it likely that at some point we'll see support for
SmallString in the command-line lib?
--
-- Talin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: