================ @@ -0,0 +1,15 @@ +.. title:: clang-tidy - bugprone-signed-bitwise + +bugprone-signed-bitwise +======================= + +Finds uses of bitwise operations on signed integer types, which may lead to +undefined or implementation defined behavior. + +Options ---------------- heturing wrote:
Thanks for pointing it out. I have removed the `Options` section and added a short description and an example in the documentation. https://github.com/llvm/llvm-project/pull/190449 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
