Skip to content

Commit 6815127

Browse files
committed
[FOLD] add release note
1 parent 9172000 commit 6815127

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
@@ -683,6 +683,8 @@ Bug Fixes to C++ Support
683683
- Fix an assertion failure when parsing an invalid members of an anonymous class. (#GH85447)
684684
- Fixed a misuse of ``UnresolvedLookupExpr`` for ill-formed templated expressions. Fixes (#GH48673), (#GH63243)
685685
and (#GH88832).
686+
- Clang now defers all substitution into the exception specification of a function template specialization
687+
until the noexcept-specifier is instantiated.
686688

687689
Bug Fixes to AST Handling
688690
^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)