The string table DefaultIgnoredParameterTypeSuffixes has a typo:
ForwardIt is mistyped as FowardIt.
Correct typo and add test coverage.
Differential D112596
[clang-tidy] Correct typo in bugprone-easily-swappable-parameters salman-javed-nz on Oct 26 2021, 11:49 PM. Authored by
Details The string table DefaultIgnoredParameterTypeSuffixes has a typo: Correct typo and add test coverage.
Diff Detail
Event TimelineComment Actions Pretty sure this is a typo. Curiously the unit tests did not pick it up. Comment Actions 100% typo. 😂 Aww 'chute... Bunch of rebases. Did you check the documentation file? It should mention the default values for the checker configuration options. Does it say ForwardIt there properly? Comment Actions The documentation looks correct.
Comment Actions Perfect! Have you obtained commit rights already, or should I go ahead and commit this? Comment Actions I have just received commit access, and this will be my first patch that I can commit on my own. |