diff options
author | Faisal Vali <faisalv@yahoo.com> | 2015-05-22 01:11:10 +0000 |
---|---|---|
committer | Faisal Vali <faisalv@yahoo.com> | 2015-05-22 01:11:10 +0000 |
commit | 5eb75a6b31c4685193f80a2e752225e7f8ce44e6 (patch) | |
tree | 55b8d1ff5f24c0634b22fd92b6094b326c911e49 /www | |
parent | f15cf6fad3eca4b225a24e83eaaa0486d1a3edfd (diff) | |
download | clang-5eb75a6b31c4685193f80a2e752225e7f8ce44e6.tar.gz |
"This adds -fconcepts-ts as a cc1 option for enabling the
in-progress implementation of the Concepts TS. The recommended feature
test macro __cpp_experimental_concepts is set to 1 (as opposed to
201501) to indicate that the feature is enabled, but the
implementation is incomplete.
The link to the Concepts TS in cxx_status is updated to refer to the
PDTS (N4377). Additional changes related to __has_feature and
__has_extension are to follow in a later change.
Relevant tests include:
test/Lexer/cxx-features.cpp
The test file is updated with testing of the C++14 + Concepts TS mode.
The expected behaviour is the same as that of the C++14 modes except
for the case of __cpp_experimental_concepts."
- Hubert Tong.
Being committed for Hubert (as per his understanding with Richard Smith) as we start work on the concepts-ts following our preliminary strategy session earlier today.
The patch is tiny and seems quite standard.
Thanks Hubert!
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@237982 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rw-r--r-- | www/cxx_status.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html index 5b53cba5fd..6585e6103f 100644 --- a/www/cxx_status.html +++ b/www/cxx_status.html @@ -631,7 +631,7 @@ Clang version they became available:</p> </tr> <tr> <td>[DRAFT TS] Concepts</td> - <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n3929.pdf">N3929</a></td> + <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/n4377.pdf">N4377</a></td> <td class="none" align="center">No</td> </tr> </table> |