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

Reply via email to