[Lldb-commits] [lldb] r230046 - Add an OptionValueLanguage class
Joerg Sonnenberger
joerg at britannica.bec.de
Mon Feb 23 09:21:09 PST 2015
On Mon, Feb 23, 2015 at 04:01:53PM +0000, Zachary Turner wrote:
> No we don't. A const char* is not guaranteed to be null terminated either.
> Its up to you to make sure you pass it a null terminated string. Same
> applies here.
I don't understand your point. StringRef is pretty much guaranteed to
not be null terminated, at least not at the right place.
Joerg
More information about the lldb-commits
mailing list