[cfe-commits] [PATCH] Add support to VS debugger for previewing SmallString<>

Jordy Rose jediknil at belkadan.com
Thu May 3 10:11:03 PDT 2012


On May 3, 2012, at 13:04, Will Wilson wrote:

>>> For Visual Studio users: Here's little patch to the
>>> clangVisualizers.txt that allows the contents of a SmallString to be
>>> seen in string form, rather than (somewhat less usefully) as a
>>> SmallVector.
>> 
>> I assume this wouldn't work for SmallStrings that include embedded
>> '\0' characters? Though I suppose we don't do any better for StringRef
>> either, so perhaps that's not a priority.
> 
> Unfortunately not, I can't find any support for anything other than
> basic zero-terminated strings in the syntax.

I don't know anything about VS, really, but SmallStrings are not usually null-terminated. Have you tested this when there is definitely something after the string?

Jordy



More information about the cfe-commits mailing list