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

David Blaikie dblaikie at gmail.com
Thu May 3 08:24:30 PDT 2012


On Thu, May 3, 2012 at 3:15 AM, William Wilson <will at indefiant.com> wrote:
> Hey All,
>
> 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.

(also - it might be nice to put it above or below the
SmallVector[Impl] cases - rather than between the two)



More information about the cfe-commits mailing list