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.
2 parents 88b2952 + 3977c89 commit 24f2032Copy full SHA for 24f2032
lib/Sema/CSClosure.cpp
@@ -38,7 +38,7 @@ Expr *getVoidExpr(ASTContext &ctx) {
38
/// Find any type variable references inside of an AST node.
39
class TypeVariableRefFinder : public ASTWalker {
40
/// A stack of all closures the walker encountered so far.
41
- SmallVector<DeclContext *> ClosureDCs;
+ SmallVector<DeclContext *, 2> ClosureDCs;
42
43
ConstraintSystem &CS;
44
ASTNode Parent;
0 commit comments