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 c,cpp -- 
lldb/test/API/macosx/branch-islands/foo.c 
lldb/test/API/macosx/branch-islands/main.c 
lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp
``````````

</details>

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

``````````diff
diff --git 
a/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp 
b/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp
index ad3b63cf5..578ab1226 100644
--- a/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp
+++ b/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp
@@ -1030,9 +1030,9 @@ DynamicLoaderDarwin::GetStepThroughTrampolinePlan(Thread 
&thread,
           thread, load_addrs, stop_others);
     }
     // One more case we have to consider is "branch islands".  These are 
regular
-    // TEXT symbols but their names end in .island plus maybe a .digit suffix. 
 
-    // They are to allow arm64 code to branch further than the size of the 
-    // address slot allows.  We just need to single-instruction step in that 
+    // TEXT symbols but their names end in .island plus maybe a .digit suffix.
+    // They are to allow arm64 code to branch further than the size of the
+    // address slot allows.  We just need to single-instruction step in that
     // case.
     static const char *g_branch_island_pattern = "\\.island\\.?[0-9]*$";
     static RegularExpression g_branch_island_regex(g_branch_island_pattern);

``````````

</details>


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

Reply via email to