[flang-commits] [flang] [flang][OpenMP] Implement flexible OpenMP clause representation (PR #81621)

via flang-commits flang-commits at lists.llvm.org
Tue Feb 13 08:32:45 PST 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 89c1bf1230e011f2f0e43554c278205fa1819de5 5e67fca62182b2baa0c71377c89740d81fa84051 -- flang/lib/Lower/OpenMP.cpp
``````````

</details>

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

``````````diff
diff --git a/flang/lib/Lower/OpenMP.cpp b/flang/lib/Lower/OpenMP.cpp
index 24bef1d999..a9a35fdef9 100644
--- a/flang/lib/Lower/OpenMP.cpp
+++ b/flang/lib/Lower/OpenMP.cpp
@@ -172,7 +172,8 @@ using SomeType = evaluate::SomeType;
 using SomeExpr = semantics::SomeExpr;
 using MaybeExpr = semantics::MaybeExpr;
 
-template <typename T> using List = std::vector<T>;
+template <typename T>
+using List = std::vector<T>;
 
 struct SymDsgExtractor {
   using SymDsg = std::tuple<semantics::Symbol *, MaybeExpr>;

``````````

</details>


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


More information about the flang-commits mailing list