[llvm] [DebugNames] Implement Entry::GetParentEntry query (PR #78760)
Greg Clayton via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 19 12:59:43 PST 2024
https://github.com/clayborg commented:
Looks good. The only question that comes to mind is if we want APIS with both expected and optional in the return value. Double unwrapping required for each, and for the errors that are returned in this patch, they are just consumed and ignored.
https://github.com/llvm/llvm-project/pull/78760
More information about the llvm-commits
mailing list