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:52f3cad9ffa3 into origin/amd-gfx:31272f8ef7f7
Local branch origin/amd-gfx 31272f8 Merged main:ee4e8197fa67 into origin/amd-gfx:543f39bd900d
Remote branch main 52f3cad [X86] getFauxShuffleMask - move INSERT_SUBVECTOR(SRC0, EXTRACT_SUBVECTOR(SRC1)) matching behind common one use bitcast checks (llvm#134227)
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
@@ -318,6 +318,9 @@ Improvements to Clang's diagnostics
318
318
319
319
- Split diagnosing base class qualifiers from the ``-Wignored-Qualifiers`` diagnostic group into a new ``-Wignored-base-class-qualifiers`` diagnostic group (which is grouped under ``-Wignored-qualifiers``). Fixes #GH131935.
320
320
321
+
- ``-Wc++98-compat`` no longer diagnoses use of ``__auto_type`` or
322
+
``decltype(auto)`` as though it was the extension for ``auto``. (#GH47900)
0 commit comments