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

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 20 12:20:27 PDT 2022


MaskRay added a comment.

Thanks for being willing to wait a bit and collect usage. Given current feedback, I am not going to simply undo the reverts.

@cor3ntin To get one patch other folks can try:

  git revert -n c79e6007edef4b0044be93c4ffff64dc806ac687
  git revert -n 0f5dbfd29ae0df215a01aff80d29255bb799fed0
  git commit   # with a description incorporating this revision and all the following-ups.

On this webpage, click "Add Action" -> "Reopen Revision".
Upload a new diff either via web UI or (if the commit message has `Differential Revision: https://reviews.llvm.org/D119136`) `arc diff 'HEAD^'`.

Other folks can use `curl -L 'https://reviews.llvm.org/D119136?download=1' | patch -p1` to apply the patch locally, or use `arc patch D119136`.


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