We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6066f47 commit 135a03eCopy full SHA for 135a03e
clang/docs/ReleaseNotes.rst
@@ -288,6 +288,10 @@ Improvements to Clang's diagnostics
288
- Fixed a bug where the source location was missing when diagnosing ill-formed
289
placeholder constraints.
290
291
+- The two-element, unary mask variant of ``__builtin_shufflevector`` is now
292
+ properly being rejected when used at compile-time. It was not implemented
293
+ and caused assertion failures before (#GH158471).
294
+
295
Improvements to Clang's time-trace
296
----------------------------------
297
0 commit comments