[Lldb-commits] [PATCH] D138259: Add the ability to see when a type in incomplete.
jeffrey tan via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Nov 21 14:29:15 PST 2022
yinghuitan added inline comments.
================
Comment at: lldb/source/Core/ValueObject.cpp:600
+ // no member variables or member functions will be available.
+ if (GetCompilerType().IsForcefullyCompleted()) {
+ destination = "<incomplete type>";
----------------
Is this shown in lldb-vscode? If so, can I suggest we add a VSCode test for it if not too much work?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138259/new/
https://reviews.llvm.org/D138259
More information about the lldb-commits
mailing list