[libcxx-commits] [libcxx] [libc++] Move a bunch of tests into std/meta to reflect the standard (PR #99452)

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Sat Jul 20 06:02:25 PDT 2024


mordante wrote:

First of all thanks for working on this!

Since stable names are not really stable I agree with Louis. Another issue is that the abbreviations used in these stable names are also not consistent. Maybe we can do our own naming scheme, for example:
- header
- header/class (for class based headers like string, vector etc)
- header/class/smf (special member functions)
- header/class/members
- header/class/nonmembers
- header/function (for function named headers like algorithm)

It seems quite rare that functions/classes move from one header to another.

@ldionne can you add this to the agenda for the monthly meeting?



https://github.com/llvm/llvm-project/pull/99452


More information about the libcxx-commits mailing list