================
@@ -3,10 +3,10 @@
 bugprone-suspicious-pointer-arithmetics-using-sizeof
 ====================================================
 
-Finds suspicious pointer arithmetic calculations where the pointer is offset 
by a ``sizeof()`` expression.
+Finds suspicious pointer arithmetic calculations where the pointer is offset 
by an ``alignof()``, ``offsetof()``, or ``sizeof()`` expression.
----------------
EugeneZelenko wrote:

Please follow 80 characters limit.

https://github.com/llvm/llvm-project/pull/106061
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to