[flang-commits] [flang] [Flang][OpenMP][Lower] NFC: Clause lowering cleanup (PR #103058)

via flang-commits flang-commits at lists.llvm.org
Tue Aug 13 06:20:56 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 2b077ede083b4185f51a2fe648a27e4c85352a2f c7c3a050bf6fc09be0a68b8d32a85a2d2619951b --extensions cpp,h -- flang/lib/Lower/OpenMP/ClauseProcessor.cpp flang/lib/Lower/OpenMP/ClauseProcessor.h flang/lib/Lower/OpenMP/OpenMP.cpp
``````````

</details>

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

``````````diff
diff --git a/flang/lib/Lower/OpenMP/OpenMP.cpp b/flang/lib/Lower/OpenMP/OpenMP.cpp
index d900f7fbf7..95c55805dc 100644
--- a/flang/lib/Lower/OpenMP/OpenMP.cpp
+++ b/flang/lib/Lower/OpenMP/OpenMP.cpp
@@ -1230,7 +1230,7 @@ static void genTargetEnterExitUpdateDataClauses(
   } else {
     cp.processMap(loc, stmtCtx, clauseOps);
   }
-  
+
   cp.processNowait(clauseOps);
 }
 

``````````

</details>


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


More information about the flang-commits mailing list