[PATCH] D69560: [clang-tidy] Add 'bugprone-easily-swappable-parameters' check
Whisperity via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 24 07:13:36 PDT 2021
whisperity marked 3 inline comments as done.
whisperity added inline comments.
================
Comment at: clang-tools-extra/clang-tidy/bugprone/EasilySwappableParametersCheck.cpp:57
+ "Const_Reverse_Iterator",
+ "const_reverse_iterator"
+ "Constreverseiterator",
----------------
RKSimon wrote:
> @whisperity There is a missing comma at the end of the "const_reverse_iterator" line causing implicit concatenation with the following "Constreverseiterator" line.
Thanks... I'll get around to hotfixing this ASAP, and hope it can be backported to //13.0//...
(I wish there was a checker for this? 🙄)
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