[flang-commits] [flang] [flang][semantics][OpenMP] no privatisation of stmt functions (PR #106550)

Tom Eccles via flang-commits flang-commits at lists.llvm.org
Thu Oct 3 08:52:25 PDT 2024


================
@@ -718,7 +718,7 @@ class OmpAttributeVisitor : DirectiveAttributeVisitor<llvm::omp::Directive> {
   void CheckDataCopyingClause(
       const parser::Name &, const Symbol &, Symbol::Flag);
   void CheckAssocLoopLevel(std::int64_t level, const parser::OmpClause *clause);
-  void CheckObjectInNamelistOrAssociate(
+  void CheckObjectIsPrivatisable(
----------------
tblah wrote:

I agree we should use the American spelling.

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


More information about the flang-commits mailing list