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 HEAD~1 HEAD --extensions inc,cpp -- 
lldb/unittests/Core/DemanglingCorrectness.inc 
lldb/unittests/Core/MangledTest.cpp
``````````

</details>

<details>
<summary>
View the diff from clang-format here.
</summary>

``````````diff
diff --git a/lldb/unittests/Core/DemanglingCorrectness.inc 
b/lldb/unittests/Core/DemanglingCorrectness.inc
index 5b9dfd7e8..89b707d37 100644
--- a/lldb/unittests/Core/DemanglingCorrectness.inc
+++ b/lldb/unittests/Core/DemanglingCorrectness.inc
@@ -30217,4 +30217,4 @@
 
 {"_Z3fooPU9__ptrauthILj3ELb1ELj234EEPi", "foo(int* __ptrauth<3u, true, 
234u>*)"},
 {"_Z3fooIPU9__ptrauthILj1ELb0ELj64EEPiEvT_", "void foo<int* __ptrauth<1u, 
false, 64u>*>(int* __ptrauth<1u, false, 64u>*)"},
-// clang-format on
+    // clang-format on

``````````

</details>


https://github.com/llvm/llvm-project/pull/137793
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to