[clang-tools-extra] [clang-tidy] performance-unnecessary-copy-initialization: Enhance the check for the scenario with MemberExpr initialization. (PR #151936)

Baranov Victor via cfe-commits cfe-commits at lists.llvm.org
Sat Aug 16 11:31:58 PDT 2025


https://github.com/vbvictor commented:

Could we add tests with:
`a.member.foo()`
`a.foo().member`

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


More information about the cfe-commits mailing list