[libc-commits] [libc] [libc] Add struct group_req, struct group_source_req, and related socket options (PR #210029)
via libc-commits
libc-commits at lists.llvm.org
Thu Jul 16 03:54:29 PDT 2026
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 origin/main HEAD --extensions cpp,h -- libc/hdr/types/struct_group_req.h libc/hdr/types/struct_group_source_req.h libc/include/llvm-libc-types/struct_group_req.h libc/include/llvm-libc-types/struct_group_source_req.h libc/test/src/netinet/in_test.cpp --diff_from_common_commit
``````````
:warning:
The reproduction instructions above might return results for more than one PR
in a stack if you are using a stacked PR workflow. You can limit the results by
changing `origin/main` to the base branch/commit you want to compare against.
:warning:
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/libc/hdr/types/struct_group_req.h b/libc/hdr/types/struct_group_req.h
index 14e323a8b..6cef14797 100644
--- a/libc/hdr/types/struct_group_req.h
+++ b/libc/hdr/types/struct_group_req.h
@@ -1,4 +1,5 @@
-//===-- Proxy header for struct group_req -----------------------------------===//
+//===-- Proxy header for struct group_req
+//-----------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
diff --git a/libc/hdr/types/struct_group_source_req.h b/libc/hdr/types/struct_group_source_req.h
index d2b076c07..d406767b9 100644
--- a/libc/hdr/types/struct_group_source_req.h
+++ b/libc/hdr/types/struct_group_source_req.h
@@ -1,4 +1,5 @@
-//===-- Proxy header for struct group_source_req ----------------------------===//
+//===-- Proxy header for struct group_source_req
+//----------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
``````````
</details>
https://github.com/llvm/llvm-project/pull/210029
More information about the libc-commits
mailing list