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 28675ed commit 3dd0537Copy full SHA for 3dd0537
clang/docs/ReleaseNotes.rst
@@ -264,6 +264,8 @@ Bug Fixes to C++ Support
264
- Clang is now better at keeping track of friend function template instance contexts. (#GH55509)
265
- Clang now prints the correct instantiation context for diagnostics suppressed
266
by template argument deduction.
267
+- Clang is now better at instantiating the function definition after its use inside
268
+ of a constexpr lambda. (#GH125747)
269
- The initialization kind of elements of structured bindings
270
direct-list-initialized from an array is corrected to direct-initialization.
271
- Clang no longer crashes when a coroutine is declared ``[[noreturn]]``. (#GH127327)
0 commit comments