================
@@ -1347,6 +1347,12 @@ enum DebuggerBroadcastBit {
eBroadcastBitProgressCategory = (1 << 3),
};
+enum Severity {
+ eSeverityError,
+ eSeverityWarning,
+ eSeverityInfo,
----------------
JDevlieghere wrote:
I considered the latter, but we use `eSeverityRemark` so infrequently and not
even always for `DiagnosticsEngine::Level::Remark` that I decided against it.
The comment however seems like a good compromise.
https://github.com/llvm/llvm-project/pull/90917
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits