summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2015-09-04 22:57:00 +0000
committerEric Fiselier <eric@efcs.ca>2015-09-04 22:57:00 +0000
commit0dec9d519ca026661a14d599bcd22bc7561496d7 (patch)
tree00c7a8dfebc97e73ef640868749fe0a6d36b5190
parenta189974948fdcb72bc2f10e72c0b6d572f5d035f (diff)
Test commit to see if libcxx.llvm.org/docs builds
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@246893 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--TODO.TXT2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO.TXT b/TODO.TXT
index 25b4c8b35..bdb94de34 100644
--- a/TODO.TXT
+++ b/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.