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 acc37eb commit 30c575bCopy full SHA for 30c575b
flang/include/flang/Parser/openmp-utils.h
@@ -56,6 +56,10 @@ struct DirectiveNameScope {
56
return name;
57
}
58
59
+ static OmpDirectiveName GetOmpDirectiveName(const OmpDirectiveName &x) {
60
+ return x;
61
+ }
62
+
63
static OmpDirectiveName GetOmpDirectiveName(const OmpBeginLoopDirective &x) {
64
return x.DirName();
65
0 commit comments