Skip to content

Commit 3919258

Browse files
committed
Add release note
1 parent 0ae3a46 commit 3919258

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,8 @@ Bug Fixes in This Version
308308
- Builtin elementwise operators now accept vector arguments that have different
309309
qualifiers on their elements. For example, vector of 4 ``const float`` values
310310
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).
311313

312314
Bug Fixes to Compiler Builtins
313315
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)