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 f7cddf8 commit d1f510cCopy full SHA for d1f510c
flang/lib/Semantics/canonicalize-omp.cpp
@@ -92,7 +92,7 @@ class CanonicalizationOfOmp {
92
nextIt = it;
93
while (++nextIt != block.end()) {
94
// Ignore compiler directives.
95
- if (auto *directive{GetConstructIf<parser::CompilerDirective>(*nextIt)})
+ if (GetConstructIf<parser::CompilerDirective>(*nextIt))
96
continue;
97
98
if (auto *doCons{GetConstructIf<parser::DoConstruct>(*nextIt)}) {
0 commit comments