[Lldb-commits] [lldb] [lldb][test] Test all libcxxabi demangler test-cases against TrackingOutputBuffer (PR #137793)
via lldb-commits
lldb-commits at lists.llvm.org
Tue Apr 29 05:05:01 PDT 2025
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
More information about the lldb-commits
mailing list