[libcxx-commits] [libcxx] [libcxxabi] [libunwind] [llvm] [libc++] Enable -Wmissing-prototypes (PR #116261)
via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jul 23 06:16:26 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 ,cpp,h,c -- libcxx/include/fstream libcxx/src/charconv.cpp libcxx/src/experimental/time_zone.cpp libcxx/src/experimental/tzdb.cpp libcxx/src/filesystem/int128_builtins.cpp libcxx/src/include/from_chars_floating_point.h libcxx/src/support/win32/compiler_rt_shims.cpp libcxx/src/support/win32/locale_win32.cpp libcxxabi/src/cxa_personality.cpp libcxxabi/src/private_typeinfo.cpp libunwind/include/unwind_arm_ehabi.h libunwind/include/unwind_itanium.h libunwind/src/Unwind-EHABI.cpp libunwind/src/UnwindLevel1.c libunwind/src/Unwind_AIXExtras.cpp libunwind/src/libunwind_ext.h
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/libunwind/src/Unwind-EHABI.cpp b/libunwind/src/Unwind-EHABI.cpp
index a0f4bd3ef..ad4afee8a 100644
--- a/libunwind/src/Unwind-EHABI.cpp
+++ b/libunwind/src/Unwind-EHABI.cpp
@@ -23,8 +23,8 @@
#include "config.h"
#include "libunwind.h"
#include "libunwind_ext.h"
-#include "unwind_itanium.h"
#include "unwind.h"
+#include "unwind_itanium.h"
namespace {
``````````
</details>
https://github.com/llvm/llvm-project/pull/116261
More information about the libcxx-commits
mailing list