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
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -124,6 +124,9 @@ Non-comprehensive list of changes in this release
124
124
This feature is enabled by default but can be disabled by compiling with
125
125
``-fno-sanitize-annotate-debug-info-traps``.
126
126
127
+
- ``__builtin_elementwise_max`` and ``__builtin_elementwise_min`` functions for integer types can
128
+
now be used in constant expressions.
129
+
127
130
New Compiler Flags
128
131
------------------
129
132
- New option ``-fno-sanitize-annotate-debug-info-traps`` added to disable emitting trap reasons into the debug info when compiling with trapping UBSan (e.g. ``-fsanitize-trap=undefined``).
@@ -295,6 +298,7 @@ Crash and bug fixes
295
298
^^^^^^^^^^^^^^^^^^^
296
299
- Fixed a crash in the static analyzer that when the expression in an
297
300
``[[assume(expr)]]`` attribute was enclosed in parentheses. (#GH151529)
301
+
- Fixed a crash when parsing ``#embed`` parameters with unmatched closing brackets. (#GH152829)
298
302
299
303
Improvements
300
304
^^^^^^^^^^^^
@@ -309,6 +313,7 @@ Sanitizers
309
313
310
314
Python Binding Changes
311
315
----------------------
316
+
- Exposed `clang_getCursorLanguage` via `Cursor.language`.
0 commit comments