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 origin/main HEAD --extensions cl,h --
libclc/clc/include/clc/relational/clc_issubnormal.h
libclc/clc/lib/generic/relational/clc_issubnormal.cl
libclc/clc/include/clc/relational/relational.h --diff_from_common_commit
``````````
:warning:
The reproduction instructions above might return results for more than one PR
in a stack if you are using a stacked PR workflow. You can limit the results by
changing `origin/main` to the base branch/commit you want to compare against.
:warning:
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/libclc/clc/lib/generic/relational/clc_issubnormal.cl
b/libclc/clc/lib/generic/relational/clc_issubnormal.cl
index d91380578..cdbae69ee 100644
--- a/libclc/clc/lib/generic/relational/clc_issubnormal.cl
+++ b/libclc/clc/lib/generic/relational/clc_issubnormal.cl
@@ -7,8 +7,8 @@
//===----------------------------------------------------------------------===//
#include <clc/internal/clc.h>
-#include <clc/relational/relational.h>
#include <clc/relational/clc_issubnormal.h>
+#include <clc/relational/relational.h>
_CLC_DEFINE_ISFPCLASS(int, int, __clc_issubnormal, fcSubnormal, float)
``````````
</details>
https://github.com/llvm/llvm-project/pull/181782
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits