[Lldb-commits] [lldb] [lldb-dap] Implement value locations for function pointers (PR #104589)

via lldb-commits lldb-commits at lists.llvm.org
Fri Aug 16 06:38:13 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 82ee31f75ac1316006fa9e21dddfddec37cf7072 b0fee0c0c32001064aeab1ebca209fef02c6cb98 --extensions h,cpp -- lldb/test/API/tools/lldb-dap/locations/main.cpp lldb/tools/lldb-dap/DAP.cpp lldb/tools/lldb-dap/DAP.h lldb/tools/lldb-dap/JSONUtils.cpp lldb/tools/lldb-dap/JSONUtils.h lldb/tools/lldb-dap/lldb-dap.cpp
``````````

</details>

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

``````````diff
diff --git a/lldb/test/API/tools/lldb-dap/locations/main.cpp b/lldb/test/API/tools/lldb-dap/locations/main.cpp
index 8eb5a7636d..a22483d0b2 100644
--- a/lldb/test/API/tools/lldb-dap/locations/main.cpp
+++ b/lldb/test/API/tools/lldb-dap/locations/main.cpp
@@ -1,8 +1,6 @@
 #include <cstdio>
 
-void greet() {
-   printf("Hello");
-}
+void greet() { printf("Hello"); }
 
 int main(void) {
   int var1 = 1;

``````````

</details>


https://github.com/llvm/llvm-project/pull/104589


More information about the lldb-commits mailing list