[clang] [Clang] Add release note for pointer overflow optimization change (PR #122462)
Hans Wennborg via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 10 09:00:16 PST 2025
================
@@ -58,6 +58,26 @@ code bases.
containing strict-aliasing violations. The new default behavior can be
disabled using ``-fno-pointer-tbaa``.
+- Clang will now more aggressively use undefined behavior on pointer addition
----------------
zmodem wrote:
Fair enough.
https://github.com/llvm/llvm-project/pull/122462
More information about the cfe-commits
mailing list