[Lldb-commits] [lldb] [lldb] Create a single Severity enum in lldb-enumerations (PR #90917)
Adrian Prantl via lldb-commits
lldb-commits at lists.llvm.org
Fri May 3 09:13:57 PDT 2024
================
@@ -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
More information about the lldb-commits
mailing list