[PATCH] D69959: [C-index] Fix test when using Debug target & MSVC STL

Alexandre Ganea via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 13 10:51:03 PST 2019


aganea updated this revision to Diff 229136.
aganea added a comment.

Revert everything, but the change to `FrontendOptions::Inputs`.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69959/new/

https://reviews.llvm.org/D69959

Files:
  clang/include/clang/Frontend/FrontendOptions.h


Index: clang/include/clang/Frontend/FrontendOptions.h
===================================================================
--- clang/include/clang/Frontend/FrontendOptions.h
+++ clang/include/clang/Frontend/FrontendOptions.h
@@ -366,7 +366,7 @@
   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).


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69959.229136.patch
Type: text/x-patch
Size: 553 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191113/2ff4ee92/attachment.bin>


More information about the llvm-commits mailing list