[flang] [llvm] [Flang][OMP]Add support for DECLARE MAPPER parsing and semantics (PR #115160)
Kiran Chandramohan via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 12 04:06:41 PST 2024
================
@@ -1605,6 +1609,35 @@ void OmpVisitor::Post(const parser::OpenMPBlockConstruct &x) {
}
}
+// This "manually" walks the tree of the cosntruct, because the order
----------------
kiranchandramohan wrote:
```suggestion
// This "manually" walks the tree of the construct, because the order
```
https://github.com/llvm/llvm-project/pull/115160
More information about the llvm-commits
mailing list