[Lldb-commits] [lldb] [lldb] Add libstdcpp atomic data formatters (PR #174218)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Thu Jan 29 04:50:01 PST 2026


================
@@ -64,12 +93,49 @@ def do_test(self):
             "frame var p.child.parent", substrs=["p.child.parent = {\n  Value = 0x"]
         )
 
+        if test_smart_pointers:
----------------
Michael137 wrote:

No longer needed once we compile the tests with C++20 always (see my comment below).

https://github.com/llvm/llvm-project/pull/174218


More information about the lldb-commits mailing list