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
Copy file name to clipboardExpand all lines: clang/docs/ReleaseNotes.rst
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -472,6 +472,7 @@ Bug Fixes to C++ Support
472
472
- Fixed an assertion failure in debug mode, and potential crashes in release mode, when
473
473
diagnosing a failed cast caused indirectly by a failed implicit conversion to the type of the constructor parameter.
474
474
- Fixed an assertion failure by adjusting integral to boolean vector conversions (#GH108326)
475
+
- Mangle friend function templates with a constraint that depends on a template parameter from an enclosing template as members of the enclosing class. (#GH110247)
0 commit comments