[PATCH] D107450: [clang-tidy] Fix wrong and missing warnings in performance-move-const-arg

gehry via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 5 09:10:05 PDT 2021


Sockke added a comment.

Thank you for your reviews, @Quuxplusone, @whisperity, @MTC. I was also considering adding new diagnoses to the current check for these special cases, but I am not sure how to classify and describe them correctly, and whether they need to be added to the new check.
First of all, I want to make sure that the timing of warning and FxiIt in these cases is correct? If the above is no problem, I think I need to classify and modify the diagnostic information in the next step, is that right?


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

https://reviews.llvm.org/D107450



More information about the cfe-commits mailing list