================
@@ -51,31 +51,23 @@ class InterpreterRemoteTest : public InterpreterTestBase {
 
 using Args = std::vector<const char *>;
 
+void removeFilename(int count, llvm::SmallString<256> &Path) {
----------------
vgvassilev wrote:

```suggestion
static void removePathComponent(unsigned N, llvm::SmallString<256> &Path) {
```

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

Reply via email to