Files
clang-p2996/lldb/source/Plugins/SymbolFile/DWARF/DWARFDeclContext.cpp
Felipe de Azevedo Piovezan 06d6af72fb [lldb][NFC] Simplify DWARRFDeclContext::GetQualifiedName (#74788)
This commit factors out the logic building each component of a qualified
name into its own function so that it may be reused by a future commit,
while also simplifying the logic of assembling these pieces together by
using llvm::interleave.
2023-12-11 11:16:36 -03:00

3.1 KiB