Skip to content

[libc++] Enable -Wmissing-prototypes #116261

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

philnik777
Copy link
Contributor

No description provided.

@philnik777 philnik777 force-pushed the wmissing_prototypes branch 3 times, most recently from 5108e83 to e6f36ba Compare November 23, 2024 11:54
@philnik777 philnik777 force-pushed the wmissing_prototypes branch 2 times, most recently from 347c247 to 4efe922 Compare December 27, 2024 10:27
@philnik777 philnik777 force-pushed the wmissing_prototypes branch 2 times, most recently from 60f615f to 8dfd58d Compare January 27, 2025 11:41
@philnik777 philnik777 force-pushed the wmissing_prototypes branch from 0e74a8e to 3f3478d Compare March 27, 2025 18:05
@philnik777 philnik777 force-pushed the wmissing_prototypes branch from 3f3478d to e62e263 Compare July 23, 2025 13:13
Copy link

⚠️ C/C++ code formatter, clang-format found issues in your code. ⚠️

You can test this locally with the following command:
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
View the diff from clang-format here.
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 {
 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant