[Lldb-commits] [lldb] [LLDB] Add type casting to DIL, part 2 or 3 (PR #170332)
via lldb-commits
lldb-commits at lists.llvm.org
Wed Dec 10 22:20:22 PST 2025
================
@@ -71,6 +71,11 @@ class Interpreter : Visitor {
std::shared_ptr<ExecutionContextScope> ctx,
const IntegerLiteralNode *literal);
+ llvm::Expected<CompilerType>
----------------
cmtice wrote:
Reorganized code; now some pieces happen before calling VerifyCastType. Upshot: VerifyCastType no longer modifies any of its parameters, and it returns the type of cast to perform (the appropriate enum value).
https://github.com/llvm/llvm-project/pull/170332
More information about the lldb-commits
mailing list