teak-llvm/libcxx/test/std/utilities/optional
Stephan T. Lavavej 134ed9986a [libcxx] [test] Strip trailing whitespace.
No functional change, no code review.

llvm-svn: 294161
2017-02-05 22:48:27 +00:00
..
optional.bad_optional_access Change the base class of std::bad_optional_access. This is a (subtle) ABI change, and is in response to http://http://wg21.link/LWG2806, which I *expect* to be adopted in Kona. I am making this change now in anticipation, and will get it into 4.0, because (a) 4.0 is the first release with std::optional, and (b) I don't want to make an ABI-change later, when the user base should be significantly larger. Note that I didn't change std::experimental::bad_optional_access, because that's still specified to derive from std::logic_error. 2017-02-05 20:06:38 +00:00
optional.comp_with_t Implement N4606 optional 2016-10-12 07:46:20 +00:00
optional.hash Implement P0513R0 - "Poisoning the Hash" 2017-01-21 00:02:12 +00:00
optional.nullops Implement N4606 optional 2016-10-12 07:46:20 +00:00
optional.nullopt [libcxx] [test] Strip trailing whitespace. 2017-02-05 22:48:27 +00:00
optional.object [libcxx] [test] Fix Clang -Wunused-local-typedef, part 2/3. 2017-02-05 22:47:41 +00:00
optional.relops Implement N4606 optional 2016-10-12 07:46:20 +00:00
optional.specalg [libcxx] [test] D27268: Fix MSVC x64 warning C4267 "conversion from 'size_t' to 'int' [or 'unsigned int'], possible loss of data", part 2/4. 2016-12-06 01:14:43 +00:00
optional.syn Implement N4606 optional 2016-10-12 07:46:20 +00:00