[clang] [llvm] remove redundant uses of `isa` caught by clang-tidy (NFC) (PR #192813)

Oliver Hunt via cfe-commits cfe-commits at lists.llvm.org
Sun Apr 19 19:13:31 PDT 2026


https://github.com/ojhunt requested changes to this pull request.

In general, you should fix every line you're changing that currently uses auto to use an explicit time in line with the general LLVM rules.

The naming of variables in this code seems depressingly random, but it's not something to address in this PR.

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


More information about the cfe-commits mailing list