1 This is meant to be a general place to list things that should be done "someday"
3 CXX Runtime Library Tasks
4 =========================
5 * Look into mirroring libsupc++'s typeinfo vtable layout when libsupc++/libstdc++
6 is used as the runtime library.
7 * Investigate and document interoperability between libc++ and libstdc++ on
8 linux. Do this for every supported c++ runtime library.
12 * future should use <atomic> for synchronization.
16 * Improve the quality and portability of the locale test data.
17 * Convert failure tests to use Clang Verify.
21 * Find all sequences of >2 underscores and eradicate them.
22 * run clang-tidy on libc++
23 * Document the "conditionally-supported" bits of libc++