[clang] [Clang] Add -fwrapv-pointer flag (PR #122486)

Eli Friedman via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 10 13:54:43 PST 2025


efriedma-quic wrote:

I'm tempted to say we should just treat -fwrapv/-fwrapv-pointer/-fno-strict-overflow as aliases for each other.  I don't think anyone using -fwrapv is going to be happy that we're turning on overflow optimizations.

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


More information about the cfe-commits mailing list