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 origin/main...HEAD
lldb/test/API/commands/expression/ptrauth-vtable/TestPtrAuthVTableExpressions.py
``````````
:warning:
The reproduction instructions above might return results for more than one PR
in a stack if you are using a stacked PR workflow. You can limit the results by
changing `origin/main` to the base branch/commit you want to compare against.
:warning:
</details>
<details>
<summary>
View the diff from darker here.
</summary>
``````````diff
--- TestPtrAuthVTableExpressions.py 2026-03-19 23:43:30.000000 +0000
+++ TestPtrAuthVTableExpressions.py 2026-03-19 23:51:26.065390 +0000
@@ -28,21 +28,17 @@
self.build()
lldbutil.run_to_source_breakpoint(
self, "// break here", lldb.SBFileSpec("main.cpp", False)
)
- self.expect_expr(
- "base_ptr->value()", result_type="int", result_value="20"
- )
+ self.expect_expr("base_ptr->value()", result_type="int",
result_value="20")
@skipUnlessArm64eSupported
def test_virtual_call_via_helper(self):
self.build()
lldbutil.run_to_source_breakpoint(
self, "// break here", lldb.SBFileSpec("main.cpp", False)
)
self.expect_expr("call_value(&d)", result_type="int",
result_value="20")
self.expect_expr("call_value(&od)", result_type="int",
result_value="30")
- self.expect_expr(
- "call_value(base_ptr)", result_type="int", result_value="20"
- )
+ self.expect_expr("call_value(base_ptr)", result_type="int",
result_value="20")
``````````
</details>
https://github.com/llvm/llvm-project/pull/187611
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits