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 9, 2024
1 parent eea3922 commit 7d62b17
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions clang/docs/ReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -699,6 +699,9 @@ Bug Fixes to C++ Support
performed incorrectly when checking constraints. Fixes (#GH90349).
- Clang now allows constrained member functions to be explicitly specialized for an implicit instantiation
of a class template.
- Clang now ignores template parameters only used within the exception specification of candidate function
templates during partial ordering when deducing template arguments from a function declaration or when
taking the address of a function template.

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

0 comments on commit 7d62b17

Please sign in to comment.