Skip to content

Commit 5134b1b

Browse files
committed
negative, sorry
1 parent ec143c1 commit 5134b1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Sema/SemaTemplateInstantiateDecl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5845,7 +5845,7 @@ void Sema::InstantiateFunctionDefinition(SourceLocation PointOfInstantiation,
58455845
return Context.isUnevaluated() || Context.isImmediateFunctionContext();
58465846
});
58475847
}();
5848-
if (ShouldSkipCG) {
5848+
if (!ShouldSkipCG) {
58495849
DeclGroupRef DG(Function);
58505850
Consumer.HandleTopLevelDecl(DG);
58515851
}

0 commit comments

Comments
 (0)