[clang] [Clang] Skip past code generation for unevaluated lambdas (PR #124572)

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 27 08:08:57 PST 2025


https://github.com/erichkeane commented:

I would expect that we should instead be marking this function not `isUsed` (or `isReferenced`? ) to determine whether this should be emitted, and I would expect that to get caught in our existing infrastructure for that.

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


More information about the cfe-commits mailing list