[flang-commits] [flang] [mlir] [Flang][OpenMP] Add LLVM translation support for UNTIED clause in Task (PR #121052)
via flang-commits
flang-commits at lists.llvm.org
Tue Dec 24 07:02:46 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 334a5766d7591bfaadf6990b3d8568c9688e22a5 89873537bac3b9a4ff4b6aea6d2bb9eb3781be9d --extensions cpp -- flang/lib/Lower/OpenMP/OpenMP.cpp flang/lib/Semantics/check-omp-structure.cpp mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/flang/lib/Semantics/check-omp-structure.cpp b/flang/lib/Semantics/check-omp-structure.cpp
index 4e6212b6a7..5fbe8f8a57 100644
--- a/flang/lib/Semantics/check-omp-structure.cpp
+++ b/flang/lib/Semantics/check-omp-structure.cpp
@@ -217,8 +217,7 @@ private:
// can appear within the OpenMP construct
class OmpDesignatorChecker {
public:
- OmpDesignatorChecker(SemanticsContext &context)
- : context_{context}{}
+ OmpDesignatorChecker(SemanticsContext &context) : context_{context} {}
template <typename T> bool Pre(const T &) { return true; }
template <typename T> void Post(const T &) {}
``````````
</details>
https://github.com/llvm/llvm-project/pull/121052
More information about the flang-commits
mailing list