[clang] Don't mark lambda non-dependent if nested in a generic lambda. (PR #149121)
Daniel M. Katz via cfe-commits
cfe-commits at lists.llvm.org
Sat Nov 22 08:01:10 PST 2025
================
@@ -557,6 +557,7 @@ Bug Fixes to C++ Support
- Diagnose unresolved overload sets in non-dependent compound requirements. (#GH51246) (#GH97753)
- Fix a crash when extracting unavailable member type from alias in template deduction. (#GH165560)
- Fix incorrect diagnostics for lambdas with init-captures inside braced initializers. (#GH163498)
+- Fixed spurious diagnoses of certain nested lambda expressions. (#GH149121)
----------------
katzdm wrote:
Done!
https://github.com/llvm/llvm-project/pull/149121
More information about the cfe-commits
mailing list