]> granicus.if.org Git - clang/commit
[coroutines] Bump __cpp_coroutines version
authorEric Fiselier <eric@efcs.ca>
Thu, 25 May 2017 14:58:46 +0000 (14:58 +0000)
committerEric Fiselier <eric@efcs.ca>
Thu, 25 May 2017 14:58:46 +0000 (14:58 +0000)
commit37a1cf7528130751151a50d8ecdeb370da3539e2
tree01781b1366ac6310fd3ea1171a8913cec2651718
parent40ed16ee38828a60d1eb11122170d8ac8611422c
[coroutines] Bump __cpp_coroutines version

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

Reviewers: GorNishanov, rsmith

Reviewed By: GorNishanov

Subscribers: cfe-commits

Differential Revision: https://reviews.llvm.org/D33536

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@303867 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Frontend/InitPreprocessor.cpp
test/Lexer/cxx-features.cpp