[llvm] [Flang-RT] Environment introspection for quadmath.h (PR #130411)

via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 8 04:20:20 PST 2025


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 3d5348b54ca91ac081a97b37d53e1ef4db62fdbe 74fc2b5adf9018c8415b59d4a2865149b11eff99 --extensions cpp,h -- flang-rt/cmake/clang_gcc_root.cpp flang-rt/lib/quadmath/complex-math.h flang-rt/lib/quadmath/math-entries.h
``````````

</details>

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

``````````diff
diff --git a/flang-rt/cmake/clang_gcc_root.cpp b/flang-rt/cmake/clang_gcc_root.cpp
index 52b490a10a..c3aeba4bb6 100644
--- a/flang-rt/cmake/clang_gcc_root.cpp
+++ b/flang-rt/cmake/clang_gcc_root.cpp
@@ -1,3 +1 @@
-int main() {
-  return 0;
-}
\ No newline at end of file
+int main() { return 0; }
\ No newline at end of file

``````````

</details>


https://github.com/llvm/llvm-project/pull/130411


More information about the llvm-commits mailing list