[Lldb-commits] [lldb] [LLDB][NativePDB] Complete array member types in AST builder (PR #156370)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 2 08:11:44 PDT 2025


================
@@ -13,3 +13,8 @@ struct E {
   E();
 };
 E::E() = default;
+
+struct I {
+  I();
+};
+I::I() = default;
----------------
Michael137 wrote:

What's this used for?

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


More information about the lldb-commits mailing list