[Lldb-commits] [clang] [lldb] [lldb] Analyze enum promotion type during parsing (PR #115005)

via lldb-commits lldb-commits at lists.llvm.org
Tue Nov 5 07:10:49 PST 2024


github-actions[bot] wrote:

<!--LLVM CODE FORMAT COMMENT: {darker}-->


:warning: Python code formatter, darker found issues in your code. :warning:

<details>
<summary>
You can test this locally with the following command:
</summary>

``````````bash
darker --check --diff -r b2d2494731976ab7aa9702f3134472db694b9332...62c801145a2312d2c9339d30cf116fc2e709d630 lldb/test/API/lang/cpp/enum_promotion/TestCPPEnumPromotion.py
``````````

</details>

<details>
<summary>
View the diff from darker here.
</summary>

``````````diff
--- TestCPPEnumPromotion.py	2024-11-05 14:20:51.000000 +0000
+++ TestCPPEnumPromotion.py	2024-11-05 15:10:22.755529 +0000
@@ -5,12 +5,12 @@
 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"]))
     def test(self):
         self.build()
         lldbutil.run_to_source_breakpoint(
             self, "// break here", lldb.SBFileSpec("main.cpp")

``````````

</details>


https://github.com/llvm/llvm-project/pull/115005


More information about the lldb-commits mailing list