This revision was automatically updated to reflect the committed changes.
Closed by commit rL317099: Add data formatter for libc++ std::queue (authored
by labath).
Changed prior to commit:
https://reviews.llvm.org/D35666?vs=107464&id=121137#toc
Repository:
rL LLVM
https://reviews.llvm.org/D
jingham accepted this revision.
jingham added a comment.
This revision is now accepted and ready to land.
This looks good.
https://reviews.llvm.org/D35666
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailma
labath created this revision.
Herald added subscribers: mgorny, srhines.
Herald added a reviewer: EricWF.
std::queue is just a fancy wrapper around another container, so all we
need to do is to delegate to the it.
https://reviews.llvm.org/D35666
Files:
packages/Python/lldbsuite/test/function