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 6379ca1 commit f3ab107Copy full SHA for f3ab107
flang/lib/Semantics/check-omp-structure.cpp
@@ -3047,7 +3047,7 @@ void OmpStructureChecker::CheckReductionModifier(
3047
// "Task" is only allowed on worksharing or "parallel" directive.
3048
static llvm::omp::Directive worksharing[]{
3049
llvm::omp::Directive::OMPD_do, //
3050
- llvm::omp::Directive::OMPD_scope,
+ llvm::omp::Directive::OMPD_scope, //
3051
llvm::omp::Directive::OMPD_sections,
3052
// There are more worksharing directives, but they do not apply:
3053
// "for" is C++ only,
0 commit comments