Author: Jonas Devlieghere
Date: 2021-11-07T10:40:43-08:00
New Revision: d09a21a0b378675c7f69628ce7a9cd0d54dec1da
URL:
https://github.com/llvm/llvm-project/commit/d09a21a0b378675c7f69628ce7a9cd0d54dec1da
DIFF:
https://github.com/llvm/llvm-project/commit/d09a21a0b378675c7f69628ce7a9cd0d54dec1da.d
wallace requested changes to this revision.
wallace added a comment.
This revision now requires changes to proceed.
very good start!
Comment at: lldb/examples/synthetic/gnu_libstdcpp.py:5-6
+FORWARD_LIST = "FORWARD_LIST"
+LIST = "LIST"
+
remove this
===
danilashtefan added a comment.
Hi Walter:) Please, could you advise what can I change/do more? As a next step,
I will unify the tests across the libcxx and libstdcpp formatters.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113362/new/
https://rev
danilashtefan created this revision.
danilashtefan requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D113362
Files:
lldb/examples/synthetic/gnu_libstdcpp.py
lldb/source/Plug