diff options
-rw-r--r-- | clang/include/clang/Frontend/FrontendOptions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/Frontend/FrontendOptions.h b/clang/include/clang/Frontend/FrontendOptions.h index 09d83adf579..70eb3425b0d 100644 --- a/clang/include/clang/Frontend/FrontendOptions.h +++ b/clang/include/clang/Frontend/FrontendOptions.h @@ -366,7 +366,7 @@ public: std::string ARCMTMigrateReportOut; /// The input files and their types. - std::vector<FrontendInputFile> Inputs; + SmallVector<FrontendInputFile, 0> Inputs; /// When the input is a module map, the original module map file from which /// that map was inferred, if any (for umbrella modules). |