llvm-project/libcxx/test
Marek Kurdej 044b892c79 [libc++] Use c++20 instead of c++2a consistently.
* The only exception is that the flag -std=c++2a is still used not to break compatibility with older compilers (clang <= 9, gcc <= 9).
* Bump _LIBCPP_STD_VER for C++20 to 20 and use 21 for the future standard (C++2b).

That's a preparation step to add c++2b support to libc++.

Reviewed By: ldionne, #libc

Differential Revision: https://reviews.llvm.org/D93383
2021-01-07 13:11:33 +01:00
..
configs [libc++] Move the GDB pretty printer tests to the DSL 2020-11-16 16:16:39 -05:00
libcxx [libc++] ADL-proof vector<bool> by adding _VSTD:: qualification on calls. 2021-01-06 18:23:50 -05:00
std [libc++] Use c++20 instead of c++2a consistently. 2021-01-07 13:11:33 +01:00
support [libc++] Use c++20 instead of c++2a consistently. 2021-01-07 13:11:33 +01:00
CMakeLists.txt [libc++] Move the GDB pretty printer tests to the DSL 2020-11-16 16:16:39 -05:00
lit.cfg.py [libc++] Allow specifying custom Lit config files 2020-06-18 10:06:04 -04:00