[clang] [OpenACC][CIR] Start work to lower 'loop' (PR #137972)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 30 07:35:41 PDT 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 HEAD~1 HEAD --extensions cpp -- clang/test/CIR/CodeGenOpenACC/loop.cpp clang/lib/CIR/CodeGen/CIRGenStmtOpenACCLoop.cpp clang/lib/Sema/SemaOpenACC.cpp clang/test/CIR/CodeGenOpenACC/openacc-not-implemented.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/clang/lib/CIR/CodeGen/CIRGenStmtOpenACCLoop.cpp b/clang/lib/CIR/CodeGen/CIRGenStmtOpenACCLoop.cpp
index f26096f70..0c4c6371f 100644
--- a/clang/lib/CIR/CodeGen/CIRGenStmtOpenACCLoop.cpp
+++ b/clang/lib/CIR/CodeGen/CIRGenStmtOpenACCLoop.cpp
@@ -19,7 +19,6 @@
#include "mlir/Dialect/OpenACC/OpenACC.h"
-
using namespace clang;
using namespace clang::CIRGen;
using namespace cir;
``````````
</details>
https://github.com/llvm/llvm-project/pull/137972
More information about the cfe-commits
mailing list