[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
Tue Nov 12 15:18:40 PST 2024


================
@@ -198,6 +198,10 @@ class DirectiveStructureChecker : public virtual BaseChecker {
     ClauseMapTy clauseInfo;
     std::list<C> actualClauses;
     std::list<C> crtGroup;
+    std::set<std::string> usedInScanDirective;
----------------
anchuraj wrote:

Thank you. Missing `ResolveName` was the reason. I have updated. I was able to update the datastructures to use `Symbol *` I have moved the structures to `check-omp-structure.h` 

https://github.com/llvm/llvm-project/pull/102792


More information about the flang-commits mailing list