>> 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. > (also - it might be nice to put it above or below the > SmallVector[Impl] cases - rather than between the two) Fair point. The attached patch is updated to place it after. Cheers, Will.
clangVisualizers_SmallStringSupport.diff
Description: Binary data
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
