[clang] [clang] apply clang-tidy's llvm-redundant-casting (NFC) (PR #191322)

Henrik G. Olsson via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 9 16:40:50 PDT 2026


hnrklssn wrote:

This is a follow up to https://github.com/llvm/llvm-project/pull/189106, which only addressed `dyn_cast`. This one addresses both `cast` and `dyn_cast`, and their variants `_or_null`/`_if_present` variants.

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


More information about the cfe-commits mailing list