================
@@ -1347,6 +1347,12 @@ enum DebuggerBroadcastBit {
eBroadcastBitProgressCategory = (1 << 3),
};
+enum Severity {
+ eSeverityError,
+ eSeverityWarning,
+ eSeverityInfo,
----------------
adrian-prantl wrote:
Can you comment that "Clang also calls these Remarks, it's conceptually the
same level"
https://github.com/llvm/llvm-project/pull/90917
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits