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 5e9744a commit 151c348Copy full SHA for 151c348
clang/docs/ReleaseNotes.rst
@@ -338,6 +338,8 @@ Bug Fixes to C++ Support
338
- Fix the parsing of variadic member functions when the ellipis immediately follows a default argument.(#GH153445)
339
- Fixed a bug that caused ``this`` captured by value in a lambda with a dependent explicit object parameter to not be
340
instantiated properly. (#GH154054)
341
+- Fixed a crash when implicit conversions from initialize list to arrays of
342
+ unknown bound during constant evaluation. (#GH151716)
343
344
Bug Fixes to AST Handling
345
^^^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments