diff --git a/clang/include/clang/Frontend/FrontendOptions.h b/clang/include/clang/Frontend/FrontendOptions.h --- a/clang/include/clang/Frontend/FrontendOptions.h +++ b/clang/include/clang/Frontend/FrontendOptions.h @@ -366,7 +366,7 @@ std::string ARCMTMigrateReportOut; /// The input files and their types. - std::vector Inputs; + SmallVector Inputs; /// When the input is a module map, the original module map file from which /// that map was inferred, if any (for umbrella modules).