[PATCH] D75107: [clang-tidy] hicpp-signed-bitwise IgnorePositiveIntegerLiterals now partially recursive
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 27 06:41:25 PST 2020
aaron.ballman added a comment.
What about bit shifting operations? e.g., `~(1 << 2)` or `8 >> (1 << 2)`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75107/new/
https://reviews.llvm.org/D75107
More information about the cfe-commits
mailing list