[PATCH] D69560: [clang-tidy] Add 'bugprone-easily-swappable-parameters' check

Stephen Kelly via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 2 07:14:37 PST 2021


steveire added a comment.

I haven't read through all the comments, but the word 'easily' implies 'desirable'. This check seems to be for finding params which are undesirably swappable, right?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69560



More information about the cfe-commits mailing list