[clang-tools-extra] [clang-tidy] Add new `bugprone-suspicious-pointer-arithmetics-using-sizeof` (`cert-arr39-c`) check (PR #106061)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 27 07:25:03 PDT 2024
================
@@ -101,7 +101,7 @@ New checks
- New :doc:`bugprone-suspicious-pointer-arithmetics-using-sizeof
<clang-tidy/checks/bugprone/suspicious-pointer-arithmetics-using-sizeof>`
check that finds suspicious pointer arithmetic calculations where the pointer
----------------
EugeneZelenko wrote:
See previous release Release Notes for proper formatting.
https://github.com/llvm/llvm-project/pull/106061
More information about the cfe-commits
mailing list