================
@@ -112,6 +112,7 @@ bool SpecialCaseList::createInternal(const 
std::vector<std::string> &Paths,
       return false;
     }
     std::string ParseError;
+    ++currFileIdx;
----------------
vitalybuka wrote:

Wouild be nice to match idx in Paths array

`for (const auto &Path : Paths)` -> `for (unsigned Idx = 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