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 a79404e commit d79c284Copy full SHA for d79c284
flang/lib/Semantics/check-omp-structure.cpp
@@ -1744,7 +1744,7 @@ void OmpStructureChecker::Enter(const parser::OpenMPFlushConstruct &x) {
1744
void OmpStructureChecker::Leave(const parser::OpenMPFlushConstruct &x) {
1745
auto &flushList{std::get<std::optional<parser::OmpArgumentList>>(x.v.t)};
1746
1747
- auto isVariableListItemOrCommonBlock{[this](const Symbol &sym) {
+ auto isVariableListItemOrCommonBlock{[](const Symbol &sym) {
1748
return IsVariableListItem(sym) ||
1749
sym.detailsIf<semantics::CommonBlockDetails>();
1750
}};
0 commit comments