[Lldb-commits] [lldb] [LLDB] Add formatters for MSVC STL std::shared_ptr (PR #147575)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Wed Jul 9 06:44:46 PDT 2025
================
@@ -118,3 +118,9 @@ def test_libcxx(self):
def test_libstdcxx(self):
self.build(dictionary={"USE_LIBSTDCPP": 1})
self.do_test()
+
+ @add_test_categories(["msvcstl"])
+ def test_msvcstl(self):
+ # No flags, because the "msvcstl" category checks that the MSVC STL is used by default.
+ self.build(dictionary={})
----------------
Michael137 wrote:
```suggestion
# No flags, because the "msvcstl" category checks that the MSVC STL is used by default.
self.build()
```
https://github.com/llvm/llvm-project/pull/147575
More information about the lldb-commits
mailing list