[flang-commits] [flang] [llvm] [Flang][OpenMP][Sema] Adding parsing and semantic support for scan directive. (PR #102792)
Kiran Chandramohan via flang-commits
flang-commits at lists.llvm.org
Tue Nov 12 15:31:08 PST 2024
================
@@ -2865,4 +2879,19 @@ void OmpAttributeVisitor::IssueNonConformanceWarning(
context_.Say(source, "%s"_warn_en_US, warnStr);
}
}
+void OmpAttributeVisitor::ResolveNames(const parser::OmpObjectList &objList) {
----------------
kiranchandramohan wrote:
I am a bit surprised that we needed to define this function. Was the resolution of names not handled anywhere else?
https://github.com/llvm/llvm-project/pull/102792
More information about the flang-commits
mailing list