llvm-project/libcxx/test/std
Casey Carter e38efe12da [test] Cleanup nullopt_t tests
* Update specification text from N4387

* Delete not_brace_initializable.fail.cpp: it's redundant with nullopt_t.fail.cpp

* is_empty<T> implies is_class<T>

* is_literal is deprecated; directly verify that we can create a nullopt_t in a constexpr context

Differential Revision: D37024

llvm-svn: 312256
2017-08-31 17:56:31 +00:00
..
algorithms Fix test for C++03 2017-08-29 01:10:51 +00:00
atomics [libcxx] [test] Untabify, NFC. 2017-07-29 00:55:10 +00:00
containers [libcxx] [test] Update for C++17 feature removals. 2017-08-24 21:24:08 +00:00
depr [libcxx] [test] Update for C++17 feature removals. 2017-08-24 21:24:08 +00:00
diagnostics [libcxx] [test] Untabify, NFC. 2017-07-29 00:55:10 +00:00
experimental [libcxx] [test] Change comments to say C++ instead of c++. NFC. 2017-07-29 00:55:35 +00:00
input.output [libcxx] [test] Rename __c to ch. NFCI. 2017-08-11 20:54:01 +00:00
iterators [libcxx] [test] Rename _Up to U, etc. NFCI. 2017-08-11 20:54:09 +00:00
language.support [libcxx] [test] Rename _Tp to T. NFCI. 2017-08-11 20:53:53 +00:00
localization [libcxx] [test] Rename _Tp to T. NFCI. 2017-08-11 20:53:53 +00:00
numerics [libcxx] [test] Rename __x to x. NFCI. 2017-08-11 20:54:06 +00:00
re [libcxx] [test] Rename _Tp to T. NFCI. 2017-08-11 20:53:53 +00:00
strings [libcxx] [test] Change comments to say C++ instead of c++. NFC. 2017-07-29 00:55:35 +00:00
thread [libcxx] [test] Update for C++17 feature removals. 2017-08-24 21:24:08 +00:00
utilities [test] Cleanup nullopt_t tests 2017-08-31 17:56:31 +00:00
nothing_to_do.pass.cpp