[PATCH] D123319: Change how we handle auto return types for lambda operator() to be consistent with gcc

Adrian Prantl via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 7 10:35:53 PDT 2022


aprantl added a comment.

> Are there cases where we emit debug info and we don't have the deduced type?

I don't think that would happen for a lambda.
https://dwarfstd.org/ShowIssue.php?issue=131217.1 specifically calls out method declarations without definitions, which makes sense to me.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D123319/new/

https://reviews.llvm.org/D123319



More information about the cfe-commits mailing list