[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 07:44:55 PDT 2026
================
----------------
vbvictor wrote:
Do we still need plain `CreatesOwner` somewhere?
If not, can we instead place `ignoringImpCasts()` here and don't add new variable `CreatesOwnerWithCasts`
https://github.com/llvm/llvm-project/pull/189544
More information about the cfe-commits
mailing list