[clang-tools-extra] [clang-tidy] cppcoreguidelines-owning-memory: support new expressions through implicit casts (PR #189544)
Baranov Victor via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 31 08:00:06 PDT 2026
================
----------------
vbvictor wrote:
> I think it is still used elsewhere (e.g. L74)
L74 is `ConsideredOwner` which uses `CreatesOwnerWithCasts` under the hood
https://github.com/llvm/llvm-project/pull/189544
More information about the cfe-commits
mailing list