[Lldb-commits] [lldb] [LLDB] Add type casting to DIL, part 2 or 3 (PR #170332)
Adrian Prantl via lldb-commits
lldb-commits at lists.llvm.org
Wed Dec 3 17:24:54 PST 2025
================
@@ -71,6 +71,11 @@ class Interpreter : Visitor {
std::shared_ptr<ExecutionContextScope> ctx,
const IntegerLiteralNode *literal);
+ llvm::Expected<CompilerType>
----------------
adrian-prantl wrote:
Doxygen comment?
Why are all the parameters references? Are these all "out" parameters?
https://github.com/llvm/llvm-project/pull/170332
More information about the lldb-commits
mailing list