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 f51369f + a2b3110 commit add60abCopy full SHA for add60ab
clang/include/clang/Sema/DeclSpec.h
@@ -1989,7 +1989,7 @@ class Declarator {
1989
/// parsed. This is pushed from the identifier out, which means that element
1990
/// #0 will be the most closely bound to the identifier, and
1991
/// DeclTypeInfo.back() will be the least closely bound.
1992
- SmallVector<DeclaratorChunk, 8> DeclTypeInfo;
+ SmallVector<DeclaratorChunk, 4> DeclTypeInfo;
1993
1994
/// InvalidType - Set by Sema::GetTypeForDeclarator().
1995
LLVM_PREFERRED_TYPE(bool)
0 commit comments