[clang] [Clang] Correctly determine constexprness of dependent lambdas. (PR #124468)

via cfe-commits cfe-commits at lists.llvm.org
Sun Jan 26 06:36:46 PST 2025


https://github.com/Sirraide approved this pull request.

Makes sense. After thinking about this for a bit, I don’t think there is a reason why we’d ever need to care about the parent context at all for the purpose of determining `constexpr`ness, is there?

https://github.com/llvm/llvm-project/pull/124468


More information about the cfe-commits mailing list