File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -382,6 +382,11 @@ Bug Fixes to C++ Support
382
382
- Fix a crash when using ``source_location `` in the trailing return type of a lambda expression. (#GH67134)
383
383
- A follow-up fix was added for (#GH61460), as the previous fix was not entirely correct. (#GH86361)
384
384
385
+
386
+ - Fixed a bug where variables referenced by requires-clauses inside
387
+ nested generic lambdas were not properly injected into the constraint scope.
388
+ (`#73418 <https://github.com/llvm/llvm-project/issues/73418 >`_)
389
+
385
390
- Fix incorrect code generation caused by the object argument of ``static operator() `` and ``static operator[] `` calls not being evaluated.
386
391
Fixes (`#67976 <https://github.com/llvm/llvm-project/issues/67976 >`_)
387
392
You can’t perform that action at this time.
0 commit comments