[flang-commits] [PATCH] D89583: [Flang][OpenMP] Semantic checks for Atomic construct.
Valentin Clement via Phabricator via flang-commits
flang-commits at lists.llvm.org
Fri Oct 16 17:08:20 PDT 2020
clementval added inline comments.
================
Comment at: flang/test/Semantics/omp-atomic01.f90:4
+
+ !TODO: At most one hint clause may appear on the construct.
+use omp_lib
----------------
Regarding your general comment. `hint` does not have a `parser::Hint` since it is in the `OmpClause` variant. So you should be able to resolve this todo in this patch as well.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89583/new/
https://reviews.llvm.org/D89583
More information about the flang-commits
mailing list