Skip to content

Commit 126a2e3

Browse files
committed
move release note
Signed-off-by: Sarnie, Nick <[email protected]>
1 parent d08dcee commit 126a2e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ Potentially Breaking Changes
3737
C/C++ Language Potentially Breaking Changes
3838
-------------------------------------------
3939

40+
- The ``__has_builtin`` function now only considers the currently active target when being used with target offloading.
41+
4042
C++ Specific Potentially Breaking Changes
4143
-----------------------------------------
4244
- 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
98100
This feature is enabled by default but can be disabled by compiling with
99101
``-fno-sanitize-annotate-debug-info-traps``.
100102

101-
- The ``__has_builtin`` function now only considers the currently active target when being used with target offloading.
102-
103103
New Compiler Flags
104104
------------------
105105
- 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

Comments
 (0)