annotate libcxx/TODO.TXT @ 236:c4bab56944e8 llvm-original

LLVM 16
author kono
date Wed, 09 Nov 2022 17:45:10 +0900
parents 79ff65ed7e25
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
150
anatofuz
parents:
diff changeset
1 This is meant to be a general place to list things that should be done "someday"
anatofuz
parents:
diff changeset
2
anatofuz
parents:
diff changeset
3 CXX Runtime Library Tasks
anatofuz
parents:
diff changeset
4 =========================
anatofuz
parents:
diff changeset
5 * Look into mirroring libsupc++'s typeinfo vtable layout when libsupc++/libstdc++
anatofuz
parents:
diff changeset
6 is used as the runtime library.
anatofuz
parents:
diff changeset
7 * Investigate and document interoperability between libc++ and libstdc++ on
anatofuz
parents:
diff changeset
8 linux. Do this for every supported c++ runtime library.
anatofuz
parents:
diff changeset
9
anatofuz
parents:
diff changeset
10 Atomic Related Tasks
anatofuz
parents:
diff changeset
11 ====================
anatofuz
parents:
diff changeset
12 * future should use <atomic> for synchronization.
anatofuz
parents:
diff changeset
13
anatofuz
parents:
diff changeset
14 Test Suite Tasks
anatofuz
parents:
diff changeset
15 ================
anatofuz
parents:
diff changeset
16 * Improve the quality and portability of the locale test data.
anatofuz
parents:
diff changeset
17 * Convert failure tests to use Clang Verify.
anatofuz
parents:
diff changeset
18
anatofuz
parents:
diff changeset
19 Misc Tasks
anatofuz
parents:
diff changeset
20 ==========
anatofuz
parents:
diff changeset
21 * Find all sequences of >2 underscores and eradicate them.
anatofuz
parents:
diff changeset
22 * run clang-tidy on libc++
anatofuz
parents:
diff changeset
23 * Document the "conditionally-supported" bits of libc++