[PATCH] D92936: [Sema] Fix deleted function problem in implicitly movable test

Arthur O'Dwyer via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 1 19:34:53 PST 2021


Quuxplusone added a comment.

In D92936#2476091 <https://reviews.llvm.org/D92936#2476091>, @aeubanks wrote:

> This broke [ https://godbolt.org/z/9EG7ev ]
> is this intentional?

Yes, intentional. This brings Clang's C++14 conformance into line with GCC/EDG/MSVC, who all already (correctly) reject that code.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92936



More information about the cfe-commits mailing list