[PATCH] D69560: [clang-tidy] Add 'bugprone-easily-swappable-parameters' check
Simon Pilgrim via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 20 12:53:09 PDT 2021
RKSimon added inline comments.
================
Comment at: clang-tools-extra/clang-tidy/bugprone/EasilySwappableParametersCheck.cpp:57
+ "Const_Reverse_Iterator",
+ "const_reverse_iterator"
+ "Constreverseiterator",
----------------
@whisperity There is a missing comma at the end of the "const_reverse_iterator" line causing implicit concatenation with the following "Constreverseiterator" line.
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