authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2024-09-18 06:31:37+02:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2024-09-19 18:20:22-07:00
loga463c369cd9d0fe10dae4af41bbf6f47c32ee085
tree6021fd3fbd1fdca0ec13706b09af82fd71c411b0
parent6b96c70ba3c521ca1dd01cf8e9635174531c30bc

libcxx: Update to LLVM 19.1.0.


3 files changed, 8 insertions(+), 7 deletions(-)

lib/libcxx/include/__algorithm/three_way_comp_ref_type.h+1
...@@ -9,6 +9,7 @@...@@ -9,6 +9,7 @@
9#ifndef _LIBCPP___ALGORITHM_THREE_WAY_COMP_REF_TYPE_H9#ifndef _LIBCPP___ALGORITHM_THREE_WAY_COMP_REF_TYPE_H
10#define _LIBCPP___ALGORITHM_THREE_WAY_COMP_REF_TYPE_H10#define _LIBCPP___ALGORITHM_THREE_WAY_COMP_REF_TYPE_H
1111
12#include <__assert>
12#include <__compare/ordering.h>13#include <__compare/ordering.h>
13#include <__config>14#include <__config>
14#include <__utility/declval.h>15#include <__utility/declval.h>
lib/libcxx/include/chrono+1-1
...@@ -1015,8 +1015,8 @@ constexpr chrono::year operator ""y(unsigned lo...@@ -1015,8 +1015,8 @@ constexpr chrono::year operator ""y(unsigned lo
1015# include <charconv>1015# include <charconv>
1016# if !defined(_LIBCPP_HAS_NO_LOCALIZATION)1016# if !defined(_LIBCPP_HAS_NO_LOCALIZATION)
1017# include <locale>1017# include <locale>
1018# include <ostream>
1018# endif1019# endif
1019# include <ostream>
1020#endif1020#endif
10211021
1022#endif // _LIBCPP_CHRONO1022#endif // _LIBCPP_CHRONO
lib/libcxx/include/format+6-6
...@@ -237,21 +237,21 @@ namespace std {...@@ -237,21 +237,21 @@ namespace std {
237# include <cstdint>237# include <cstdint>
238# include <cstdlib>238# include <cstdlib>
239# include <cstring>239# include <cstring>
240# include <cwchar>
241# include <initializer_list>240# include <initializer_list>
242# include <limits>241# include <limits>
242# include <locale>
243# include <new>243# include <new>
244# include <optional>244# include <optional>
245# include <queue>
246# include <stack>
245# include <stdexcept>247# include <stdexcept>
246# include <string>248# include <string>
247# include <string_view>249# include <string_view>
248# include <tuple>250# include <tuple>
249#endif
250251
251#if !defined(_LIBCPP_REMOVE_TRANSITIVE_INCLUDES) && _LIBCPP_STD_VER <= 20252# if !defined(_LIBCPP_HAS_NO_WIDE_CHARACTERS)
252# include <locale>253# include <cwchar>
253# include <queue>254# endif
254# include <stack>
255#endif255#endif
256256
257#endif // _LIBCPP_FORMAT257#endif // _LIBCPP_FORMAT