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 b9b8e29 commit d4a0557Copy full SHA for d4a0557
clang/lib/CIR/CodeGen/CIRGenDeclOpenACC.cpp
@@ -132,7 +132,7 @@ static const Decl *getDeclareReferencedDecl(const Expr *e) {
132
curVarExpr = ase->getBase()->IgnoreParenImpCasts();
133
134
if (const auto *dre = dyn_cast<DeclRefExpr>(curVarExpr))
135
- return dredre->getFoundDecl()->getCanonicalDecl();
+ return dre->getFoundDecl()->getCanonicalDecl();
136
137
// MemberExpr is allowed when it is implicit 'this'.
138
return cast<MemberExpr>(curVarExpr)->getMemberDecl()->getCanonicalDecl();
0 commit comments