[clang] fix issue: [Clang][OpenMP] Implicit conversion with `pragma omp taskloop` #100536 (PR #101812)
Alexey Bataev via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 5 04:35:43 PDT 2024
alexey-bataev wrote:
Again, I doubt this is the right fix. I assume the proper fix should properly cast expressions to the required type before using them in the expressions. This patch not fixes the issues, but hides it.
https://github.com/llvm/llvm-project/pull/101812
More information about the cfe-commits
mailing list