[libc-commits] [libc] [libc] Add float.h header. (PR #78737)

via libc-commits libc-commits at lists.llvm.org
Fri Jan 19 07:56:57 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 4d11f04b20f0bd7488e19e8f178ba028412fa519 1d6045c95b4ce4c19e2f8f868a1fab5d833ffd9d -- libc/include/llvm-libc-macros/float-macros.h
``````````

</details>

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

``````````diff
diff --git a/libc/include/llvm-libc-macros/float-macros.h b/libc/include/llvm-libc-macros/float-macros.h
index 0f262c1dd3..7bba231aa0 100644
--- a/libc/include/llvm-libc-macros/float-macros.h
+++ b/libc/include/llvm-libc-macros/float-macros.h
@@ -1,4 +1,5 @@
-//===-- Definition of macros from float.h ----------------------------------===//
+//===-- Definition of macros from float.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/78737


More information about the libc-commits mailing list