[PATCH] D119792: [Clang] [P2025] Analyze only potential scopes for NRVO

Erich Keane via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 17 06:08:13 PDT 2022


erichkeane added a comment.

So P2025 <https://reviews.llvm.org/P2025> has not successfully made it through EWG, so this would have to be under a 'flag'.  Also, I believe this will end up being applied to C++23, so it would have to be under a C++23 flag, even when we make it a default behavior.

I don't have a good feeling on the implementation (I've not looked well into this stuff), but those two are necessary.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119792



More information about the cfe-commits mailing list