[flang-commits] [clang] [flang] [clang][OpenMP] Diagnose invalid allocator in `#pragma omp allocate`; avoid null deref (PR #158146)
Shafik Yaghmour via flang-commits
flang-commits at lists.llvm.org
Tue Sep 16 18:17:31 PDT 2025
================
@@ -3321,9 +3321,9 @@ SemaOpenMP::CheckOMPThreadPrivateDecl(SourceLocation Loc,
}
return D;
}
-
----------------
shafik wrote:
Please remove this newline
https://github.com/llvm/llvm-project/pull/158146
More information about the flang-commits
mailing list