[flang-commits] [flang] [Flang][OMP]Add support for DECLARE MAPPER parsing and semantics (PR #115160)
Kiran Chandramohan via flang-commits
flang-commits at lists.llvm.org
Wed Nov 6 16:06:18 PST 2024
================
@@ -1605,6 +1609,26 @@ void OmpVisitor::Post(const parser::OpenMPBlockConstruct &x) {
}
}
+bool OmpVisitor::Pre(const parser::OpenMPDeclareMapperConstruct &x) {
----------------
kiranchandramohan wrote:
Please add a few comments saying what this function is doing and why everything is done in Pre?
The change here requires a debug-dump-symbols or an unparse with symbols test.
https://github.com/llvm/llvm-project/pull/115160
More information about the flang-commits
mailing list