This is an archive of the discontinued LLVM Phabricator instance.

Apply existing checks to C++1Z (has_feature_cxx0x); NFC
ClosedPublic

Authored by hubert.reinterpretcast on May 20 2015, 10:28 AM.

Details

Summary

This applies the existing checks in has_feature_cxx0x to -std=c++1z.
In addition, references to C++1y are updated to refer to C++14.

Diff Detail

Event Timeline

hubert.reinterpretcast retitled this revision from to Apply existing checks to C++1Z (has_feature_cxx0x); NFC.
hubert.reinterpretcast updated this object.
hubert.reinterpretcast edited the test plan for this revision. (Show Details)
hubert.reinterpretcast added a subscriber: Unknown Object (MLST).

This was incorporated in r237992.

This revision is now accepted and ready to land.Jun 4 2015, 4:03 PM