server-skynet-source-3rd-je.../include
Kevin Svetlitski 3e82f357bb Fix all optimization-inhibiting integer-to-pointer casts
Following from PR #2481, we replace all integer-to-pointer casts [which
hide pointer provenance information (and thus inhibit
optimizations)](https://clang.llvm.org/extra/clang-tidy/checks/performance/no-int-to-ptr.html)
with equivalent operations that preserve this information. I have
enabled the corresponding clang-tidy check in our static analysis CI so
that we do not get bitten by this again in the future.
2023-07-24 14:40:42 -07:00
..
jemalloc Fix all optimization-inhibiting integer-to-pointer casts 2023-07-24 14:40:42 -07:00
msvc_compat Remove trailing whitespace 2023-06-23 11:58:18 -07:00