================ @@ -4280,6 +4282,18 @@ getTargetRegionParams(Sema &SemaRef) { return Params; } +static SmallVector<SemaOpenMP::CapturedParamNameType> +getDispatchRegionParams(Sema &SemaRef) { + ASTContext &Context = SemaRef.getASTContext(); + SmallVector<SemaOpenMP::CapturedParamNameType> Params; + + // QualType VoidPtrTy = Context.VoidPtrTy.withConst().withRestrict(); + // Params.push_back(std::make_pair(StringRef(), VoidPtrTy)); ---------------- alexey-bataev wrote:
Remove it https://github.com/llvm/llvm-project/pull/131838 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits