[PATCH] D97297: [clang-tidy] Suppress reports to patternedly named parameters in 'bugprone-easily-swappable-parameters'
Whisperity via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 24 00:07:34 PST 2021
whisperity added a comment.
In D97297#2583391 <https://reviews.llvm.org/D97297#2583391>, @Eugene.Zelenko wrote:
> Please mention new option in Release Notes.
The base check is not yet accepted or in. I plan to land the entire thing in one go once everything is accepted because a partial landing would result in a useless check (in one way or another).
================
Comment at: clang-tools-extra/docs/clang-tidy/checks/bugprone-easily-swappable-parameters.rst:89
+ warning about the two parameters are silenced.
+ Defaults to ``1``.
+ Might be any positive integer.
----------------
Eugene.Zelenko wrote:
> Please use single back-ticks for option values. Same below.
**All** values (including above the ``_Bool`` and such, or only the numeric constants? The ``LHS`` and ``RHS`` below are examples of source code, not a valid value for the option.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97297/new/
https://reviews.llvm.org/D97297
More information about the cfe-commits
mailing list