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 727d3fe commit e97f137Copy full SHA for e97f137
lib/ClangImporter/ClangImporter.cpp
@@ -923,7 +923,7 @@ getClangInvocationFileMapping(ASTContext &ctx) {
923
cxxStdlibDirs.push_back(Path(iter->path()));
924
}
925
926
- SmallVector<std::pair<std::string, std::string>> result;
+ SmallVector<std::pair<std::string, std::string>, 16> result;
927
// Inject a modulemap into the VFS for each of the libstdc++ versions.
928
for (const Path &cxxStdlibDir : cxxStdlibDirs) {
929
// Only inject the module map if the module does not already exist at
0 commit comments