================
@@ -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:

Could we remove the `Options` section in the original 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

Reply via email to