================
@@ -46,6 +46,13 @@ enum class CastKind {
   eNone,        ///< Type promotion casting
 };
 
+/// Promotions allowed for type casts in DIL.
+enum CastPromotionKind {
+  eArithmetic,
+  ePointer,
+  eNone,
----------------
cmtice wrote:

Done. Moved CastPromotionKind enums into CastKind. (Eliminated 
CastPromotionKind -- determined separate enum is not needed after all).

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