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 e210db4 + cead102 commit 16974a4Copy full SHA for 16974a4
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