We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d23c523 commit f186576Copy full SHA for f186576
clang/lib/Sema/SemaOpenMP.cpp
@@ -4287,9 +4287,6 @@ getDispatchRegionParams(Sema &SemaRef) {
4287
ASTContext &Context = SemaRef.getASTContext();
4288
SmallVector<SemaOpenMP::CapturedParamNameType> Params;
4289
4290
- // QualType VoidPtrTy = Context.VoidPtrTy.withConst().withRestrict();
4291
- // Params.push_back(std::make_pair(StringRef(), VoidPtrTy));
4292
-
4293
Params.push_back(std::make_pair(StringRef(), QualType()));
4294
return Params;
4295
}
0 commit comments