[clang-tools-extra] [clang-tidy] Create bugprone-bit-cast-pointers check (PR #108083)

Congcong Cai via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 10 19:53:54 PDT 2024


https://github.com/HerrCai0907 commented:

Should we forbidden bit cast pointer to number and number to pointer? or we should only forbidden bit cast pointer to pointer.

https://github.com/llvm/llvm-project/pull/108083


More information about the cfe-commits mailing list