[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
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 16 07:30:41 PDT 2019
aaron.ballman accepted this revision.
aaron.ballman added a comment.
LGTM aside from a small nit.
================
Comment at: clang-tools-extra/docs/ReleaseNotes.rst:174
+- The :doc:`hicpp-signed-bitwise
+ <clang-tidy/checks/hicpp-signed-bitwise>` now supports `IgnorePositiveIntegerLiterals`
+ option.
----------------
`IgnorePositiveIntegerLiterals` should use two backticks instead of one.
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