================
@@ -122,6 +123,7 @@ bool SpecialCaseList::createInternal(const 
std::vector<std::string> &Paths,
 
 bool SpecialCaseList::createInternal(const MemoryBuffer *MB,
                                      std::string &Error) {
+  ++currFileIdx;
----------------
vitalybuka wrote:

MemoryBuffer is always one, let's make it 0

https://github.com/llvm/llvm-project/pull/141540
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to