[flang-commits] [flang] [NFC][flang][OpenMP] Split `DataSharing` and `Clause` processors (PR #81973)

via flang-commits flang-commits at lists.llvm.org
Fri Feb 16 00:11:17 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 118a2a52fd465b7576c54bd102ee2e417a3b9a71 6d15e281ff95a96c0f0e1682de716a0f11955593 -- flang/lib/Lower/ClauseProcessor.cpp flang/lib/Lower/ClauseProcessor.h flang/lib/Lower/DataSharingProcessor.cpp flang/lib/Lower/DataSharingProcessor.h flang/lib/Lower/OpenMPUtils.cpp flang/lib/Lower/OpenMPUtils.h flang/lib/Lower/OpenMP.cpp
``````````

</details>

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

``````````diff
diff --git a/flang/lib/Lower/OpenMPUtils.cpp b/flang/lib/Lower/OpenMPUtils.cpp
index 5b3b3a264e..c5b682a07c 100644
--- a/flang/lib/Lower/OpenMPUtils.cpp
+++ b/flang/lib/Lower/OpenMPUtils.cpp
@@ -53,4 +53,3 @@ getOmpObjectSymbol(const Fortran::parser::OmpObject &ompObject) {
 } // namespace omp
 } // namespace lower
 } // namespace Fortran
-
diff --git a/flang/lib/Lower/OpenMPUtils.h b/flang/lib/Lower/OpenMPUtils.h
index 23959c6085..2ee256d115 100644
--- a/flang/lib/Lower/OpenMPUtils.h
+++ b/flang/lib/Lower/OpenMPUtils.h
@@ -24,4 +24,3 @@ getOmpObjectSymbol(const Fortran::parser::OmpObject &ompObject);
 } // namespace omp
 } // namespace lower
 } // namespace Fortran
-

``````````

</details>


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


More information about the flang-commits mailing list