[PATCH] D93213: [Flang] [OpenMP] Add semantic check for OpenMP private ,firstprivate and lastprivate clauses

Praveen G via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 14 07:13:42 PST 2020


praveen added a comment.

"Variables that appear in namelist statements, **in variable format expressions**, or in expressions for statement function definitions, may not appear in a firstprivate clause."

@kiranchandramohan  I was not able to find the implementation for the "variable format expressions" . Do we have support for this part ?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93213



More information about the llvm-commits mailing list