[PATCH] D119136: [clang] Implement Change scope of lambda trailing-return-type

Mehdi AMINI via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 13 12:23:16 PDT 2022


mehdi_amini added a comment.

Seems like this is breaking clang bootstrapping?

  llvm/include/llvm/CodeGen/LiveInterval.h:630:53: error: captured variable 'Idx' cannot appear here
                [=](std::remove_reference_t<decltype(*Idx)> V,
                                                      ^


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119136



More information about the cfe-commits mailing list