================
@@ -1347,6 +1347,12 @@ enum DebuggerBroadcastBit {
   eBroadcastBitProgressCategory = (1 << 3),
 };
 
+enum Severity {
----------------
adrian-prantl wrote:

Would `enum class` prevent people from accidentally casting this to an 
unrelated enum with similar purpose but potentially different values?

https://github.com/llvm/llvm-project/pull/90917
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to