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 182d45b + 702e228 commit 1514ed0Copy full SHA for 1514ed0
clang/include/clang/Sema/Sema.h
@@ -14031,7 +14031,7 @@ class Sema final : public SemaBase {
14031
Decl *D)
14032
: TmplAttr(A), Scope(S), NewDecl(D) {}
14033
};
14034
- typedef SmallVector<LateInstantiatedAttribute, 16> LateInstantiatedAttrVec;
+ typedef SmallVector<LateInstantiatedAttribute, 1> LateInstantiatedAttrVec;
14035
14036
void InstantiateAttrs(const MultiLevelTemplateArgumentList &TemplateArgs,
14037
const Decl *Pattern, Decl *Inst,
0 commit comments