[all-commits] [llvm/llvm-project] a0329e: [lldb] upgrade HandleFrameFormatVariable callees t...

Charles Zablit via All-commits all-commits at lists.llvm.org
Mon Jun 23 09:42:09 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a0329eaa0cdcc86046c66533feb002b227553c33
      https://github.com/llvm/llvm-project/commit/a0329eaa0cdcc86046c66533feb002b227553c33
  Author: Charles Zablit <c_zablit at apple.com>
  Date:   2025-06-23 (Mon, 23 Jun 2025)

  Changed paths:
    M lldb/include/lldb/Core/DemangledNameInfo.h
    M lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
    M lldb/unittests/Core/MangledTest.cpp

  Log Message:
  -----------
  [lldb] upgrade HandleFrameFormatVariable callees to llvm::Expected (#144731)

Upgrade the callees of `HandleFrameFormatVariable`
(`GetDemangledTemplateArguments`, etc), to return a `llvm::Expected`
instead of an `std::optional`.

This patch also bundles the logic of validating the demangled name and
information into a single reusable function to reduce code duplication.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list