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 ac8f13c commit a4d8ea9Copy full SHA for a4d8ea9
flang/lib/Semantics/resolve-directives.cpp
@@ -3032,7 +3032,7 @@ void OmpAttributeVisitor::ResolveOmpDesignator(
3032
"List items must be declared in the same scoping unit in which the %s directive appears"_err_en_US,
3033
parser::ToUpperCaseLetters(
3034
llvm::omp::getOpenMPDirectiveName(directive, version)));
3035
- }
+ }
3036
}
3037
if (ompFlag == Symbol::Flag::OmpReduction) {
3038
// Using variables inside of a namelist in OpenMP reductions
0 commit comments