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 0ae3a46 commit 3919258Copy full SHA for 3919258
clang/docs/ReleaseNotes.rst
@@ -308,6 +308,8 @@ Bug Fixes in This Version
308
- Builtin elementwise operators now accept vector arguments that have different
309
qualifiers on their elements. For example, vector of 4 ``const float`` values
310
and vector of 4 ``float`` values. (#GH155405)
311
+- Stop rejecting C++11-style attributes on the first argument of constructors in older
312
+ standards. (#GH156809).
313
314
Bug Fixes to Compiler Builtins
315
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments