[libc-commits] [libc] [libc] Provide sys/queue.h (PR #78081)
via libc-commits
libc-commits at lists.llvm.org
Thu Jan 18 13:43:34 PST 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 b348126b21ee4a3189dde946e70f2b0e899f86e9 668192b94c378ba52bcd62da55aed59cd6e54eea -- libc/include/llvm-libc-macros/containerof-macro.h libc/include/llvm-libc-macros/offsetof-macro.h libc/include/llvm-libc-macros/sys-queue-macros.h libc/include/sys/queue.h libc/test/include/sys/queue_test.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/libc/include/sys/queue.h b/libc/include/sys/queue.h
index b98b15bdff..2a4dc37712 100644
--- a/libc/include/sys/queue.h
+++ b/libc/include/sys/queue.h
@@ -12,4 +12,3 @@
#include <llvm-libc-macros/sys-queue-macros.h>
#endif // LLVM_LIBC_SYS_QUEUE_H
-
``````````
</details>
https://github.com/llvm/llvm-project/pull/78081
More information about the libc-commits
mailing list