[libcxx] r246893 - Test commit to see if libcxx.llvm.org/docs builds
Eric Fiselier via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 4 15:57:01 PDT 2015
Author: ericwf
Date: Fri Sep 4 17:57:00 2015
New Revision: 246893
URL: http://llvm.org/viewvc/llvm-project?rev=246893&view=rev
Log:
Test commit to see if libcxx.llvm.org/docs builds
Modified:
libcxx/trunk/TODO.TXT
Modified: libcxx/trunk/TODO.TXT
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/TODO.TXT?rev=246893&r1=246892&r2=246893&view=diff
==============================================================================
--- libcxx/trunk/TODO.TXT (original)
+++ libcxx/trunk/TODO.TXT Fri Sep 4 17:57:00 2015
@@ -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.
More information about the cfe-commits
mailing list