Skip to content

Commit 085454a

Browse files
Add documentation for parsing
1 parent a5c72cc commit 085454a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

flang/include/flang/Parser/parse-tree.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3877,6 +3877,8 @@ struct OmpDeclareMapperSpecifier {
38773877
std::tuple<std::optional<Name>, TypeSpec, Name> t;
38783878
};
38793879

3880+
// OMP v5.2: 5.8.8
3881+
// declare-mapper -> DECLARE MAPPER ([mapper-name :] type :: var) map-clauses
38803882
struct OpenMPDeclareMapperConstruct {
38813883
TUPLE_CLASS_BOILERPLATE(OpenMPDeclareMapperConstruct);
38823884
CharBlock source;

0 commit comments

Comments
 (0)