[Lldb-commits] [lldb] [LLDB] Add type casting to DIL, part 2 or 3 (PR #170332)
via lldb-commits
lldb-commits at lists.llvm.org
Mon Dec 8 20:54:40 PST 2025
================
@@ -71,6 +71,11 @@ class Interpreter : Visitor {
std::shared_ptr<ExecutionContextScope> ctx,
const IntegerLiteralNode *literal);
+ llvm::Expected<CompilerType>
----------------
cmtice wrote:
Comment added. Yes they are all the reference parameters are 'out' parameters, i.e. the function can update their values.
https://github.com/llvm/llvm-project/pull/170332
More information about the lldb-commits
mailing list