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

Actually, no I think we reached an agreement not to add those other types of 
casts to DIL, because they were too language-specific.  These comments 
referring explicitly to C-Style casts are from the implementation that allowed 
for the other C++ styles of casting, but since we're not planning on adding 
that to DIL, I will remove the "C Style" references.

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