[clang] [Clang-Repl] Add custom function as lambda in launchExecutor and fetch PID of launched executor (PR #147478)
Vassil Vassilev via cfe-commits
cfe-commits at lists.llvm.org
Sun Aug 3 08:14:09 PDT 2025
================
@@ -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
More information about the cfe-commits
mailing list