[PATCH] D90280: [flang][openacc] Enforce no modifier on enter data and exit data clauses

Kiran Kumar T P via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 27 23:33:27 PDT 2020


kiranktp added inline comments.


================
Comment at: flang/lib/Semantics/check-acc-structure.cpp:128
+    context_.Say(GetContext().clauseSource,
+        "Modifier is not allowed on for the %s clause "
+        "on the %s directive"_err_en_US,
----------------
Possible to rephrase this?
"Modifier is not allowed for the %s clause on the %s directive"


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D90280/new/

https://reviews.llvm.org/D90280



More information about the llvm-commits mailing list