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 224a8e0 commit 731d27bCopy full SHA for 731d27b
clang/lib/Sema/SemaOpenMP.cpp
@@ -22592,8 +22592,7 @@ ExprResult SemaOpenMP::ActOnOpenMPDeclareMapperDirectiveVarDecl(
22592
}
22593
22594
void SemaOpenMP::ActOnOpenMPIteratorVarDecl(VarDecl *VD) {
22595
- if (DSAStack->getDeclareMapperVarRef())
22596
- {
+ if (DSAStack->getDeclareMapperVarRef()) {
22597
SemaRef.Consumer.HandleTopLevelDecl(DeclGroupRef(VD));
22598
DSAStack->addIteratorVarDecl(VD);
22599
0 commit comments