[Lldb-commits] [lldb] [WIP][lldb][DWARFASTParserClang] Eagerly search definitions for Objective-C classes (PR #119860)
Zequan Wu via lldb-commits
lldb-commits at lists.llvm.org
Fri Dec 13 14:38:28 PST 2024
ZequanWu wrote:
> Since there's no good way to tell whether a forward declaration is an Objective-C type, the only solution I can really see here is to eagerly fetch the definition for Objective-C types.
That makes sense.
https://github.com/llvm/llvm-project/pull/119860
More information about the lldb-commits
mailing list