================ @@ -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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits