[clang] [OpenMP] Patch for Support to loop bind clause : Checking Parent Region (PR #76938)
Alexey Bataev via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 4 04:09:25 PST 2024
================
@@ -11335,6 +11335,7 @@ class Sema final {
/// on the parameter of the bind clause. In the methods for the
/// mapped directives, check the parameters of the lastprivate clause.
bool checkLastPrivateForMappedDirectives(ArrayRef<OMPClause *> Clauses);
+
----------------
alexey-bataev wrote:
Unrelated change, drop it, make it in a separate NFC patch
https://github.com/llvm/llvm-project/pull/76938
More information about the cfe-commits
mailing list