From 19158f2fa1034440da0a1ce10fe93cf8905974b4 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Wed, 20 May 2015 17:39:54 +0000 Subject: [PATCH] Start a to-do list for libc++ git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@237813 91177308-0d34-0410-b5e6-96231b3b80d8 --- TODO.TXT | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 TODO.TXT diff --git a/TODO.TXT b/TODO.TXT new file mode 100644 index 00000000..d99b1d44 --- /dev/null +++ b/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 for synchronization. +* Audit shared_ptr use of +* 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) +