summaryrefslogtreecommitdiff
path: root/libcxx/TODO.TXT
diff options
context:
space:
mode:
authorMarshall Clow <mclow.lists@gmail.com>2015-05-20 17:39:54 +0000
committerMarshall Clow <mclow.lists@gmail.com>2015-05-20 17:39:54 +0000
commit5cd6a89d35b1de0fca74af85a4698cb9a228371f (patch)
tree299a8d035f3ec1319c003d583b6355b245a0b2f2 /libcxx/TODO.TXT
parent8011da9628fff7f9efcf35c83dc3d8e0c1758e6c (diff)
downloadllvm-5cd6a89d35b1de0fca74af85a4698cb9a228371f.tar.gz
Start a to-do list for libc++
llvm-svn: 237813
Diffstat (limited to 'libcxx/TODO.TXT')
-rw-r--r--libcxx/TODO.TXT12
1 files changed, 12 insertions, 0 deletions
diff --git a/libcxx/TODO.TXT b/libcxx/TODO.TXT
new file mode 100644
index 000000000000..d99b1d442e63
--- /dev/null
+++ b/libcxx/TODO.TXT
@@ -0,0 +1,12 @@
+This is meant to be a general place to list things that should be done "someday"
+
+* Find all sequences of >2 underscores and eradicate them.
+* run clang-tidy on libc++
+* future should use <atomic> for synchronization.
+* Audit shared_ptr use of <atomic>
+* Look at test/std/utilities/meta/meta.trans/meta.trans.other/result_of.pass.cpp; why are the tests duplicated?
+* Document the "conditionally-supported" bits of libc++
+* 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)
+