[libc-commits] [libc] [libc] Add simple features.h with implementation macro (PR #69402)

via libc-commits libc-commits at lists.llvm.org
Tue Oct 17 17:50:13 PDT 2023


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 0b2924aaaf8d573c66d5472cc2ca19be23433d8b c699b1c868196359bff14b2fc782083b24586d18 -- libc/include/llvm-libc-macros/features-macros.h
``````````

</details>

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

``````````diff
diff --git a/libc/include/llvm-libc-macros/features-macros.h b/libc/include/llvm-libc-macros/features-macros.h
index b6941c954728..a55b9a1990d4 100644
--- a/libc/include/llvm-libc-macros/features-macros.h
+++ b/libc/include/llvm-libc-macros/features-macros.h
@@ -1,4 +1,5 @@
-//===-- Definition of macros from features.h ----------------------------------===//
+//===-- Definition of macros from features.h
+//----------------------------------===//
 //
 // 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/69402


More information about the libc-commits mailing list