We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92bd6e5 commit 6379ca1Copy full SHA for 6379ca1
flang/lib/Semantics/check-omp-structure.cpp
@@ -3046,7 +3046,7 @@ void OmpStructureChecker::CheckReductionModifier(
3046
if (modifier.v == ReductionModifier::Value::Task) {
3047
// "Task" is only allowed on worksharing or "parallel" directive.
3048
static llvm::omp::Directive worksharing[]{
3049
- llvm::omp::Directive::OMPD_do,
+ llvm::omp::Directive::OMPD_do, //
3050
llvm::omp::Directive::OMPD_scope,
3051
llvm::omp::Directive::OMPD_sections,
3052
// There are more worksharing directives, but they do not apply:
0 commit comments