We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9172000 commit 6815127Copy full SHA for 6815127
clang/docs/ReleaseNotes.rst
@@ -683,6 +683,8 @@ Bug Fixes to C++ Support
683
- Fix an assertion failure when parsing an invalid members of an anonymous class. (#GH85447)
684
- Fixed a misuse of ``UnresolvedLookupExpr`` for ill-formed templated expressions. Fixes (#GH48673), (#GH63243)
685
and (#GH88832).
686
+- Clang now defers all substitution into the exception specification of a function template specialization
687
+ until the noexcept-specifier is instantiated.
688
689
Bug Fixes to AST Handling
690
^^^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments