[libc-commits] [libc] [libc] Add a missing math-function-macros.h include (PR #98271)
via libc-commits
libc-commits at lists.llvm.org
Tue Jul 9 22:09:34 PDT 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 869ac4064861b7e644ae52a72fb80efacfd86462 5730c3445e1b6cc78dd6b466ba3e4449cc65602f -- libc/hdr/math_macros.h
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/libc/hdr/math_macros.h b/libc/hdr/math_macros.h
index 0867ccd474..d5a8237237 100644
--- a/libc/hdr/math_macros.h
+++ b/libc/hdr/math_macros.h
@@ -11,8 +11,8 @@
#ifdef LIBC_FULL_BUILD
-#include "include/llvm-libc-macros/math-macros.h"
#include "include/llvm-libc-macros/math-function-macros.h"
+#include "include/llvm-libc-macros/math-macros.h"
#else // Overlay mode
``````````
</details>
https://github.com/llvm/llvm-project/pull/98271
More information about the libc-commits
mailing list