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 a5c72cc commit 085454aCopy full SHA for 085454a
flang/include/flang/Parser/parse-tree.h
@@ -3877,6 +3877,8 @@ struct OmpDeclareMapperSpecifier {
3877
std::tuple<std::optional<Name>, TypeSpec, Name> t;
3878
};
3879
3880
+// OMP v5.2: 5.8.8
3881
+// declare-mapper -> DECLARE MAPPER ([mapper-name :] type :: var) map-clauses
3882
struct OpenMPDeclareMapperConstruct {
3883
TUPLE_CLASS_BOILERPLATE(OpenMPDeclareMapperConstruct);
3884
CharBlock source;
0 commit comments