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 b4cdf0b commit 55a5aa5Copy full SHA for 55a5aa5
clang/lib/CIR/CodeGen/CIRGenFunction.h
@@ -153,7 +153,7 @@ class CIRGenFunction : public CIRGenTypeCache {
153
mlir::Operation *curFn = nullptr;
154
155
/// Save Parameter Decl for coroutine.
156
- llvm::SmallVector<const ParmVarDecl *, 4> fnArgs;
+ llvm::SmallVector<const ParmVarDecl *> fnArgs;
157
158
using DeclMapTy = llvm::DenseMap<const clang::Decl *, Address>;
159
/// This keeps track of the CIR allocas or globals for local C
0 commit comments