Skip to content

Commit

Permalink
[FOLD] add release note
Browse files Browse the repository at this point in the history
  • Loading branch information
sdkrystian committed May 6, 2024
1 parent 9172000 commit 6b03580
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions clang/docs/ReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -683,6 +683,8 @@ Bug Fixes to C++ Support
- Fix an assertion failure when parsing an invalid members of an anonymous class. (#GH85447)
- Fixed a misuse of ``UnresolvedLookupExpr`` for ill-formed templated expressions. Fixes (#GH48673), (#GH63243)
and (#GH88832).
- Clang now postpones all substitution into the exception specification of a function template specialization
until the noexcept-specifier is instantiated.

Bug Fixes to AST Handling
^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit 6b03580

Please sign in to comment.