[Lldb-commits] [lldb] [lldb][test] Add test for completing ObjCObjectType (PR #95405)
via lldb-commits
lldb-commits at lists.llvm.org
Thu Jun 13 06:06:50 PDT 2024
github-actions[bot] wrote:
<!--LLVM CODE FORMAT COMMENT: {clang-format}-->
:warning: C/C++ code formatter, clang-format found issues in your code. :warning:
<details>
<summary>
You can test this locally with the following command:
</summary>
``````````bash
git-clang-format --diff cece0a105b29dcbb9d88d0aa264c4745c07a8456 2e84cf46b9378307d9059aa1ce2a97046b0866b4 -- lldb/test/Shell/Expr/TestObjCIDCast.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/lldb/test/Shell/Expr/TestObjCIDCast.cpp b/lldb/test/Shell/Expr/TestObjCIDCast.cpp
index 011bd943b5..919f35ce60 100644
--- a/lldb/test/Shell/Expr/TestObjCIDCast.cpp
+++ b/lldb/test/Shell/Expr/TestObjCIDCast.cpp
@@ -6,5 +6,5 @@
int main() { return 0; }
-// CHECK: (lldb) expression --language objc -- *(id)0x1234
+// CHECK: (lldb) expression --language objc -- *(id)0x1234
// CHECK: error: Couldn't apply expression side effects : Couldn't dematerialize a result variable: couldn't read its memory
``````````
</details>
https://github.com/llvm/llvm-project/pull/95405
More information about the lldb-commits
mailing list