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
@@ -37,6 +37,8 @@ Potentially Breaking Changes
37
37
C/C++ Language Potentially Breaking Changes
38
38
-------------------------------------------
39
39
40
+
- The ``__has_builtin`` function now only considers the currently active target when being used with target offloading.
41
+
40
42
C++ Specific Potentially Breaking Changes
41
43
-----------------------------------------
42
44
- For C++20 modules, the Reduced BMI mode will be the default option. This may introduce
@@ -98,8 +100,6 @@ Non-comprehensive list of changes in this release
98
100
This feature is enabled by default but can be disabled by compiling with
99
101
``-fno-sanitize-annotate-debug-info-traps``.
100
102
101
-
- The ``__has_builtin`` function now only considers the currently active target when being used with target offloading.
102
-
103
103
New Compiler Flags
104
104
------------------
105
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