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 5c75517 commit 7bbb30aCopy full SHA for 7bbb30a
clang/lib/CodeGen/CGOpenMPRuntime.cpp
@@ -7804,7 +7804,7 @@ class MappableExprsHandler {
7804
if (!C)
7805
continue;
7806
if (auto *IE = dyn_cast_or_null<OMPIteratorExpr>(
7807
- const_cast<OMPMapClause *>(C)->getIteratorModifier())) {
+ const_cast<OMPMapClause *>(C)->getIteratorModifier())) {
7808
if (auto *VD = dyn_cast<VarDecl>(IE->getIteratorDecl(0))) {
7809
if (!VD->isLocalVarDecl())
7810
CGF.CGM.EmitGlobal(GlobalDecl(VD));
0 commit comments