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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,6 +98,8 @@ Non-comprehensive list of changes in this release
98
98
This feature is enabled by default but can be disabled by compiling with
99
99
``-fno-sanitize-annotate-debug-info-traps``.
100
100
101
+
- The ``__has_builtin`` function now only considers the currently active target when being used with target offloading.
102
+
101
103
New Compiler Flags
102
104
------------------
103
105
- 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``).
0 commit comments