[Lldb-commits] [lldb] [lldb][DWARFIndex][nfc] Factor out fully qualified name query (PR #76977)
Adrian Prantl via lldb-commits
lldb-commits at lists.llvm.org
Fri Jan 5 08:58:25 PST 2024
================
@@ -102,6 +110,12 @@ class DWARFIndex {
}
void ReportInvalidDIERef(DIERef ref, llvm::StringRef name) const;
+
+ /// Implementation of `GetFullyQualifiedType` to check a single entry,
+ /// shareable with derived classes.
----------------
adrian-prantl wrote:
What does the return value signal?
https://github.com/llvm/llvm-project/pull/76977
More information about the lldb-commits
mailing list