[PATCH] D89546: [Flang][OpenMP 4.5] Add semantic check for OpenMP schedule clause
Valentin Clement via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 28 07:37:20 PDT 2020
clementval added inline comments.
================
Comment at: flang/lib/Semantics/check-omp-structure.cpp:609
+ RequiresPositiveParameter(llvm::omp::Clause::OMPC_schedule, *chunkExpr,
+ "The chunk size of the schedule clause must be"
+ " a positive integer expression."_err_en_US);
----------------
The clause and directive name is usually in upper case in the error message.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89546/new/
https://reviews.llvm.org/D89546
More information about the llvm-commits
mailing list