<div dir="ltr">The patch has a number of improvements for existing visualizers:<div><br></div><div>- StringRef displays properly even when it's not null terminated</div><div>- All pointer types auto expand, meaning there's no [ptr] member that needs to be expanded in order to see the contents of the pointer (one click less, yay)</div>

<div>- PointerUnions finally display the actual type in the tooltip as opposed to PT1, they also auto expand</div><div>- All containers use terms "size" and "capacity" irregardless of what the member variables are called (every container seems to use different name)</div>

<div>- deleted SmallVector visualizer as the debugger is smart enough to use the base class visualizer</div><div>- a few minor simplifications</div><div><br></div><div>The tooltip format could be tweaked somewhat, I tried to follow the format used by STL visualizers. PointerUnion tooltip just displays the type and the value of the pointer without visualizing pointer contents. This seemed more readable, and contents is only one click away anyway.</div>

<div><br></div><div>P.S. I'm not subscribed to this list, but I do have commit access :)</div><div><br></div><div>Nikola<br></div></div>