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 fa311f8 commit 522cd23Copy full SHA for 522cd23
clang/lib/Sema/SemaOpenMP.cpp
@@ -17332,9 +17332,8 @@ OMPClause *SemaOpenMP::ActOnOpenMPDefaultClause(
17332
if (IsTargetDefault && M == OMP_DEFAULT_shared)
17333
return nullptr;
17334
17335
- auto &&SetDefaultClauseAttrs = [&](llvm::omp::DefaultKind M,
17336
- OpenMPDefaultClauseVariableCategory
17337
- VCKind) {
+ auto SetDefaultClauseAttrs = [&](llvm::omp::DefaultKind M,
+ OpenMPDefaultClauseVariableCategory VCKind) {
17338
OpenMPDefaultmapClauseModifier DefMapMod;
17339
OpenMPDefaultmapClauseKind DefMapKind;
17340
// default data-sharing-attribute
0 commit comments