[clang-tools-extra] [clang-tidy] cppcoreguidelines-owning-memory: support new expressions through implicit casts (PR #189544)

Yukari Kaname via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 31 08:29:21 PDT 2026


================
@@ -63,7 +63,8 @@ void OwningMemoryCheck::registerMatchers(MatchFinder *Finder) {
                 functionDecl(returns(qualType(hasDeclaration(OwnerDecl)))))),
             CreatesLegacyOwner, LegacyOwnerCast);
----------------
yukarikaname wrote:

thanks for the reivew

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


More information about the cfe-commits mailing list