[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 15 17:44:07 PDT 2022


dblaikie added a comment.

In D123319#3723648 <https://reviews.llvm.org/D123319#3723648>, @Michael137 wrote:

> FYI, had an offline chat with @dblaikie and we decided that the best way forward would be to try stop emitting auto return types in DWARF, instead of relying on lambda/member-function specific hacks just for LLDB. Not sure what the timeline on this will be but tracking it internally

Posted D131933 <https://reviews.llvm.org/D131933> to revert this and the original (D70524 <https://reviews.llvm.org/D70524>) implementation of the auto return functionality.


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