Skip to content

Commit 7d62b17

Browse files
committed
[FOLD] add release note
1 parent eea3922 commit 7d62b17

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -699,6 +699,9 @@ Bug Fixes to C++ Support
699699
performed incorrectly when checking constraints. Fixes (#GH90349).
700700
- Clang now allows constrained member functions to be explicitly specialized for an implicit instantiation
701701
of a class template.
702+
- Clang now ignores template parameters only used within the exception specification of candidate function
703+
templates during partial ordering when deducing template arguments from a function declaration or when
704+
taking the address of a function template.
702705

703706
Bug Fixes to AST Handling
704707
^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)