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 2a9afdb commit a2b3110Copy full SHA for a2b3110
clang/include/clang/Sema/DeclSpec.h
@@ -1918,7 +1918,7 @@ class Declarator {
1918
/// parsed. This is pushed from the identifier out, which means that element
1919
/// #0 will be the most closely bound to the identifier, and
1920
/// DeclTypeInfo.back() will be the least closely bound.
1921
- SmallVector<DeclaratorChunk, 8> DeclTypeInfo;
+ SmallVector<DeclaratorChunk, 4> DeclTypeInfo;
1922
1923
/// InvalidType - Set by Sema::GetTypeForDeclarator().
1924
LLVM_PREFERRED_TYPE(bool)
0 commit comments