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

Apologies if I'm late to the discussion, but should we be calling it C-style? I 
know it's inspired by the C-style casts, but Is there going to be some other 
kind of casting? Maybe just calling it a generic `Cast` is better?

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