[PATCH] D60875: [OpenMP] Add checks for requires and target directives.

Alexey Bataev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 18 10:04:22 PDT 2019


ABataev added inline comments.


================
Comment at: include/clang/Basic/DiagnosticSemaKinds.td:9136
+def err_omp_target_before_requires : Error <
+  "Target region encountered before requires directive with '%0' clause">;
+def note_omp_requires_encountered_target : Note <
----------------
The messages must start from lower letter. Other messages must be fixed too in separate patches.


Repository:
  rC Clang

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

https://reviews.llvm.org/D60875





More information about the cfe-commits mailing list