[clang] [clang][OpenMP] Diagnose badly-formed collapsed imperfect loop nests (#60678) (PR #101305)

Julian Brown via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 1 05:17:40 PDT 2024


jtb20 wrote:

OpenMPIterationSpaceChecker is still passed a pointer to CollapsedLoopDecls, because one caller passes a nullptr, and we don't want to do the analysis in that case.

https://github.com/llvm/llvm-project/pull/101305


More information about the cfe-commits mailing list