Files
clang-p2996/lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
Charles Zablit a0329eaa0c [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.
2025-06-23 18:41:48 +02:00

83 KiB