| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-05-23 | [libc++] Updates C++2b to C++23. | Mark de Wever | |
| During the ISO C++ Committee meeting plenary session the C++23 Standard has been voted as technical complete. This updates the reference to c++2b to c++23 and updates the __cplusplus macro. Note since we use clang-tidy 16 a small work-around is needed. Clang knows -std=c++23 but clang-tidy not so for now force the lit compiler flag to use -std=c++2b instead of -std=c++23. Reviewed By: #libc, philnik, jloser, ldionne Differential Revision: https://reviews.llvm.org/D150795 | |||
| 2021-07-27 | [libc++] [c++2b] [P2166] Prohibit string and string_view construction from ↵ | Marek Kurdej | |
| nullptr. * https://wg21.link/P2166 Reviewed By: ldionne, #libc Differential Revision: https://reviews.llvm.org/D106801 | |||
