This is an archive of the discontinued LLVM Phabricator instance.

Add data formatter for libc++ std::queue
ClosedPublic

Authored by labath on Jul 20 2017, 2:18 AM.

Details

Summary

std::queue is just a fancy wrapper around another container, so all we
need to do is to delegate to the it.

Event Timeline

labath created this revision.Jul 20 2017, 2:18 AM
jingham accepted this revision.Oct 31 2017, 11:26 AM

This looks good.

This revision is now accepted and ready to land.Oct 31 2017, 11:26 AM
This revision was automatically updated to reflect the committed changes.