]> granicus.if.org Git - clang/commit
Apply existing checks to C++1Z (has_feature_cxx0x); NFC
authorFaisal Vali <faisalv@yahoo.com>
Fri, 22 May 2015 02:57:28 +0000 (02:57 +0000)
committerFaisal Vali <faisalv@yahoo.com>
Fri, 22 May 2015 02:57:28 +0000 (02:57 +0000)
commitf0a57a18c4db5a606220c1604373571673901dc8
treeeb53d54c3776f2c43ccf361c7e2f35fc052a7420
parent98c63300044fa531caa5bf745a8dcedaeb9d78fb
Apply existing checks to C++1Z (has_feature_cxx0x); NFC

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

No functional change. Testing of __has_feature for C++1z features
is not added in this change.

Patch by Hubert Tong!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@237992 91177308-0d34-0410-b5e6-96231b3b80d8
test/Lexer/has_feature_cxx0x.cpp