Skip to content

Commit 295def6

Browse files
committed
Missed feedback item to address
1 parent 6c39757 commit 295def6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Sema/SemaOpenMP.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16024,7 +16024,7 @@ StmtResult SemaOpenMP::ActOnOpenMPFuseDirective(ArrayRef<OMPClause *> Clauses,
1602416024
"found in the sequence");
1602516025

1602616026
// Handle clauses, which can be any of the following: [looprange, apply]
16027-
const OMPLoopRangeClause *LRC =
16027+
const auto *LRC =
1602816028
OMPExecutableDirective::getSingleClause<OMPLoopRangeClause>(Clauses);
1602916029

1603016030
// The clause arguments are invalidated if any error arises

0 commit comments

Comments
 (0)