[PATCH] D68694: [clang-tidy] hicpp-signed-bitwise: Do not show "use of a signed integer operand with a binary bitwise operator" for positive integer operands
Vladimir Plyashkun via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 15 02:37:17 PDT 2019
vladimir.plyashkun added a comment.
In D68694#1706204 <https://reviews.llvm.org/D68694#1706204>, @JonasToth wrote:
> > Do you know who is responsible for it? Because i haven't worked with documentation before and don't know what i need to do to update it.
>
> The files reside in `clang-tools-extra/docs/ReleaseNotes.rst` and `clang-tools-extra/docs/clang-tidy/checks/hicpp-signed-bitwise.rst`.
>
> You can check other files for reference, e.g. `readability-magic-numbers.rst`.
> In the Release Notes you can add one entry at the end of the clang-tidy section.
Thanks! I've fixed documentation.
Repository:
rCTE Clang Tools Extra
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68694/new/
https://reviews.llvm.org/D68694
More information about the cfe-commits
mailing list