Skip to content

Commit 3dd0537

Browse files
committed
Add a release note
1 parent 28675ed commit 3dd0537

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
@@ -264,6 +264,8 @@ Bug Fixes to C++ Support
264264
- Clang is now better at keeping track of friend function template instance contexts. (#GH55509)
265265
- Clang now prints the correct instantiation context for diagnostics suppressed
266266
by template argument deduction.
267+
- Clang is now better at instantiating the function definition after its use inside
268+
of a constexpr lambda. (#GH125747)
267269
- The initialization kind of elements of structured bindings
268270
direct-list-initialized from an array is corrected to direct-initialization.
269271
- Clang no longer crashes when a coroutine is declared ``[[noreturn]]``. (#GH127327)

0 commit comments

Comments
 (0)