[Lldb-commits] [lldb] Report back errors in GetNumChildren() (PR #84265)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Sat Mar 9 10:24:36 PST 2024


================
@@ -12,7 +12,7 @@
 target var a
 # CHECK-LABEL: target var a
 # FIXME: This should also produce some kind of an error.
-# CHECK: (A) a = {}
+# CHECK: (A) a = <incomplete type "A">
----------------
Michael137 wrote:

nice!

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


More information about the lldb-commits mailing list