[PATCH] D154672: [OPENMP52] Deprecation of 'depend' clause in ordered directive.
Alexey Bataev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 7 05:28:33 PDT 2023
ABataev added inline comments.
================
Comment at: clang/include/clang/Basic/DiagnosticParseKinds.td:1532
InGroup<OpenMPClauses>;
+def warn_omp_depend_in_ordered_deprecated : Warning<"denpend clause for ordered is deprecated; use doacross instaed">, InGroup<Deprecated>;
----------------
denpend->depend
instaed->instead
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154672/new/
https://reviews.llvm.org/D154672
More information about the cfe-commits
mailing list