[all-commits] [llvm/llvm-project] 06d6af: [lldb][NFC] Simplify DWARRFDeclContext::GetQualifi...

Felipe de Azevedo Piovezan via All-commits all-commits at lists.llvm.org
Mon Dec 11 06:16:49 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 06d6af72fb6f87cebe90ab96fa56fb88f53d5f66
      https://github.com/llvm/llvm-project/commit/06d6af72fb6f87cebe90ab96fa56fb88f53d5f66
  Author: Felipe de Azevedo Piovezan <fpiovezan at apple.com>
  Date:   2023-12-11 (Mon, 11 Dec 2023)

  Changed paths:
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDeclContext.cpp

  Log Message:
  -----------
  [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.




More information about the All-commits mailing list