24 lines · plain
1This is meant to be a general place to list things that should be done "someday"2 3CXX Runtime Library Tasks4=========================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++ on8 linux. Do this for every supported c++ runtime library.9 10Atomic Related Tasks11====================12* future should use <atomic> for synchronization.13 14Test Suite Tasks15================16* Improve the quality and portability of the locale test data.17* Convert failure tests to use Clang Verify.18 19Misc Tasks20==========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