[Lldb-commits] [lldb] [lldb][TypeSystemClang] Add support for floating point template argument constants (PR #127206)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Mon Feb 17 00:28:35 PST 2025


================
@@ -2061,17 +2082,22 @@ bool DWARFASTParserClang::ParseTemplateDIE(
         std::optional<uint64_t> size = clang_type.GetBitSize(nullptr);
         if (!size)
           return false;
----------------
labath wrote:

It looks like this exists only to be passed to `MakeAPValue`. Since it already gets `clang_type` as an argument (and uses it to retrieve things like bit width and float semantics), could we move this there as well?

https://github.com/llvm/llvm-project/pull/127206


More information about the lldb-commits mailing list