================ @@ -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 ---------------- zeyi2 wrote:
While we are at it, it would also be nice if we can add a short description of why bitwise operations on signed integer types is bad (e.g. add short examples). https://github.com/llvm/llvm-project/pull/190449 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
