================
@@ -46,6 +46,13 @@ enum class CastKind {
eNone, ///< Type promotion casting
};
+/// Promotions allowed for type casts in DIL.
+enum CastPromotionKind {
+ eArithmetic,
+ ePointer,
+ eNone,
----------------
Michael137 wrote:
Can we comment on the individual enum cases what they represent. Maybe giving a
small `C`/`C++` expression as an example
https://github.com/llvm/llvm-project/pull/170332
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits