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 a50ca71 commit 8a2666cCopy full SHA for 8a2666c
flang/lib/Semantics/resolve-names.cpp
@@ -1513,12 +1513,8 @@ class OmpVisitor : public virtual DeclarationVisitor {
1513
1514
bool Pre(const parser::OpenMPDeclareSimdConstruct &x) {
1515
AddOmpSourceRange(x.source);
1516
- SkipImplicitTyping(true);
1517
return true;
1518
}
1519
- void Post(const parser::OpenMPDeclareSimdConstruct &x) {
1520
- SkipImplicitTyping(false);
1521
- }
1522
1523
bool Pre(const parser::OmpInitializerProc &x) {
1524
auto &procDes = std::get<parser::ProcedureDesignator>(x.t);
0 commit comments