win/libc++/natvis: Add support for many containers.
Adds visualizers for: - array - deque - forward_list - initializer_list - list - multimap - multiset - priority_queue - queue - set - stack Also: - slightly improve the map visualizer to cast the size to the right type in all cases, so that it shows with a type like "unsigned int" and not some __compressed_pair - add a DisplayString to vector Bug: 947911 Change-Id: I547d8ccdf27377f91913ff73d639fc826967a0c6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1575679 Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Reviewed-by:Thomas Anderson <thomasanderson@chromium.org> Auto-Submit: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#652550}
Showing
Please register or sign in to comment