This is an archive of the discontinued LLVM Phabricator instance.

[coroutines] Bump __cpp_coroutines version
ClosedPublic

Authored by EricWF on May 24 2017, 10:24 PM.

Details

Summary

This patch is needed so that Libc++ can actually tess if Clang supports coroutines, instead of just paying lip service with a partial implementation. Otherwise the libc++ test suite will fail against older versions of Clang

Diff Detail

Event Timeline

EricWF created this revision.May 24 2017, 10:24 PM
This revision is now accepted and ready to land.May 25 2017, 5:30 AM
EricWF closed this revision.May 25 2017, 7:58 AM