steakhal wrote: I think the CXXInstanceCall class hierarchy should account for explicit object parameters. If they were, this checker would work out of the box. Fixing this checker by separately handling explicit object param methods would make it work, but leave the rest of the checkers not benefit from. In fact, workarounds like here would make the transition more difficult once the CXXInstanceCall class hierarchy honours explicit object params. So I'd lean towards a broader fix than focusing on a single checker - here the move checker.
I've spawned an agent to explore the design space. https://github.com/llvm/llvm-project/pull/218303 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
