[libcxx-commits] [clang] [libcxxabi] [lldb] [llvm] [lldb][Expression] Add structor variant to LLDB's function call labels (PR #149827)
via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Aug 8 12:43:11 PDT 2025
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 HEAD~1...HEAD lldb/test/API/lang/cpp/abi_tag_structors/TestAbiTagStructors.py lldb/test/API/lang/cpp/constructors/TestCppConstructors.py lldb/test/API/lang/cpp/expr-definition-in-dylib/TestExprDefinitionInDylib.py
``````````
</details>
<details>
<summary>
View the diff from darker here.
</summary>
``````````diff
--- constructors/TestCppConstructors.py 2025-08-08 19:36:13.000000 +0000
+++ constructors/TestCppConstructors.py 2025-08-08 19:42:41.572316 +0000
@@ -37,20 +37,20 @@
error=True,
substrs=["Couldn't look up symbols:"],
)
# FIXME: Calling deleted constructors should fail before linking.
- #self.expect(
+ # self.expect(
# "expr ClassWithDeletedCtor(1).value",
# error=True,
# substrs=["Couldn't look up symbols:"],
- #)
- #self.expect(
+ # )
+ # self.expect(
# "expr ClassWithDeletedDefaultCtor().value",
# error=True,
# substrs=["Couldn't look up symbols:", "function", "optimized out"],
- #)
+ # )
@skipIfWindows # Can't find operator new.
@skipIfLinux # Fails on some Linux systems with SIGABRT.
def test_constructors_new(self):
self.build()
``````````
</details>
https://github.com/llvm/llvm-project/pull/149827
More information about the libcxx-commits
mailing list