[flang-commits] [flang] [llvm] [Flang][OMP]Add support for DECLARE MAPPER parsing and semantics (PR #115160)
Tom Eccles via flang-commits
flang-commits at lists.llvm.org
Mon Nov 11 06:27:23 PST 2024
================
@@ -3872,6 +3872,17 @@ struct OpenMPDeclareTargetConstruct {
std::tuple<Verbatim, OmpDeclareTargetSpecifier> t;
};
+struct OmpDeclareMapperSpecifier {
----------------
tblah wrote:
ultra nit: some of the declarations in this file have a comment giving the OpenMP 5.2 section number and what the parsing looks like (e.g. see DECLARE REDUCTION below). It would be nice to see one here.
https://github.com/llvm/llvm-project/pull/115160
More information about the flang-commits
mailing list