whisperity added a comment.

I think this is becoming okay and looks safe enough. I can't really grasp what 
`HasCheckedMoveSet` means, and how it synergises with storing `CallExpr`s so 
maybe a better name should be added. Do you mean `AlreadyCheckedMoves`? When is 
it possible that the same `CallExpr` of `std::move` will be matched multiple 
times?

In general going from `T&&` to `const T&` would be a broken change if the 
function implementation //calls// a non-const member method on the `T` 
instance, but I can be convinced that saying `consider [...]` instead of 
generating a bogus fix-it is enough, there is hopefully no need to extensively 
analyse and guard against this.

There has been a new release since the patch was proposed so a rebase should be 
needed.
@aaron.ballman What do you think, does this warrant a ReleaseNotes entry?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D107450/new/

https://reviews.llvm.org/D107450

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to