================
----------------
joker-eph wrote:
```suggestion
if (!matches[1].empty())
tool = matches[1].ltrim('(').rtrim(')').str();
```
Nit: no trivial braces in MLIR (here and everywhere else)
https://github.com/llvm/llvm-project/pull/158017