[PATCH] D123319: Change how we handle auto return types for lambda operator() to be consistent with gcc
Shafik Yaghmour via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 7 09:58:11 PDT 2022
shafik added a comment.
I did some experiments where I did not restrict this to lambdas case and I could not come up with a test case where we emit debug info and do not have the deduced type.
Are there cases where we emit debug info and we don't have the deduced type?
If not what do we gain by using the auto return type?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123319/new/
https://reviews.llvm.org/D123319
More information about the cfe-commits
mailing list