[Lldb-commits] [lldb] [LLDB] Add type casting to DIL, part 2 or 3 (PR #170332)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Wed Dec 17 07:11:49 PST 2025


================
@@ -740,16 +764,182 @@ Interpreter::Visit(const BooleanLiteralNode *node) {
   return ValueObject::CreateValueObjectFromBool(m_target, value, "result");
 }
 
+llvm::Expected<CastKind>
+Interpreter::VerifyCastType(lldb::ValueObjectSP operand, CompilerType op_type,
+                            CompilerType target_type, int location) {
----------------
Michael137 wrote:

Depending on where we land with the discussion in https://github.com/llvm/llvm-project/pull/170332#discussion_r2602221008 this comment may apply

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


More information about the lldb-commits mailing list