summaryrefslogtreecommitdiff
path: root/libcxx/TODO.TXT
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2015-06-02 01:25:34 +0000
committerEric Fiselier <eric@efcs.ca>2015-06-02 01:25:34 +0000
commita84544ac7abc72c4fd084668c71d404a345fc28e (patch)
treefae0cf3e5b5ab5b50634148e7e567618fb79c494 /libcxx/TODO.TXT
parenta869576008864fe061b0a6e8f50d7489aaf88f1b (diff)
downloadllvm-a84544ac7abc72c4fd084668c71d404a345fc28e.tar.gz
Add TODO items and remove use of 'noexcept' in C++03 test.
llvm-svn: 238802
Diffstat (limited to 'libcxx/TODO.TXT')
-rw-r--r--libcxx/TODO.TXT4
1 files changed, 3 insertions, 1 deletions
diff --git a/libcxx/TODO.TXT b/libcxx/TODO.TXT
index fa27f041df25..e2ad3332133d 100644
--- a/libcxx/TODO.TXT
+++ b/libcxx/TODO.TXT
@@ -46,4 +46,6 @@ Misc Tasks
* Put a static_assert in std::allocator to deny const/volatile types (LWG 2447)
* Investigate the effect of using __decltype instead of __typeof__ to provide
decltype in C++03. What code could be broken by this change?
-
+* Convert failure tests to use Clang Verify.
+* Document support (or lack of) for C++11 libraries in C++03.
+* Document supported compilers.