[PATCH] D123319: Change how we handle auto return types for lambda operator() to be consistent with gcc
David Blaikie via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 8 10:43:01 PDT 2022
dblaikie added a comment.
Any update on this? (& it seems like maybe the "why use auto at all" question got lost? Might be worth engaging in that question - if we decide it's not worth using then maybe we don't need any lldb fixes and can remove the functionality from clang entirely? (though I guess maybe lldb wants fixing for all the code already being compiled with shipping versions of clang that are using auto?))
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123319/new/
https://reviews.llvm.org/D123319
More information about the cfe-commits
mailing list