[clang] [-Wunsafe-buffer-usage] Fix false positives for constant cases (PR #92432)
Malavika Samak via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 30 11:19:39 PDT 2025
malavikasamak wrote:
Identifying safe operations on String literals has already landed as part of: https://github.com/llvm/llvm-project/pull/115552. However, identifying safe pointer arithmetic is not yet available. So, maybe we should revisit this PR once again.
https://github.com/llvm/llvm-project/pull/92432
More information about the cfe-commits
mailing list