This is an archive of the discontinued LLVM Phabricator instance.

[clang] add C++ feature test macro for P2266 simpler implicit move
ClosedPublic

Authored by mizvekov on Jun 26 2021, 1:37 PM.

Details

Summary

The feature was implemented in D99005, but we forgot to add the test
macro.

Diff Detail

Event Timeline

mizvekov requested review of this revision.Jun 26 2021, 1:37 PM
mizvekov created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptJun 26 2021, 1:37 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
Quuxplusone accepted this revision.Jun 26 2021, 1:45 PM

LGTM. I assume we pick the integer value 202011 for everything C++2b-related until the standard ships with a real value in it, and then we update our integer to match.

This revision is now accepted and ready to land.Jun 26 2021, 1:45 PM

LGTM. I assume we pick the integer value 202011 for everything C++2b-related until the standard ships with a real value in it, and then we update our integer to match.

Yeah that is what I am going for here.

This revision was landed with ongoing or failed builds.Jun 26 2021, 2:05 PM
This revision was automatically updated to reflect the committed changes.