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 HEAD~1 HEAD --extensions h,cpp,c -- 
clang/test/OpenMP/target_update_strided_messages.c 
clang/test/OpenMP/target_update_strided_multiple_messages.c 
clang/test/OpenMP/target_update_strided_partial_messages.c 
offload/test/offloading/strided_multiple_update.c 
offload/test/offloading/strided_partial_update.c 
offload/test/offloading/strided_update.c 
clang/include/clang/ASTMatchers/ASTMatchers.h 
clang/lib/ASTMatchers/ASTMatchersInternal.cpp 
clang/lib/ASTMatchers/Dynamic/Registry.cpp 
clang/lib/CodeGen/CGOpenMPRuntime.cpp 
clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp 
clang/unittests/ASTMatchers/ASTMatchersNodeTest.cpp
``````````

</details>

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

``````````diff
diff --git a/clang/lib/CodeGen/CGOpenMPRuntime.cpp 
b/clang/lib/CodeGen/CGOpenMPRuntime.cpp
index fee3f952b..e3d086b0a 100644
--- a/clang/lib/CodeGen/CGOpenMPRuntime.cpp
+++ b/clang/lib/CodeGen/CGOpenMPRuntime.cpp
@@ -7409,7 +7409,7 @@ private:
           return true;
         }
       }
-      return CombinedInfo.NonContigInfo.IsNonContiguous; 
+      return CombinedInfo.NonContigInfo.IsNonContiguous;
     }();
 
     bool IsPrevMemberReference = false;

``````````

</details>


https://github.com/llvm/llvm-project/pull/144635
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to