[Lldb-commits] [clang] [lldb] [lldb] Analyze enum promotion type during parsing (PR #115005)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Thu Jan 30 10:28:23 PST 2025
================
@@ -0,0 +1,37 @@
+"""
+Test LLDB type promotion of unscoped enums.
+"""
+
+import lldb
+from lldbsuite.test.decorators import *
+from lldbsuite.test.lldbtest import *
+from lldbsuite.test import lldbutil
+
+
+class TestCPPEnumPromotion(TestBase):
+ @skipIf(debug_info=no_match(["dwarf", "dwo", "dsym"]))
----------------
Michael137 wrote:
```suggestion
```
https://github.com/llvm/llvm-project/pull/115005
More information about the lldb-commits
mailing list