[Lldb-commits] [lldb] [LLDB] Add type casting to DIL, part 2 or 3 (PR #170332)

via lldb-commits lldb-commits at lists.llvm.org
Mon Dec 8 20:53:52 PST 2025


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

Done.

https://github.com/llvm/llvm-project/pull/170332


More information about the lldb-commits mailing list