You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clang/docs/ReleaseNotes.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -250,8 +250,6 @@ Non-comprehensive list of changes in this release
250
250
251
251
- ``__builtin_assume_dereferenceable`` now accepts non-constant size operands.
252
252
253
-
- Fixed a crash when the second argument to ``__builtin_assume_aligned`` was not constant (#GH161314)
254
-
255
253
New Compiler Flags
256
254
------------------
257
255
- New option ``-fno-sanitize-debug-trap-reasons`` added to disable emitting trap reasons into the debug info when compiling with trapping UBSan (e.g. ``-fsanitize-trap=undefined``).
@@ -441,6 +439,7 @@ Bug Fixes to C++ Support
441
439
- Fix the result of `__builtin_is_implicit_lifetime` for types with a user-provided constructor. (#GH160610)
0 commit comments