================
@@ -35,6 +36,14 @@ enum class UnaryOpKind {
   Deref,  // "*"
 };
 
+/// The C-Style casts allowed by DIL.
----------------
kuilpd wrote:

We might implement at least `static_cast` and `reinterpret_cast` later. Since 
we are trying to emulate the C-style behavior here, I think it's better to 
leave it as is to avoid confusion. 

https://github.com/llvm/llvm-project/pull/165199
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to