[PATCH] D124351: [Clang] Implement Change scope of lambda trailing-return-type

Nikita Popov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 31 08:12:23 PST 2023


nikic added a comment.

FYI this causes a minor compile-time regression (around 0.35% on 7zip at `O0`): http://llvm-compile-time-tracker.com/compare.php?from=cd173cbd7cca69c29df42cd4b42e60433435c29b&to=d708a186b6a9b050d09558163dd353d9f738c82d&stat=instructions%3Au

Just wanted to check whether that's expected.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124351



More information about the cfe-commits mailing list