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/lang/cpp/expression-context-qualifiers/const_method/TestExprInConstMethod.py
 
lldb/test/API/lang/cpp/expression-context-qualifiers/const_volatile_method/TestExprInConstVolatileMethod.py
 
lldb/test/API/lang/cpp/expression-context-qualifiers/cv_qualified_objects/TestExprOnCVQualifiedObjects.py
 
lldb/test/API/lang/cpp/expression-context-qualifiers/fixit/TestExprInConstMethodWithFixit.py
 
lldb/test/API/lang/cpp/expression-context-qualifiers/non_const_method/TestExprInNonConstMethod.py
 
lldb/test/API/lang/cpp/expression-context-qualifiers/template_const_method/TestExprInTemplateConstMethod.py
 
lldb/test/API/lang/cpp/expression-context-qualifiers/template_non_const_method/TestExprInTemplateNonConstMethod.py
 lldb/packages/Python/lldbsuite/test/lldbtest.py 
lldb/test/API/commands/expression/expr_inside_lambda/TestExprInsideLambdas.py 
lldb/test/API/lang/cpp/const_this/TestConstThis.py 
lldb/test/API/lang/cpp/this/TestCPPThis.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
--- test/API/lang/cpp/this/TestCPPThis.py       2026-01-30 11:20:31.000000 +0000
+++ test/API/lang/cpp/this/TestCPPThis.py       2026-01-30 11:22:02.403324 +0000
@@ -47,11 +47,12 @@
             ],
         )
 
         self.expect("expression -- (int)getpid(); m_a", startstr="(const int) 
$1 = 3")
         self.expect(
-            "expression --cpp-ignore-context-qualifiers -- m_a = 2", 
startstr="(int) $2 = 2"
+            "expression --cpp-ignore-context-qualifiers -- m_a = 2",
+            startstr="(int) $2 = 2",
         )
 
         self.runCmd("process continue")
 
         self.expect("expression -- s_a", startstr="(int) $3 = 5")

``````````

</details>


https://github.com/llvm/llvm-project/pull/177927
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to