Skip to content

Commit add60ab

Browse files
author
git apple-llvm automerger
committed
Merge commit 'a2b31109458a' from llvm.org/main into next
2 parents f51369f + a2b3110 commit add60ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Sema/DeclSpec.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1989,7 +1989,7 @@ class Declarator {
19891989
/// parsed. This is pushed from the identifier out, which means that element
19901990
/// #0 will be the most closely bound to the identifier, and
19911991
/// DeclTypeInfo.back() will be the least closely bound.
1992-
SmallVector<DeclaratorChunk, 8> DeclTypeInfo;
1992+
SmallVector<DeclaratorChunk, 4> DeclTypeInfo;
19931993

19941994
/// InvalidType - Set by Sema::GetTypeForDeclarator().
19951995
LLVM_PREFERRED_TYPE(bool)

0 commit comments

Comments
 (0)