[Mlir-commits] [llvm] [mlir] Fix/clang tidy parameter style (PR #154995)

Mehdi Amini llvmlistbot at llvm.org
Sat Aug 23 01:27:10 PDT 2025


joker-eph wrote:

> Fix https://github.com/llvm/llvm-project/issues/154957

Have you verified that? I don't see this myself: when I apply your patch and run:

```
clang-tidy -p build mlir/lib/Analysis/FlatLinearValueConstraints.cpp --checks=-*,readability-identifier-naming 
```

It continues to try to rewrite the variable.

https://github.com/llvm/llvm-project/pull/154995


More information about the Mlir-commits mailing list