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
{{ message }}
This repository was archived by the owner on Sep 15, 2025. It is now read-only.
Merged main:65683b081fd0 into amd-gfx:d53d13329270
Local branch amd-gfx d53d133 Merged main:077e0c134a31 into amd-gfx:895bae00ec58
Remote branch main 65683b0 [RISCV][TTI] Fix test fails for llvm#124221 NFC. (llvm#125792)
Copy file name to clipboardExpand all lines: clang/docs/ReleaseNotes.rst
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,8 @@ C++ Specific Potentially Breaking Changes
45
45
ABI Changes in This Version
46
46
---------------------------
47
47
48
+
- Return larger CXX records in memory instead of using AVX registers. Code compiled with older clang will be incompatible with newer version of the clang unless -fclang-abi-compat=20 is provided. (#GH120670)
49
+
48
50
AST Dumping Potentially Breaking Changes
49
51
----------------------------------------
50
52
@@ -136,6 +138,7 @@ Bug Fixes to Compiler Builtins
136
138
137
139
Bug Fixes to Attribute Support
138
140
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
141
+
- Fixed crash when a parameter to the ``clang::annotate`` attribute evaluates to ``void``. See #GH119125
0 commit comments