================
@@ -46,6 +46,13 @@ enum class CastKind {
eNone, ///< Type promotion casting
};
+/// Promotions allowed for type casts in DIL.
+enum CastPromoKind {
----------------
adrian-prantl wrote:CastPromotionKind ? https://github.com/llvm/llvm-project/pull/170332 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
