[libc-commits] [libc] [llvm] [libc][c23][fenv] Implement fetestexceptflag (PR #87828)
via libc-commits
libc-commits at lists.llvm.org
Fri Apr 5 14:33:27 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 0a39f1a7e5c7fd00b37231964ec81dae938948e7 d9f362fa14cf63beb15f208937a486d29b103748 -- libc/src/fenv/fetestexceptflag.cpp libc/src/fenv/fetestexceptflag.h libc/test/src/fenv/exception_flags_test.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/libc/src/fenv/fetestexceptflag.cpp b/libc/src/fenv/fetestexceptflag.cpp
index 6325aa8cee..b7b2ee9404 100644
--- a/libc/src/fenv/fetestexceptflag.cpp
+++ b/libc/src/fenv/fetestexceptflag.cpp
@@ -6,9 +6,9 @@
//
//===----------------------------------------------------------------------===//
-#include "src/fenv/fesetexceptflag.h"
#include "src/__support/FPUtil/FEnvImpl.h"
#include "src/__support/common.h"
+#include "src/fenv/fesetexceptflag.h"
#include <fenv.h>
``````````
</details>
https://github.com/llvm/llvm-project/pull/87828
More information about the libc-commits
mailing list