diff options
author | Mark de Wever <koraq@xs4all.nl> | 2023-05-17 17:54:53 +0200 |
---|---|---|
committer | Mark de Wever <koraq@xs4all.nl> | 2023-05-23 18:44:41 +0200 |
commit | 71400505ca048507e827013eb1ea0bc863525cab (patch) | |
tree | d6b7b94e141d49a29aebcb6658d9fdaa8b5766cd /llvm/lib/IR/Module.cpp | |
parent | 90418dc95ec1cd5aeb844d93f055b94759e2c408 (diff) | |
download | llvm-71400505ca048507e827013eb1ea0bc863525cab.zip llvm-71400505ca048507e827013eb1ea0bc863525cab.tar.gz llvm-71400505ca048507e827013eb1ea0bc863525cab.tar.bz2 |
[libc++] Updates C++2b to C++23.
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
Diffstat (limited to 'llvm/lib/IR/Module.cpp')
0 files changed, 0 insertions, 0 deletions