[flang-commits] [flang] [llvm] [Flang][OpenMP][Sema] Adding parsing and semantic support for scan directive. (PR #102792)
Anchu Rajendran S via flang-commits
flang-commits at lists.llvm.org
Wed Nov 13 15:27:34 PST 2024
================
@@ -2865,4 +2879,19 @@ void OmpAttributeVisitor::IssueNonConformanceWarning(
context_.Say(source, "%s"_warn_en_US, warnStr);
}
}
+void OmpAttributeVisitor::ResolveNames(const parser::OmpObjectList &objList) {
----------------
anchuraj wrote:
I believe I was not understanding the existing code well. I made use of `ResolveOmpObjList` function.
https://github.com/llvm/llvm-project/pull/102792
More information about the flang-commits
mailing list