[PATCH] D89395: [Flang][OpenMP 4.5] Add semantic check for OpenMP shared and private clause
Valentin Clement via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 28 07:39:46 PDT 2020
clementval added inline comments.
================
Comment at: flang/lib/Semantics/check-omp-structure.cpp:435
+ "array or structure element)"
+ " cannot appear in a private or shared clause."_err_en_US);
+ }
----------------
Clause names are usually uppercase in the error message.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89395/new/
https://reviews.llvm.org/D89395
More information about the llvm-commits
mailing list