[cfe-commits] SmallVectorImpl visualizer for Visual Studio
David Blaikie
dblaikie at gmail.com
Thu Apr 19 10:28:33 PDT 2012
On Thu, Apr 19, 2012 at 10:17 AM, Nikola Smiljanic <popizdeh at gmail.com> wrote:
> Please commit.
Committed as r155140. Thanks for the patch.
I don't have VS available to verify this - but it looks like a simple
enough copy/paste from the SmallVector<T, N> visualizer. I wonder
whether the two can be coalesced in some way? (what happens if you
have a visualizer for a base class and none for a derived class? Does
it just use the base visualizer? in that case we could just remove the
SmallVector<T, N> version entirely)
- David
More information about the cfe-commits
mailing list