150
|
1 This is meant to be a general place to list things that should be done "someday"
|
|
2
|
|
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.
|
|
9
|
|
10 Atomic Related Tasks
|
|
11 ====================
|
|
12 * future should use <atomic> for synchronization.
|
|
13
|
|
14 Test Suite Tasks
|
|
15 ================
|
|
16 * Improve the quality and portability of the locale test data.
|
|
17 * Convert failure tests to use Clang Verify.
|
|
18
|
|
19 Misc Tasks
|
|
20 ==========
|
|
21 * Find all sequences of >2 underscores and eradicate them.
|
|
22 * run clang-tidy on libc++
|
|
23 * Document the "conditionally-supported" bits of libc++
|