Skip to content

Commit ea0a6ab

Browse files
committed
Merge remote-tracking branch 'parent/main' into mt-2-msvc
2 parents 63f0639 + 702e228 commit ea0a6ab

File tree

1 file changed

+1
-1
lines changed
  • clang/include/clang/Sema

1 file changed

+1
-1
lines changed

clang/include/clang/Sema/Sema.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14031,7 +14031,7 @@ class Sema final : public SemaBase {
1403114031
Decl *D)
1403214032
: TmplAttr(A), Scope(S), NewDecl(D) {}
1403314033
};
14034-
typedef SmallVector<LateInstantiatedAttribute, 16> LateInstantiatedAttrVec;
14034+
typedef SmallVector<LateInstantiatedAttribute, 1> LateInstantiatedAttrVec;
1403514035

1403614036
void InstantiateAttrs(const MultiLevelTemplateArgumentList &TemplateArgs,
1403714037
const Decl *Pattern, Decl *Inst,

0 commit comments

Comments
 (0)