From cc44cbbde469b13e4da4e03bf44db48101144645 Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Fri, 4 Sep 2015 22:57:00 +0000 Subject: [PATCH] Test commit to see if libcxx.llvm.org/docs builds llvm-svn: 246893 --- libcxx/TODO.TXT | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcxx/TODO.TXT b/libcxx/TODO.TXT index 25b4c8b352451..bdb94de343d6b 100644 --- a/libcxx/TODO.TXT +++ b/libcxx/TODO.TXT @@ -42,6 +42,7 @@ Test Suite Tasks * Move all libc++ specific tests from test/std into test/libcxx. * Improve how LIT handles compiler warnings. * Improve the quality and portability of the locale test data. +* Convert failure tests to use Clang Verify. Misc Tasks ========== @@ -51,6 +52,5 @@ Misc Tasks * Look at basic_string's move assignment operator, re LWG 2063 and POCMA * libc++ is missing try_emplace * Put a static_assert in std::allocator to deny const/volatile types (LWG 2447) -* Convert failure tests to use Clang Verify. * Document support (or lack of) for C++11 libraries in C++03. * Document supported compilers.