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 origin/main HEAD --extensions h,cpp -- 
clang/include/clang/AST/OpenMPClause.h 
clang/include/clang/AST/RecursiveASTVisitor.h 
clang/include/clang/Sema/SemaOpenMP.h clang/lib/AST/OpenMPClause.cpp 
clang/lib/AST/StmtProfile.cpp clang/lib/CodeGen/CGExprScalar.cpp 
clang/lib/CodeGen/CGOpenMPRuntime.cpp clang/lib/CodeGen/CGStmtOpenMP.cpp 
clang/lib/Parse/ParseOpenMP.cpp clang/lib/Sema/SemaOpenMP.cpp 
clang/lib/Sema/TreeTransform.h clang/lib/Serialization/ASTReader.cpp 
clang/lib/Serialization/ASTWriter.cpp 
clang/test/OpenMP/dims_modifier_ast_print.cpp 
clang/test/OpenMP/dims_modifier_messages.cpp 
clang/test/OpenMP/distribute_parallel_for_num_threads_messages.cpp 
clang/test/OpenMP/distribute_parallel_for_simd_num_threads_messages.cpp 
clang/test/OpenMP/parallel_for_num_threads_messages.cpp 
clang/test/OpenMP/parallel_for_simd_num_threads_messages.cpp 
clang/test/OpenMP/parallel_masked_num_threads_messages.cpp 
clang/test/OpenMP/parallel_master_num_threads_messages.cpp 
clang/test/OpenMP/parallel_num_threads_messages.cpp 
clang/test/OpenMP/parallel_sections_num_threads_messages.cpp 
clang/test/OpenMP/target_parallel_for_num_threads_messages.cpp 
clang/test/OpenMP/target_parallel_for_simd_num_threads_messages.cpp 
clang/test/OpenMP/target_parallel_num_threads_messages.cpp 
clang/test/OpenMP/target_teams_distribute_parallel_for_num_threads_messages.cpp 
clang/test/OpenMP/target_teams_distribute_parallel_for_simd_num_threads_messages.cpp
 clang/test/OpenMP/teams_distribute_parallel_for_simd_num_threads_messages.cpp 
clang/tools/libclang/CIndex.cpp --diff_from_common_commit
``````````

:warning:
The reproduction instructions above might return results for more than one PR
in a stack if you are using a stacked PR workflow. You can limit the results by
changing `origin/main` to the base branch/commit you want to compare against.
:warning:

</details>

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

``````````diff
diff --git a/clang/include/clang/AST/OpenMPClause.h 
b/clang/include/clang/AST/OpenMPClause.h
index a3048709c..1a9f285e6 100644
--- a/clang/include/clang/AST/OpenMPClause.h
+++ b/clang/include/clang/AST/OpenMPClause.h
@@ -900,7 +900,8 @@ public:
   /// \param VL List of references to the expressions.
   /// \param PrescriptivenessModifier The prescriptiveness modifier.
   /// \param DimsModifier The dims modifier.
-  /// \param PrescriptivenessModifierLoc Location of the prescriptiveness 
modifier.
+  /// \param PrescriptivenessModifierLoc Location of the prescriptiveness
+  /// modifier.
   /// \param DimsModifierLoc Location of the dims modifier.
   /// \param DimsModifierExpr The expression of the number of dimensions.
   /// \param PreInit

``````````

</details>


https://github.com/llvm/llvm-project/pull/208353
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to