xref: /aosp_15_r20/external/cronet/third_party/libc++/src/TODO.TXT (revision 6777b5387eb2ff775bb5750e3f5d96f37fb7352b)
1This is meant to be a general place to list things that should be done "someday"
2
3CXX 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
10Atomic Related Tasks
11====================
12* future should use <atomic> for synchronization.
13
14Test Suite Tasks
15================
16* Improve the quality and portability of the locale test data.
17* Convert failure tests to use Clang Verify.
18
19Misc 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++
24