[flang-commits] [flang] [flang][OpenMP] Minimal fix for flang build after 'omp assume' patch (PR #102008)

via flang-commits flang-commits at lists.llvm.org
Mon Aug 5 09:19:19 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 b4ac7f4fc91ee5c8a192bcf15fffa69cb30d1912 d9ea1c555c3509595bd2d6748e29fae5d971f31f --extensions cpp,h -- flang/lib/Lower/OpenMP/Clauses.cpp flang/lib/Lower/OpenMP/Clauses.h flang/lib/Semantics/check-omp-structure.cpp
``````````

</details>

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

``````````diff
diff --git a/flang/lib/Lower/OpenMP/Clauses.cpp b/flang/lib/Lower/OpenMP/Clauses.cpp
index 5b77c8c97b..256a603014 100644
--- a/flang/lib/Lower/OpenMP/Clauses.cpp
+++ b/flang/lib/Lower/OpenMP/Clauses.cpp
@@ -905,7 +905,7 @@ NoOpenmp make(const parser::OmpClause::NoOpenmp &inp,
 
 // NoOpenmpRoutines: missing-in-parser
 NoOpenmpRoutines make(const parser::OmpClause::NoOpenmpRoutines &inp,
-              semantics::SemanticsContext &semaCtx) {
+                      semantics::SemanticsContext &semaCtx) {
   llvm_unreachable("Unimplemented: no_openmp_routines");
 }
 

``````````

</details>


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


More information about the flang-commits mailing list